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

error while accessing podcasts from spotipy library #1524

Open Deepa-Vijaya-Kumar opened 4 years ago

Deepa-Vijaya-Kumar commented 4 years ago

when I'm trying to access this: r = requests.get(url="https://api.spotify.com/v1/shows/38bS44xjbVVZ3No3ByF1dJ", headers=headers) (I got this url from the api.spotify.com->example program in podcasts section) I'm facing this error: { "error" : { "status" : 404, "message" : "non existing id" } }