Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Timeout Error

Solved!

Timeout Error

I crated a code to get recently played songs on python. When i run the code on my account which i created the api app it works without problem. But when i use on different account it gives timeout error. I attach the code and error in attachments. Does anyone know the error and fix?

Code.png
Reply

Accepted Solutions
Marked as solution

You could remove sp2 with Client Credentials, because you can't request user data with them.

You got this error message, because your app is still in Development mode. You can add up to 25 names and email addresses of test accounts at the dashboard of your app. You can read more about it at this page: https://developer.spotify.com/documentation/web-api/concepts/quota-modes

XimzendSpotify Star
Help others find this answer and click "Accept as Solution".
If you appreciate my answer, maybe give me a Like.
Note: I'm not a Spotify employee.

View solution in original post

1 Reply
Marked as solution

You could remove sp2 with Client Credentials, because you can't request user data with them.

You got this error message, because your app is still in Development mode. You can add up to 25 names and email addresses of test accounts at the dashboard of your app. You can read more about it at this page: https://developer.spotify.com/documentation/web-api/concepts/quota-modes

XimzendSpotify Star
Help others find this answer and click "Accept as Solution".
If you appreciate my answer, maybe give me a Like.
Note: I'm not a Spotify employee.

Suggested posts