Closed henryruhs closed 3 years ago
What devices do you have? If it is related to #29, it would be a problem with a USB device. I did add a (slightly) better exception for parsing errors. Also, sorry this response is so late.
Can you try using a more recent build of OpenRGB? Anything after https://gitlab.com/CalcProgrammer1/OpenRGB/-/commit/22acdd1fed976392698753b349b74233e8e319ed should work. It could fix your problem if it the same as #29
It works with OpenRGB 0.61 (from master) and your latest openrgb-python-0.2.10... Thanks
Hello, this issue might be similar to https://github.com/jath03/openrgb-python/issues/29 - I get this error:
OpenRGB: 0.6 openrgb-python: 0.2.9
You codebase contains lot of
[0]
that might cause nullpointer exceptions or code not to work as expected. That being said, it might be nice to raise more exceptions or fix potential unsafe code.