Device not appearing on the devices list #582
-
|
Hey, I'm using a Raspberry Pi 3 as my device and I want to run spotify from there on a LAN network. I tried following the steps multiples times to install Raspotify and, when I'm done, the device doesn't appear. Checked the service status with sudo service raspotify status and that's what I get so far:
Not sure what means all of that at the end but the service itself is active and running. Any idea on what's wrong and what I might be missing? I'm completly lost already. I searched for similar problems to mine and multiple resources but none of them seems to have my issue. TLDR: Raspotify installes but device is not appearing on the devices list. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
|
Those are mdns (zeroconf) errors. I'm not a mdns expert by any means but I do know that routers often do not implement mdns correctly, which leads to issues like this. Containers can also have this issue if not properly configured. I can't really debug your router so about your only option is to disable discovery and add your creds to the Raspotify config. The basic setup guide in the wiki has a section about it. |
Beta Was this translation helpful? Give feedback.
-
|
I will hook up to this topic. Recently I`ve installed DietPi + Alsa + Raspotify. Everything worked till todays update (got a prompt in the system). After it i cant find Raspberry in Spotify app. I have reinstalled the system, installed Alsa, installed Raspotify just like I did before and it didnt work. Command sudo service raspotify status give back a message:
I assume everything should work, but it doesnt |
Beta Was this translation helpful? Give feedback.
Those are mdns (zeroconf) errors. I'm not a mdns expert by any means but I do know that routers often do not implement mdns correctly, which leads to issues like this. Containers can also have this issue if not properly configured. I can't really debug your router so about your only option is to disable discovery and add your creds to the Raspotify config. The basic setup guide in the wiki has a section about it.