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
981 stars 79 forks source link

Currently-Playing returns 500 error when playing podcasts #887

Closed sauercrowd closed 6 years ago

sauercrowd commented 6 years ago

Issue found on February 19th 2015.

Endpoint(s):

Scope(s):

Steps to reproduce:

  1. Start playing a podcast episode (e.g. Software Engineering Daily - ContainerSecurity)
  2. Make an authenticated call with the correct scopes to /v1/me/player/currently-playing
  3. Check the response

Expected behaviour:

The response contains body contains a JSON describing the currently played podcast episode

Actual behaviour:

500 Server Error (consistently)

{
  "error": {
    "status": 502,
    "message": "Backend respond with 500"
  }
}
arirawr commented 6 years ago

Hey @sauercrowd - we don't support podcasts in the Web API currently. I'm going to close this specific bug as wontfix for now - you can follow issue #551 for updates on podcast support in general.