Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Troubleshooting help - Error 500 #247

Open
ladywhiskers opened this issue Sep 25, 2023 · 1 comment
Open

Troubleshooting help - Error 500 #247

ladywhiskers opened this issue Sep 25, 2023 · 1 comment

Comments

@ladywhiskers
Copy link

Every script I run for the last few weeks (possibly longer) gives the following error:

` Number: 500
Address: https://api.spotify.com/v1/me/tracks?offset=8000&limit=50&locale=AU
Response text: {
"error" : {
"status" : 500,
"message" : "Server error."
}
}

Description and resolution of errors: https://chimildic.github.io/goofy/#/errors`

The offset number changes after every attempt, my preliminaey investigating leads me to believe that this is an issue with my user token.

image

I'm not sure what steps to take to resolve this issue, could someone please point me in the right direction?

@Chimildic
Copy link
Owner

The errors with 500+ code are not our issue. It is problem on Spotify server side. Usually such errors far away very fast.

Try to create new app in Spotify Dashboard in order to set new client id and client secret in goofy's config file and auth with them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants