OpenSCQ30 icon indicating copy to clipboard operation
OpenSCQ30 copied to clipboard

cli not working on archlinux (Error: InProgress)

Open maricn opened this issue 4 months ago • 1 comments

Invoking any operation on v1.19.3 cli results in the same error

./Downloads/openscq30_cli-linux-x86_64 get ambient-sound-mode    
Error: Other { source: Error { kind: InProgress, message: "Operation already in progress" }, location: Location { file: "/__w/OpenSCQ30/OpenSCQ30/lib/src/soundcore_device/connection/bluer/connection_registry.rs", line: 89, col: 24 } }

https://github.com/Oppzippy/OpenSCQ30/blob/cea547dcac5d4dba62070da0a8b3bc2a981aa43e/lib/src/soundcore_device/connection/bluer/connection_registry.rs#L89

maricn avatar Aug 25 '25 13:08 maricn

Does this fix it? https://github.com/Oppzippy/OpenSCQ30/actions/runs/17229057345 or if you would prefer, you can build from the v1 branch. Note that the appimage is broken, so ignore that.

I wasn't able to reproduce the issue, but the thing that is failing is only relevant for automatic migration of settings from older versions of OpenSCQ30, so I'm just logging and ignoring the error now since it isn't useful for most users at this point.

Oppzippy avatar Aug 28 '25 05:08 Oppzippy