dupontgu / retro-ipod-spotify-client

The software that powers the sPot: a 4th generation "Click Wheel" iPod with a full Spotify client.
Apache License 2.0
892 stars 90 forks source link

Search infinitely loading. #54

Closed MattDB101 closed 1 year ago

MattDB101 commented 2 years ago

After battling for a weekend I'm finally nearing the end of the software side of things.

The only thing that I cannot seem to get working is the search function.

I was originally having issues with actually playing any songs from my playlists until I modified the scope array in spotify_manager.py. Am I missing anything from my scope that is causing my search issues?

Here's my current scope:

 scope = "user-follow-read," \
        "user-library-read," \
        "user-library-modify," \
        "user-modify-playback-state," \
        "user-read-playback-state," \
        "user-read-currently-playing," \
        "app-remote-control," \
        "playlist-read-private," \
        "playlist-read-collaborative," \
        "playlist-modify-public," \
        "playlist-modify-private," \
        "streaming," \
        "user-read-private"

I am able to play music from my playlists, and at this stage, I'm happy to just leave it at that, but if I could get the search function working too, that would be great.

hushdauihdhi commented 2 years ago

Did you ever end up finding the fix to this?

MattDB101 commented 2 years ago

Did you ever end up finding the fix to this?

Unfortunately not, I've totally scrapped the project for now.

MattDB101 commented 1 year ago

I can't recall anymore sorry. I shelved the project for now, hoping to come back to it at some point in the future. Will update here if I ever have an answer to this