Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

event/item_before_load returning 404

event/item_before_load returning 404

I have a web app (ampcast.app) with extended quota.

 

When I start playback I see this error in the console:

 

POST https://cpapi.spotify.com/v1/client/.../event/item_before_load 404 (Not Found)

 

Uncaught (in promise) CloudPlaybackClientError: PlayLoad event failed with status 404

 

This is affecting the playback state of my app which now doesn't seem to get updated properly.

 

This happens for every track. Tested in Chrome and Firefox.

 

Is anyone else experiencing this?

Reply
8 Replies

I am also running into this issue.

Any update on this issue? I came across the same error when transferring playback to my web player. Although I get that error, I am able to play music on the web player. There are no other active threads on this, or resources to debug it.

Also experiencing this issue when transferring playback. However, I am able to play music via the web player, I believe it has to be an issue with the spotify API making a call to the internal spotify endpoint you mentioned.

Same issue here. Seems to be caused by the Web Playback SDK itself not properly handling a promise - the network events are coming in properly, playback is continuing, but the events are not being distributed.

same issue

Getting the same error

A follow-up to my initial bug report.

 

A result of this 404 error is that the `loading` state of the player is not updated.

 

It seems like this endpoint (event/item_before_load) is for reporting only? But I'm just guessing.

 

The Spotify Player SDK should catch this error and update the internal `loading` state regardless of the error. So please don't just fix your servers. The SDK also needs fixing.

 

Can we get an answer to this please?

 

Is it common for questions to go unanswered like this? Is there another place to submit bug reports that I should be using instead?

Suggested posts