My Complete is not able to peer mac or even iphone app. in mac, I faced with below error.
Any specific way to 'hard reset'?
2026-03-01 23:38:43,091 - omblepy - INFO - Attempt connecting to C018F674-BDF3-F74D-2149-A7612CD37694.
2026-03-01 23:38:43,580 - omblepy - INFO - disconnect
Traceback (most recent call last):
File "/Volumes/Artaban_HD/Omron/omblepy/omblepy.py", line 409, in
asyncio.run(main())
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/Volumes/Artaban_HD/Omron/omblepy/omblepy.py", line 377, in main
await bleClient.connect()
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/bleak/init.py", line 623, in connect
await self._backend.connect(self._pair_before_connect, **kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/bleak/backends/corebluetooth/client.py", line 142, in connect
await manager.connect(self._peripheral, disconnect_callback, timeout=timeout)
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/bleak/backends/corebluetooth/CentralManagerDelegate.py", line 337, in connect
await future
bleak.exc.BleakError: failed to connect: Error Domain=CBErrorDomain Code=14 "Peer removed pairing information" UserInfo={NSLocalizedDescription=Peer removed pairing information}
My Complete is not able to peer mac or even iphone app. in mac, I faced with below error.
Any specific way to 'hard reset'?
2026-03-01 23:38:43,091 - omblepy - INFO - Attempt connecting to C018F674-BDF3-F74D-2149-A7612CD37694.
2026-03-01 23:38:43,580 - omblepy - INFO - disconnect
Traceback (most recent call last):
File "/Volumes/Artaban_HD/Omron/omblepy/omblepy.py", line 409, in
asyncio.run(main())
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/Volumes/Artaban_HD/Omron/omblepy/omblepy.py", line 377, in main
await bleClient.connect()
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/bleak/init.py", line 623, in connect
await self._backend.connect(self._pair_before_connect, **kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/bleak/backends/corebluetooth/client.py", line 142, in connect
await manager.connect(self._peripheral, disconnect_callback, timeout=timeout)
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/bleak/backends/corebluetooth/CentralManagerDelegate.py", line 337, in connect
await future
bleak.exc.BleakError: failed to connect: Error Domain=CBErrorDomain Code=14 "Peer removed pairing information" UserInfo={NSLocalizedDescription=Peer removed pairing information}