Closed CDNievas closed 3 years ago
What openrgb-python version is on the pi? I'm pretty sure this is a problem that I fixed in v0.2.4. If not and you have the newest version, can you show the code that produced the error?
openrgb-python: 0.2.5
https://github.com/CDNievas/leds-twitch/blob/main/OpenRGB.py And the code is here. Thanks!
Is the server crashing or the connecting getting interrupted? Unless something is really broken here, the client is just waiting on a response from the server and not getting one.
I'll check and tell you
Well I tried again installing directly the last version uploaded to this repository but it didnt work... same error, the client connects to the server but it hangs...
Tried also using another port, and disabling the windows firewall
Missclick sry
I'll try running it with docker and another Python version
Updating to v0.2.6 should fix this issue. Lmk how it goes.
I'll try thx!
The code when is exectued on a Raspberry Pi 3 (Python 3.7.3) hangs out in the lock acquire() The client is connected to the server because it appears on the list of the OpenRGB program...
But when I execute it on another PC with Linux Mint (Python 3.8.5) it works normally... so IDK
Please help! Thx