Skip to content

Plugin will not initialize Possible fix #33

Description

@3rdxw

Hi all,

Checking the log.txt shows thats:

ERROR: unexpected OS error with Asetek 690LC (assuming EVGA CLC): USBTimeoutError(10060, 'Operation timed out')

   at FanControl.Liquidctl.LiquidctlCLIWrapper.LiquidctlCall(String arguments)
   at FanControl.Liquidctl.LiquidctlCLIWrapper.ReadStatus()
   at FanControl.Liquidctl.LiquidctlPlugin.Load(IPluginSensorsContainer _container)
   at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Open()
2024-05-25 4:04:59 AM: System.Exception: liquidctl returned non-zero exit code 1. Last stderr output:
WARNING: python -m liquidctl.cli is deprecated, prefer python -m liquidctl
ERROR: unexpected OS error with Asetek 690LC (assuming EVGA CLC): USBTimeoutError(10060, 'Operation timed out')

   at FanControl.Liquidctl.LiquidctlCLIWrapper.LiquidctlCall(String arguments)
   at FanControl.Liquidctl.LiquidctlCLIWrapper.ReadStatus()
   at FanControl.Liquidctl.LiquidctlPlugin.Load(IPluginSensorsContainer _container)
   at FanControl.Domain.BackendProviders.Plugin.PluginBackendProvider.Open()
2024-05-25 4:05:00 AM: LiquidctlPlugin could not initialize or has no sensors.

to fix this I think we must use:
python -m liquidctl --legacy-690lc -m "NZXT"
or
liquidctl --legacy-690lc -m "NZXT"

I don't have VS to rebuild

GL ~

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