You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Command: app.py --address XX:XX:XX:XX:XX:XX --image true --set-image C:/Users/jespe/Desktop/meow.png --process-image 16
Output: 27.12.2024 16:17:26 :: INFO :: idotmatrix :: initialize app
Output: 27.12.2024 16:17:26 :: INFO :: idotmatrix.core.cmd :: initializing command line
27.12.2024 16:17:26 :: DEBUG :: idotmatrix.core.cmd :: using --address
Output: Traceback (most recent call last):
File "C:\Users\jespe\Desktop\idotmatrix\python3-idotmatrix-client\app.py", line 48, in <module>
Output: main()
File "C:\Users\jespe\Desktop\idotmatrix\python3-idotmatrix-client\app.py", line 40, in main
asyncio.run(cmd.run(args))
File "C:\Users\jespe\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 194, in run
Output: return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Users\jespe\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\jespe\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 684, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "C:\Users\jespe\Desktop\idotmatrix\python3-idotmatrix-client\core\cmd.py", line 252, in run
await self.conn.connectByAddress(address)
File "C:\Users\jespe\AppData\Local\Programs\Python\Python312\Lib\site-packages\idotmatrix\connectionManager.py", line 47, in connectByAddress
await self.connect()
File "C:\Users\jespe\AppData\Local\Programs\Python\Python312\Lib\site-packages\idotmatrix\connectionManager.py", line 63, in connect
await self.client.connect()
File "C:\Users\jespe\AppData\Local\Programs\Python\Python312\Lib\site-packages\bleak\__init__.py", line 615, in connect
Output: return await self._backend.connect(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\jespe\AppData\Local\Programs\Python\Python312\Lib\site-packages\bleak\backends\winrt\client.py", line 487, in connect
self.services = await self.get_services(
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\jespe\AppData\Local\Programs\Python\Python312\Lib\site-packages\bleak\backends\winrt\client.py", line 719, in get_services
services = _ensure_success(
^^^^^^^^^^^^^^^^
File "C:\Users\jespe\AppData\Local\Programs\Python\Python312\Lib\site-packages\bleak\backends\winrt\client.py", line 168, in _ensure_success
Output: raise BleakError(f"{fail_msg}: Unreachable")
bleak.exc.BleakError: Could not get GATT services: Unreachable
Hi, after connecting to my 16x16 display, attempting to change anything on the display results in these errors, with a connection icon flashing on the display.
The text was updated successfully, but these errors were encountered:
this issue is related to the bluetooth library of python with the error message "bleak.exc.BleakError: Could not get GATT services: Unreachable". What display device do you have?
Hi, after connecting to my 16x16 display, attempting to change anything on the display results in these errors, with a connection icon flashing on the display.
The text was updated successfully, but these errors were encountered: