$api->getRecommendations(); doesn't respond...
upgrader-dev opened this issue · 1 comments
upgrader-dev commented
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?
upgrader-dev commented
Big disappeared yesterday, so it was a Spotify's malfunction