-
Notifications
You must be signed in to change notification settings - Fork 8
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
JSON-RPC does not reach snapserver. #12
Comments
@matrix321321 I would first try replacing the hostname by its IP on your local network |
@atoomic thank you. |
I mean try replacing 'localhost' for the server host entry
becomes
|
it does not work with replaced local ip insted of localhost..
|
sudo netstat -ntlp | grep LISTEN ipv6/ipv4 could this cause the problems ? |
@atoomic I finally could figure out the problem:
and not the name I would prefer
Is there a way to get the name showing in the UI and not the ID ? |
this is strange, I m using snapcast v0.10 on raspberry pi, my client config only contains
where 10.0.0.1 is the ip address of my server You would probably need to understand why the raspberry pi have the same id. I see have you tried using the ID instead of the mac address in the ui config? |
I tried to replace the mac address with the ID in the config.yml and it didn´t work either.
but in the server log snapdancer tries to change
which did not work. So the fix is quite simple:
and changing volumes works flawlessy with your UI and the Android APP ;-) I think a change of this behaviour is not neccesary.... so we could close this issue or leave it if somebody runs into same troubles..... @atoomic Thank you for your help and your great work again! |
Thanks for these informations, I think it's worth adding a new section FAQ explaining and maybe linking to this case. Other users might run in the same issue |
Hi @atoomic. I installed snapcast-volume-ui (0.12) and snapserver (0.12). So far so good. I was able to set the volumes with the UI for a short time. But now I can´t figure out to get it work again. I can reach the volume-ui at port 5000, set the volumes but the snapserver does not receive the RPC (nothing comes up at xxx.xxx.xxx:1705 and the volume does not change. When I recall the page the old unchanged values appear again. I tried to restart the whole chain (Snapclients, Snapserver, snapcast volume UI) without success. It is possible for me to set the volumes and mute all my clients with the android app but not with the UI.
I tailed "tail -f /var/log/syslog |grep -e snap" to see what´s going on @snapserver. Then I started ./devel-server
I attached the "log" below do you have any clue what I do wrong ?
My Config.yml:
The text was updated successfully, but these errors were encountered: