spotify / web-api

This issue tracker is no longer used. Join us in the Spotify for Developers forum for support with the Spotify Web API ➡️ https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer
983 stars 79 forks source link

Get a Show's Episodes: non existing id #1577

Open vdesabou opened 4 years ago

vdesabou commented 4 years ago

Issue found on May 8th 2020.

Endpoint(s):

Scope(s):

Steps to reproduce:

  1. Open the API Console
  2. Call the get-show-episodes endpoint with id 2I6TDCnC5EuGHNhAsBmKl5

Expected behaviour:

Get the episodes

Actual behaviour:

Getting randomly:

{
  "error": {
    "status": 404,
    "message": "non existing id"
  }
}