-
Notifications
You must be signed in to change notification settings - Fork 397
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
on future3 | PyZMQ | Websocket Problems | Install Script #2108
Comments
Hi, these problems should be fixed on the current |
Also, we suggest to go with Debian Bookworm now as well. |
@s-raeuchle did it work with |
Possible duplicate to #2050 |
Wow. didn't expect a fast response on that open source project. Thanks a lot. I'll try and give some Feedback. @pabera should I go for 32 Bit or 64 Bit Bookworm? |
I think only 32bit works at the moment. See |
OK on the dev of course there is no GUI and I need to build it somehow..badly your docs are down. What do I do? |
The Docs have been moved to the Repo. Currently available on future3/develop -> https://github.com/MiczFlor/RPi-Jukebox-RFID/tree/future3/develop/documentation To build the WebApp (and chose this Options during installation) you need to run this commands.
|
confirm. the bug is fixed on dev! I have no websocket problems at all now! But I had to install node & npm myself. The import script routine was not working properly! this issue can be closed |
Great :) Hope the rest is working too.
This sould be fixed with #2111. |
@s-raeuchle Did you use 32bit or 64bit? |
@pabera 32 like you said. Btw. How can I reach you guys? (Sorry for using this issue for communication) |
@s-raeuchle Please reach us at https://matrix.to/#/#phoniebox_community:gitter.im Future3 does not use mopidy anymore and we don't plan to do that, so Tidal integration could be more complicated. Also we don't plan to add new features to the old V2.x. |
But you can still join the chat ;-) |
Describe your problem
If I start the web application, i get no data. Dev Console tells me websocket error, connection refused
"WebSocket connection to 'ws://192.168.178.39:5556/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED"
It seems the websocket connection using PyZMQ is not working (see error.log)
During installation there was an error related to that pip package. I installed it afterwards using pip install pyzmq without luck.
Looking in to the requirements.txt tells me I need a special compiled version...
Here my knowledge ends without further invesigation
What's your hardware set up?
If possible, try to attach logs from ... (paths from RPi)
INSTALL.log
error.log
The text was updated successfully, but these errors were encountered: