TVDB Issues - Do not open new Threads

The TVDB API is having massive issues, it is affecting the ability to add series to Sonarr as well as existing shows listed as deleted.

Once the issue is resolved you’ll be able to add series and the health warnings will go away for series that are refreshed.

Ongoing thread at TheTVDB: https://forums.thetvdb.com/viewtopic.php?p=168231#p168231

1 Like

Lol, I just started to copy & paste my post with the link to their site. Simplified things

1 Like

@markus101 just to confirm this is nothing to do with legacy SSL support being removed?
tvdb going on about some temporary solution that they can no longer deal with?

Skyhook does not rely on legacy SSL connections to TVDB, so no not related.

The issue is/was TVDB’s API is returning incomplete/invalid data for series.

For example, 30 Rock (TVDB ID 79488) returns this:

<?xml version="1.0" encoding="UTF-8"?>
<Data>
    <Series>
        <id>0</id>
        <Actors></Actors>
        <Airs_DayOfWeek></Airs_DayOfWeek>
        <Airs_Time></Airs_Time>
        <ContentRating></ContentRating>
        <FirstAired></FirstAired>
        <Genre></Genre>
        <IMDB_ID></IMDB_ID>
        <Language></Language>
        <Network></Network>
        <NetworkID></NetworkID>
        <Overview></Overview>
        <Rating>0</Rating>
        <RatingCount>0</RatingCount>
        <Runtime></Runtime>
        <SeriesID></SeriesID>
        <SeriesName></SeriesName>
        <Status></Status>
        <added></added>
        <addedBy></addedBy>
        <banner></banner>
        <fanart></fanart>
        <lastupdated>0</lastupdated>
        <poster></poster>
        <zap2it_id></zap2it_id>
    </Series>
    <Actors></Actors>
    <Banners></Banners>
</Data>

When we fetch directly from their v1 API. It does that whether we request https://thetvdb.com/api/API_KEY/series/79488/all/en.xml or https://thetvdb.com/api/API_KEY/series/79488/en.xml.

It returns the same empty result (instead of an error for some mind boggling reason) when the series is legitimately removed (or the ID never existed). If there was some sort of failure to load instead of returning garbage Skyhook would actually keep on going, though things would be out of date due to updates on the site.

Changes to Skyhook will now wait a week between a deletion and Skyhook returning it’s been deleted, that won’t solve the underlying TVDB issues, but it’ll make it less noisy.

1 Like

A post was split to a new topic: Issues with TVDB + Python?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.