-
Notifications
You must be signed in to change notification settings - Fork 44
Spotify search hang indefinitely #224
Comments
Same this side, Seems like Spotify change their API, and OAuth is now required? |
I am having the same issue. As well as the fact that various other parts of the Mopify UI don't work like artist pages. I'm running mopidy on a raspberry pi with the pi-musicbox distro if it concerncs you. I tried logging in-and out in the services section and I turned off all the other services in the mopidy conf... |
I'm having the same problem. Annoying how Spotify have changed their API on us like that. Here's what the console prints out if I search for "Prodigy": |
Hi
ncmpcpp is working and properly searching, so I dont think it is mopidy authorisation issue. I have latest mopify version |
I was able to resolve this issue by upgrading Mopidy-Spotify to v3.1.0: sudo pip install --upgrade Mopidy-Spotify (don't forget to restart the mopidy-service afterwards) |
Hi,
Any suggestions guys? |
Did you add the required new config settings?
Obtained from https://www.mopidy.com/authenticate/#spotify |
Sure, I'm able to connect/play any song from my libraries. Search is the only feature that doesn't work for me so far. It keeps spinning, no errors in log just "Searching Spotify for:...". Edit: In debug logs I had found I've successfully received some data containing found songs, which means there might be a problem with displaying them in UI. |
Those new config settings are specifically required for searching, images and some parts of the MPD support. I suggest you set them. |
But as I guess you have already found that's not the end of the problem, there are some errors in the developer console. |
I've had lots of console errors as well, but managed to resolve them in #227. |
@tobiasstrebitzer, great job, works well again. hopefully @dirkgroenen can merge it when he gets a chance. |
Unfortunately I can't seem to make it work even after applying the patch above... I'm still getting 401 Unauthoriized. Client_id and secret is set properly. From console errors I figured out that token is being included only in certain requests - for example for 'https://api.spotify.com/v1/browse/' I get 200 and request includes token. However requests to 'https://api.spotify.com/v1/tracks/' does not include token so 401 is returned. I'm really getting confused. I've double checked installation and package versions... |
This has been fixed in the latest release (1.6.1). Thanks to @tobiasstrebitzer for his PR! |
Hi,
I'm using the latest version of mopify and whenever I search a Spotify song, it never ends. The logs do say it's searching, no error but no results.
I still can play songs in a playlist, only the search seems to have issue.
Any ideas? Thanks
The text was updated successfully, but these errors were encountered: