Skip to content

Openlinkhub compatibility #89

Description

@roose242

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()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions