Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin will not initialize Possible fix #33

Open
3rdxw opened this issue May 25, 2024 · 0 comments
Open

Plugin will not initialize Possible fix #33

3rdxw opened this issue May 25, 2024 · 0 comments

Comments

@3rdxw
Copy link

3rdxw commented May 25, 2024

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 ~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant