The purpose of this thread is to bring the many threads which are spread throughout the forum into one discussion.
This will remain open while the issue is ongoing.
It is linked to the companion announcement on this issue.
Content from other threads have been moved here.
Those threads have been subsequently closed in favor of continuation here.
Please do not create new topics as it only creates more work and confusion.
I also ask:
Don’t create “Me too” posts . These only serve to break up meaningful discussion.
Tangential or possibly tangential issues should be discussed in a new thread . When relevant information is discovered, that information be boiled up and posted here as supplemental information.
Please don’t create new threads just for the sake of ranting. The issue is known and being worked. Rant threads will be summarily closed.
We have this problem and its solution space well defined. Please be patient and allow us to work.
Reading Any of the other threads about this issue will reveal TVDB is belly up at the moment. This may or may not improve over time, but like everyone else - we’re waiting to see what happens next.
I take it any episodes added that didn’t have metadata added need to be updated manually? Just tried this week’s NCIS at the episode and show level although it had a nice long think nothing changed.
That’s a tough one. I had to fix match due to there being about 5 of those things with similar, or exact same names and Plex can’t decide, by a proper file name, what to do.
Also, at last check, the show hadn’t even been put in ‘Current’, still residing in ‘Pending’ - after the last episode has aired (if you can believe it). Also 2; there wasn’t even a year associated with the show yet - still being in Pending and all. Natural Matches will probably be spotty to non-existent for a while.
The main problem is TVDB is now using SNI for https://artworks.thetvdb.org and your python is too old to support SNI. I worked around this for now by proxying through nginx. (There is also a minor issue with the _cache path, but stripping it seems to work?)
@1125 - Generate the thumbnail paths by just appending _t to full res banner filename, disregarding existing img_info['thumbnail'] since it’s still returning unusable (403) _cache paths
# If we are missing a value for the thumbnail attribute, fallback to the '_cache' thumbnail
- banner_thumb = img_info.get('thumbnail') or '_cache/%s' % banner_path
+ banner_thumb = banner_path[:-4] + '_t' + banner_path[-4:] or ''
It will likely sort itself out … eventually.
TheTVDB will either fix their _cache (might be permissions or not be populated yet) or the paths returned by the API to whatever they’re using now.
In any case, the above changes are just hacky ways to have it working now and are very likely to break when things get properly fixed by TheTVDB and\or Plex, hopefully soon enough.
The metadata team is working with TheTVDB to work through this problem at TVDB.
2 The team has, seeing what has happened here, realized a better way to insulate from what’s happening.
There might be some manual patching which can be done in the immediate short term for those who feel handy. Otherwise, I suspect a change in the tvdb agent will be quick to arrive.
It works, but only partially. Plex can now find images for the series but not for it’s corresponding seasons. That meaning no season specific poster/banners. Do they work for you? Great work nonetheless.
It’s a problem on their end, since the full resolution season posters are not loading even on their website.
Thumbnails are displaying fine, but trying to open the full res posters nets the same ‘Access Denied’ error as the _cache paths.
This was taken from the forums at TheTVDB website:
UPDATE 11/15/19:
Hello all,
Thank you for your continued patience with us and your feedback. We hear you and our devs are working on solutions to some of your biggest issues.
We know the site is struggling with slow load times at the moment. We are looking into some latency issues and hope to have a fix soon.
Top of our list for the API, is why metadata isn’t pulling into many media centers. We believe we have isolated the problem and it stems from older client libraries using SSL 3.0. We’ve made contact with many add-on developers, including PLEX with hopes to upgrade to TLS. Clearing your DNS caches would also help.
Other issues we are working on:
Wrong artwork format returned
Wrong artwork language returned
API delivering zip file discrepancies
Clients aren’t handling 301s
Default language handling
Solutions that have been deployed already:
The CDATA problem should have resolved this morning, but let us know if you are continuing to see this issue.
Pagination, for many of you downloading metadata from large tv show libraries, the pagination issue should be solved.
We will continue working on fixes and giving you regular updates.