Hello,
I’ve just set up a new Plex server on a Windows 7 machine, with the videos on USB attached storage. Everything works fine, except for a few of my daughter’s shows, where thetvdb agent seems to match the show (e.g. it pulls the description), but the artwork is missing. I went over to thetvdb.org to check if the shows had any artwork, and they did.
Examples:
I’ve tried to un-match, re-analyze, etc… but without success. When looking at the agent’s log file however, I found this error message:
2016-06-12 13:12:57,440 (ce0) : CRITICAL (core:574) - Exception in the update function of agent named 'TheTVDB', called with guid 'com.plexapp.agents.thetvdb://265349?lang=nl' (most recent call last):
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-2bd156c\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\api\agentkit.py", line 1065, in _update
agent.update(obj, media, lang, **kwargs)
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-2bd156c\TheTVDB.bundle\Contents\Code\__init__.py", line 839, in update
def UpdateEpisodes():
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-2bd156c\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\api hreadkit.py", line 233, in _parallelize_decorator
f(*args, **kwargs)
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-2bd156c\TheTVDB.bundle\Contents\Code\__init__.py", line 866, in UpdateEpisodes
def UpdateEpisode(episode=episode, episode_el=episode_el, lang=lang, series_available=metadata.originally_available_at, series_id=metadata.id, ivaNormTitle=ivaNormTitle, series_extra_xml=series_extra_xml):
NameError: free variable 'ivaNormTitle' referenced before assignment in enclosing scope
FYI: the library is set to Dutch, and the agent seems to have no problem pulling the information for the other shows.
Any help would be very much appreciated! Thanks.