Skip to content

Openlinkhub compatibility #89

@roose242

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

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