mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-27 16:05:51 +03:00
[GH-ISSUE #281] Random 403 error #208
Labels
No labels
bug
docs
enhancement
enhancement
enhancement
feedback wanted
good first issue
help wanted
help wanted
help wanted
invalid
pull-request
question
question
upstream
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-web-api-php#208
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @danivanderbeek on GitHub (Dec 2, 2024).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/281
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.
@xaviermarchegay commented on GitHub (Dec 2, 2024):
https://developer.spotify.com/blog/2024-11-27-changes-to-the-web-api
@danivanderbeek commented on GitHub (Dec 2, 2024):
Ok. Missed that one. So now it's only possible to get this information with an Extended quota mode (or accepted by Spotify) - api?
@xaviermarchegay commented on GitHub (Dec 2, 2024):
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.
@danivanderbeek commented on GitHub (Dec 2, 2024):
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.
@jwilsson commented on GitHub (Apr 18, 2025):
Closing this since I also think it's due to the changes made by Spotify in November 2024 and there's nothing to do from this end.