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

Different resume_point values from GetShowEpisodes and GetEpisode endpoints

Solved!

Different resume_point values from GetShowEpisodes and GetEpisode endpoints

TL;DR

GetShowEpisodes is often returning the wrong Episode.resume_point.fully_played value; GetEpisode is working as expected.

 

My Question or Issue

I use Spotify API to generate an specifically ordered list of Podcast episodes each day. I noticed as of about a week ago, that the API is not returning the correct value of Episode.resume_point.fully_played via GetShowEpisodes. The value often disagrees with the Episode.resume_point.fully_played value fetched from GetEpisode (which matches the value shown in the Spotify Client UI).

 

Reproduction Steps

  1. Get a show's episodes via GetShowEpisodes API (you can use the browser's demo tool). Use a show for which you have some fully played episodes and some that aren't.
  2. Notice that some episode's fully_played value are incorrect.
  3. Check the Episode's fully_played values via GetEpisodes (you can use the browser's demo tool) and notice it being correct.
Reply

Accepted Solutions
Marked as solution

Thanks for the detailed report, this helped us reproduce the problem. We will post an update in this thread when we have a fix in place.

View solution in original post

5 Replies

Here are my findings from manually comparing GetEpisodes and GetEpisode. (When calling GetEpisodes, I made a single request with all the IDs. When calling GetEpisode, I made a separate request for each ID.)

 

GetEpisode is consistent with the Web Client (open.spotify.com). GetEpisodes is inconsistent and shows no clear pattern as to how.

 

 Web APIWeb APIWeb Client UI
IDGetEpisodesGetEpisodeVisual
4S3cOcLJ8DwMzYHF5vwnijTRUEFALSEFALSE
0syG09AlgmFcKdah2tf0dLTRUEFALSEFALSE
6MWSAYOuG6JFhRCBNcbogiTRUEFALSEFALSE
7qpML50L5cnsmpBGpyTfvtFALSETRUETRUE
22aCQYNHfGDBGyRoIzz6wUFALSETRUETRUE
6J6mHP5tUKnU88pdpWKRrXTRUEFALSEFALSE
5fEDDPYAndyv0AlTnZKhZWFALSEFALSEFALSE
3ScNBS8iIHBmWkvjm0EHf6TRUETRUETRUE
3aYsTEhxDk0JhSP3Q4k18yFALSETRUETRUE
0RJkeUmIoYJLQCNv6BIriETRUETRUETRUE
74KrRYacnxrIz66HoSeYQPFALSETRUETRUE
3d5YevCIRQ2SBlEyZVh8VPFALSETRUETRUE
3HwO3TZP43b3eSD2hYO9HtTRUEFALSEFALSE
7n8iYfUrdXOootL0FDtW9CFALSETRUETRUE
3b0kfMpE2Kf9Hm8ZG3goEAFALSETRUETRUE
53Y6s34zijXWUsDVp1ZZNpTRUETRUETRUE
0Sih1ZHVhazyF1nxAv9IbFFALSETRUETRUE
1yzkMSxD6AEUf25xQ5YTFtTRUETRUETRUE
4yImdvRtmN3IB0IHffuJiETRUEFALSEFALSE
7FAWp748B0Sqew35qe9EZEFALSEFALSEFALSE
3V7H2TTNUp9g3ZOYIfgKoYFALSEFALSEFALSE
54aFqPeRYJ0r8bSlAQVmMeTRUEFALSEFALSE
2BSnxvptoydYyJhDNqLEWFTRUEFALSEFALSE
4vPWYFE3zN1gI1V7cxxp74TRUEFALSEFALSE
7arMcoEhZRJUKNx7HJbjOhFALSETRUETRUE

Lately, however, whenever I call GetEpisodes or GetEpisode outside of the web client, I do not get any resume_point data. I think there's another bug here.

The no 'resume_point data' in the previous reply has "magically" been fixed, but the main issue is still relevant.

Marked as solution

Thanks for the detailed report, this helped us reproduce the problem. We will post an update in this thread when we have a fix in place.

This looks like this was fixed in the other thread 🙂

 

I also confirmed that the GetEpisode, GetEpisodes, and GetShowEpisodes endpoints are all returning the same `resume_point` values 🙂

 

Thanks again for the fix!

Suggested posts