You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I'm getting The futex facility returned an unexpected error code. when I review the logs.
Possibly related to #698, #701, #712, or #725? But I tried the solutions suggested in those issues. Passing --username "my_username" --password "pass", not using quotes in the config file, updating to the latest version
To Reproduce
Exact steps to reproduce involves installing GPT Home from the Dockerfile but minimally you should be able to reproduce the issue by downloading the binary of spotifyd v0.3.5 and running it with /usr/local/bin/spotifyd --no-daemon --verbose. Unless there is something about my Docker environment that is causing the issue, that shouldn't be necessary but I will mention it just in case.
Unfortunately, the Dockerfile refuses to build for me currently (maybe some temporary mirror server issue, not sure). However, I found rust-lang/rust#124920, which at least has the same message. Does it also happen when running without --verbose?
Description
I'm getting
The futex facility returned an unexpected error code.
when I review the logs.Possibly related to #698, #701, #712, or #725? But I tried the solutions suggested in those issues.
Passing
--username "my_username" --password "pass"
, not using quotes in the config file, updating to the latest versionTo Reproduce
Exact steps to reproduce involves installing GPT Home from the Dockerfile but minimally you should be able to reproduce the issue by downloading the binary of spotifyd v0.3.5 and running it with
/usr/local/bin/spotifyd --no-daemon --verbose
. Unless there is something about my Docker environment that is causing the issue, that shouldn't be necessary but I will mention it just in case.Dockerfile
Expected behavior
Spotifyd runs normally.
Logs
Click to show logs
Compilation flags
Versions (please complete the following information):
Additional context
Originated as an issue in the GPT Home project.
The text was updated successfully, but these errors were encountered: