We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError
linak-controller is raising the following error.
linak-controller
Connected 84F900A3-AB7F-C330-501D-575AB6D66797 Capabilities: {'memSize': 3, 'autoUp': False, 'autoDown': False, 'bleAllow': True, 'hasDisplay': False, 'hasLight': False} Something unexpected went wrong: Traceback (most recent call last): File "/opt/pipx/venvs/linak-controller/lib/python3.11/site-packages/linak_controller/main.py", line 204, in main client = await connect() ^^^^^^^^^^^^^^^ File "/opt/pipx/venvs/linak-controller/lib/python3.11/site-packages/linak_controller/main.py", line 46, in connect await Desk.initialise(client) File "/opt/pipx/venvs/linak-controller/lib/python3.11/site-packages/linak_controller/desk.py", line 30, in initialise user_id = await DPGService.dpg_command(client, DPGService.DPG.CMD_USER_ID) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/pipx/venvs/linak-controller/lib/python3.11/site-packages/linak_controller/gatt.py", line 200, in dpg_command await cls.DPG.subscribe(client, callback) File "/opt/pipx/venvs/linak-controller/lib/python3.11/site-packages/linak_controller/gatt.py", line 27, in subscribe await client.start_notify(cls.uuid, callback) File "/opt/pipx/venvs/linak-controller/lib/python3.11/site-packages/bleak/__init__.py", line 834, in start_notify await self._backend.start_notify(characteristic, wrapped_callback, **kwargs) File "/opt/pipx/venvs/linak-controller/lib/python3.11/site-packages/bleak/backends/corebluetooth/client.py", line 357, in start_notify await self._delegate.start_notifications(characteristic.obj, callback) File "/opt/pipx/venvs/linak-controller/lib/python3.11/site-packages/bleak/backends/corebluetooth/PeripheralDelegate.py", line 217, in start_notifications raise ValueError("Characteristic notifications already started") ValueError: Characteristic notifications already started
The text was updated successfully, but these errors were encountered:
I have a similar issue. It worked correctly on the same machine/system before I updated to the recent version.
Specs Package name: linak-controller Package version: 1.1.0 Python version: 3.11 Installed via: pip3 OS name: macOS OS version: 14.1.1 Desk name: Ikea Idåsen
Sorry, something went wrong.
I have uploaded 1.1.1-dev which unsubscribes after each DPG command. Can you try this and let me know if it improves things?
1.1.1-dev
It works with 1.1.1-dev 🎈 Thanks!
Released 1.1.1
No branches or pull requests
linak-controller
is raising the following error.Specs
linak-controller
The text was updated successfully, but these errors were encountered: