[GH-ISSUE #268] $api->getRecommendations(); doesn't respond... #193

Closed
opened 2026-02-27 19:26:32 +03:00 by kerem · 1 comment
Owner

Originally created by @upgrader-dev on GitHub (Nov 27, 2023).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/268

Hello,

As from yesterday in the evening, my code suddently refuses to finish to load the pages (I'm using Symfony).
When I refresh the page, the refreshing process never ends and so the page is blocked...
I managed to find the piece of code that contains the issue :

try
            {
            $recommendations = $api->getRecommendations($recommendationsOptions);
            }
            catch(SpotifyWebAPIException $e)
            {
            $recommendations=null;
            echo($e);
            }

That's a piece of code I haven't change for a while (6 month or so)
I'm unable to find if the issue has to deal with the $api method itself or even Spotify side.
Anyone encountered the same issue?

Originally created by @upgrader-dev on GitHub (Nov 27, 2023). Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/268 Hello, As from yesterday in the evening, my code suddently refuses to finish to load the pages (I'm using Symfony). When I refresh the page, the refreshing process never ends and so the page is blocked... I managed to find the piece of code that contains the issue : ``` try { $recommendations = $api->getRecommendations($recommendationsOptions); } catch(SpotifyWebAPIException $e) { $recommendations=null; echo($e); } ``` That's a piece of code I haven't change for a while (6 month or so) I'm unable to find if the issue has to deal with the $api method itself or even Spotify side. Anyone encountered the same issue?
kerem closed this issue 2026-02-27 19:26:32 +03:00
Author
Owner

@upgrader-dev commented on GitHub (Nov 28, 2023):

Big disappeared yesterday, so it was a Spotify's malfunction

<!-- gh-comment-id:1830407780 --> @upgrader-dev commented on GitHub (Nov 28, 2023): Big disappeared yesterday, so it was a Spotify's malfunction
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-web-api-php#193
No description provided.