-
Notifications
You must be signed in to change notification settings - Fork 400
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
🐛 | zmq.error.ZMQError: Protocol not supported #1838
Comments
Related: #1814 |
I just noticed that I get the same error following the official installation docs for future3. Could fix this with:
|
As mentioned by @ChisSoc most likely because of 64bit OS. |
Just quick feedback: I ran into the same issue following official future3 guide on pi zero 2w with 32bit bullseye and solved it the same way (only without the sudo) |
I am also still seeing this issue on Raspberry Pi Model 3B V1.2, Raspbian GNU/Linux 11 (bullseye) 32-bit, Python 3.9.2, pip 23.1.2, and Commit ID bd7bb78 from the The above script seems to still fix the problem although the
|
Should be now fixed on can you check this? closing for now. Feel free to post in #2108, if the issue still occurs. |
Bug
What I did
I followed the Phoniebox Development Runbook for Docker environments. I could build all docker images fine but when I start the containers with
docker compose -f docker/docker-compose.yml -f docker/docker-compose.linux.yml
up both the jukebox containter ends up in a restart loop.I expected this to happen
The jukebox container should run successfully.
Further information that might help
Software
Base image and version
Branch / Release
Hardware
Raspberry Pi 3 Model B Plus Rev 1.3
Possible soluton
I found that that this diff in
jukebox.Dockerfile
fixed it:I could create a PR if this solution is accepted.
The text was updated successfully, but these errors were encountered: