-
Notifications
You must be signed in to change notification settings - Fork 156
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
Random 403 error #281
Comments
Ok. Missed that one. So now it's only possible to get this information with an Extended quota mode (or accepted by Spotify) - api? |
That is what they say. My app is in devopment mode and I don't need those endpoints so I cannot say that for sure. |
That's a bummer.... Now I need to see how I can convince them to approve my project, which I somehow don't see happening because it's not public. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to run some tracks through the API, everything works OK until using the getAudioFeatures function. Then it will always return a 403, without message.
First I start with the "search" endpoint, getting an ID, and feeding the getAudioFeatures, but 403. This is since last week or so. Am I missing something here?
PHP Fatal error: Uncaught SpotifyWebAPI\SpotifyWebAPIException: {\n "error" : {\n "status" : 403\n }\n} in \vendor\jwilsson\spotify-web-api-php\src\Request.php:59\nStack trace:\n#0
I also tried with getMultipleAudioFeatures by feeding an array, same issue. Running PHP 8.1.
The text was updated successfully, but these errors were encountered: