Results 64 comments of Jacob

Can confirm that fixed my issue @robgar2001 and I no longer need to manually add the java files. The only final hurdle I had was to install `typing_extensions` via `pip...

@dlech ![Screenshot_2023-09-16-22-44-07-92_0d23cfe9e3915bd9660fb1f32f353107](https://github.com/hbldh/bleak/assets/56607897/2c1f5700-3d03-439b-88c0-68e0b2f9831b) I now get this error when trying to read the characteristic, using this code: ```py if selected_device.name.startswith("GAN"): cube = GanCube(selected_device.address) cube.name = selected_device.name cube.address = selected_device.address print(f"Connecting to...

> Does the characteristic actually support notifications (i.e. run the service_explorer sample or use nRF Connect app to enumerate everything to see what is there)? yes, > Now this works...

> Hi @Jayy001 > > Typing-extensions was indeed still missing as a requirement. It was probably cached somewhere when I was testing it. > > I also added the code...

# Generated report ``` reMarkable: ~/hello/ python -m nuitka hello.py --standalone --report=compilation-report.xml nuitka-compilation-report nuitka_version="1.8.1" nuitka_commercial_version="not installed" completion="error exit (1)"> ```

I've tried adding ```import encodings``` in `hello.py` as well as running `python -m nuitka hello.py --include-module=encodings --standalone` but both of them yield the same error

The errors come from here https://github.com/toltec-dev/toltec/blob/stable/package/display/package#L65-L74

It clearly states ``` ⚠️ Warning: Toltec does not support OS builds newer than 2.15.1.1189. ``` Specifying that *toltec* does not support it.

Running `toltecctl uninstall` does not get rid of the issue, ``` missing notify function, screenshare won't work 19:35:41.423 default QSocketNotifier: Can only be used with threads started with QThread 19:35:41.424...