Streaming Spotify to your Pi - Failed to load URI(s)

what I will try to do though is to make it possible to check and re-attempt auth/login info at the end of the process, when the default values remain.

1 Like

Thanks for this @lololo - Iā€™d read this thread several times before I noticed this. I needed to follow that link, authenticate with Spotify and then copy the two keys (which populate after I logged in) to my mopidy.conf file.

Hi all,

I just found and followed this script

https://learn.pimoroni.com/tutorial/sandyj/streaming-spotify-to-your-pi

And tried with no luck to install on my pi3 which is running different web server (Home Assistant, Caddy, Etc).

But after reboot if I try to connect to Iris nothing happens.

Is pi3 compatible?

Thank you in advance

Iā€™m having no luck getting this to work on my Pi2 - admittedly Iā€™m not using Stretch Lite, Iā€™m using full Stretch because I need a gui for this project. I can see Iris on the Pi itself at 127.0.0.1:6680/iris and even browse my own Spotify playlists but when I click on a track to play nothing happens and the Iris config page says the server then disconnects and Spotify disconnects. I added my credentials (user name, password and the 2 other keys) to both config files. Spent a stupid amount of time on this, I think I will give up :(

Tried a clean install of Stretch Lite and no luck either. My Pi is on the network, can see the internet, cannot browse to it at http://192.168.1.85:6680/iris - just get ā€˜connection refusedā€™ (IP address is correct, confirmed with ifconfig and my wifi router).

Thanks to @AllynH I finally got it working, but the web server seems a bit flaky. Sometimes it dishes up pages, sometimes it doesnā€™t and needs a reboot. I had to add the client ID and client secret from https://www.mopidy.com/authenticate/ to /etc/mopidy/mopidy.conf - the other /.config/ config file was missing.
Audio was a bit quiet out of the analogue jack, I had to over-ride it in alsamixer

Next task: having got it to work, I will break it by adding a GUIā€¦

Hi, Sorry to come back to an old thread, but i am getting this problem.

iā€™ve followed the instructions on the website. (ran the curl bash script) authorised the account and entered the details into the mopify.conf file but i am still not getting anything when i go to the url for iris.

iā€™m using a pi zero w with full rapsbian stretch (for some reason i have a separate issue where i canā€™t connect to the wifi with the lite version).

iā€™ve attempted to do all the of the fixes that work for other people but nothing seems to be working. iā€™m not a pro and not proficient at debugging.

thanks in Advance.

James