Episodes API not returning data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm not getting episode info back from the API.
Are others seeing this? I tried using ids from the docs as well as ones I'm pulling off of urls.
I tried hitting the API directly and through spotipy like so:
import spotipy
from spotipy.oauth2 import SpotifyClientCredentials
auth_manager = SpotifyClientCredentials()
sp = spotipy.Spotify(auth_manager=auth_manager)
episodes = sp.episodes(["512ojhOuo1ktJprKbVcKyQ"])
print("Got episodes:", episodes) # Got episodes: {'episodes': [None]}
Thanks for your help!
Labels:
- Labels:
-
api
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page