Not sure it's an issue for Openlinkhub or openrgb-python. It seems Openlinkhub doesn't have endpoints for plugins and profiles. So querying Openlinkhub's Openrgb-Server runs into a timeout:
File "/home/user/openrgb/openrgb-env/lib/python3.13/site-packages/openrgb/network.py", line 96, in read
self.sock.recv_into(header)
~~~~~~~~~~~~~~~~~~~^^^^^^^^
TimeoutError: timed out
Commenting out profile and plugin updates in orgb.py helps:
#if self.comms._protocol_version >= 2:
# self.update_profiles()
#if self.comms._protocol_version >= 4:
# self.update_plugins()
Not sure it's an issue for Openlinkhub or openrgb-python. It seems Openlinkhub doesn't have endpoints for plugins and profiles. So querying Openlinkhub's Openrgb-Server runs into a timeout:
Commenting out profile and plugin updates in orgb.py helps: