thetvdb / v4-api

Founded in 2006, TheTVDB is one of the longest-running community-driven TV and Movie databases. With content metadata across hundreds of thousands of TV series and movies, TheTVDB powers many of the largest media centers in the market. Developers across the world build and rely upon TheTVDB's APIs to power their apps, utilities, and projects, generating millions of API calls per day. In our GitHub repository you will find all of the necessary support and v4 API documentation to make use of TheTVDB's metadata. Come and join us!
135 stars 13 forks source link

Error fetching artwork #312

Open Zephyriyn opened 9 months ago

Zephyriyn commented 9 months ago
import tvdb_v4_official

tvdb = tvdb_v4_official.TVDB("...")

print(tvdb.get_artwork(tvdb.search('yosuga no sora')[0]['tvdb_id']))

leads to ValueError: failed to get https://api4.thetvdb.com/v4/artwork/195231 NotFoundException: error fetching artwork

antheaezzell commented 9 months ago

How are you trying to pull this data? Can you send me the call?

Nozavi commented 1 month ago

This is not a bug

@Zephyriyn You should call get_series_artworks instead of get_artwork 😉

I've initially made the same mistake and didn't understand why popular shows didn't have artwork 😁