mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-26 23:45:49 +03:00
[GH-ISSUE #282] Bug in >getGenreSeeds() #209
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#209
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 @zwisler on GitHub (Jan 9, 2025).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/282
I have the folling Isue:
Fatal error: Uncaught SpotifyWebAPI\SpotifyWebAPIException: An unknown error occurred. in /homepages/34/d680223326/htdocs/vendor/jwilsson/spotify-web-api-php/src/Request.php:62 Stack trace: #0 /homepages/34/d680223326/htdocs/vendor/jwilsson/spotify-web-api-php/src/Request.php(251): SpotifyWebAPI\Request->handleResponseError() #1 /homepages/34/d680223326/htdocs/vendor/jwilsson/spotify-web-api-php/src/Request.php(139): SpotifyWebAPI\Request->send() #2 /homepages/34/d680223326/htdocs/vendor/jwilsson/spotify-web-api-php/src/SpotifyWebAPI.php(122): SpotifyWebAPI\Request->api() #3 /homepages/34/d680223326/htdocs/vendor/jwilsson/spotify-web-api-php/src/SpotifyWebAPI.php(1088): SpotifyWebAPI\SpotifyWebAPI->sendRequest() #4 /homepages/34/d680223326/htdocs/vendor/CitWebApi/CitaurusWebAPI.php(1557): SpotifyWebAPI\SpotifyWebAPI->getGenreSeeds() #5 /homepages/34/d680223326/htdocs/AddPlaylist.php(16): CitaurusMusicWebAPI->GetGenres() #6 {main} thrown in /homepages/34/d680223326/htdocs/vendor/jwilsson/spotify-web-api-php/src/Request.php on line 62
@jwilsson commented on GitHub (Jan 13, 2025):
I think you're getting hit by changes made by Spotify, I get the same result when trying with a new app but not an older one.
The endpoint is also marked as deprecated on their end but I haven't had the time to update the docs here yet.