You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything setup, but after the sort the script just exits. Maybe outdated?
Sorry for my lack of knowledge I'm new to Python and willing to troubleshoot if necessary👍
The text was updated successfully, but these errors were encountered:
Hi there, thanks for trying out my project! I'm not sure if it's going to be able to work. I also don't have the ability to test or run my code, and I probably won't for about 6 months.
What I think is happening is that since this program works with the Spotipy API, and I don't have the client ID or Secret provided in my code, it's not able to access the Spotify for Developers API. But if by some miracle the OAuth is working, and you do get the pop-up that requires you to provide your Spotify login credentials and consent for the project to look at your playlists, I think the code does stop after the sorter function.
If by 'exits' you mean that the script stops running, it's probably performing as intended, since the sorter function is the final script called in the main method, right before the sorted values are sent to your Spotify to make the new playlist at the end of the main method.
I'm certain this wasn't helpful, but thank you for looking at my code.
Everything setup, but after the sort the script just exits. Maybe outdated?
Sorry for my lack of knowledge I'm new to Python and willing to troubleshoot if necessary👍
The text was updated successfully, but these errors were encountered: