You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when trying to load this playlist "https://open.spotify.com/playlist/52vsJpNfjXxTwMBptTb34w?si=cZ0EjtYKQ4eixPxVJxPo6A" I get an error saying The following error(s) occurred during loading of the location(s): [json.exception.type_error.304] cannot use at() with null
I have tried: reinstalling the component and tried loading the playlist on multiple computers.
The text was updated successfully, but these errors were encountered:
Just had this issue on my own playlist. I suspect the issue is related to null tracks appearing in JSON responses from Spotify's end. In OP's playlist, it says there are 288 songs. However, if you scroll to the bottom you can see in actuality there is only 283. My playlist with the same issue also has a miscount.
When calling the API against OP's playlist it returns 288 tracks. However, the missing 5 appear as the below in the JSON response:
{
"track" : null
}
If you make a new playlist by copying every song in OP's playlist the null tracks above aren't copied, the counts match and the issue does not present itself.
So, my recommended (non-programmatic) fix would be to copy all the songs in your playlist into a new one. This fixed my issue and suspect it will fix yours too.
when trying to load this playlist "https://open.spotify.com/playlist/52vsJpNfjXxTwMBptTb34w?si=cZ0EjtYKQ4eixPxVJxPo6A" I get an error saying
The following error(s) occurred during loading of the location(s): [json.exception.type_error.304] cannot use at() with null
I have tried: reinstalling the component and tried loading the playlist on multiple computers.
The text was updated successfully, but these errors were encountered: