tstaels
January 23, 2020, 10:18pm
21
Yes, originally it was hosted on Windows. It was migrated over in 2019.
Haven’t had “TV artwork not populating” before though. Have had many new series since.
Just did another dance, with log:
Plex Media Server Logs_2020-01-23_23-16-06.zip (4.4 MB)
ChuckPa
January 23, 2020, 10:23pm
22
Since being on Windows, TVDB changed.
Put the two together… BOOM
This should fix it.
Stop Plex
Open a terminal window
sudo rm -rf "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-in Support/Data/*"
Start PMS
Now force refresh metadata for every library section.
I challenged the source because I found carriage returns in the headers. The \r
which is part of CR/LF . Linux doesn’t use CR.
2020-01-23 22:50:11,311 (7f3f031f8700) : INFO (__init__:1079) - Invalid header value '__cfduid=debd3bda0a306036d8945f5c0633dd62f1565952112\r'
2020-01-23 22:50:11,314 (7f3f029f7700) : DEBUG (networking:143) - Requesting 'https://artworks.thetvdb.com/banners/posters/121361-25_t.jpg'
2020-01-23 22:50:11,322 (7f3f029f7700) : INFO (__init__:1066) - Invalid header value '__cfduid=debd3bda0a306036d8945f5c0633dd62f1565952112\r'
2020-01-23 22:50:11,337 (7f3f03fff700) : DEBUG (networking:143) - Requesting 'https://artworks.thetvdb.com/banners/posters/121361-29_t.jpg'
2020-01-23 22:50:11,345 (7f3f03fff700) : INFO (__init__:1066) - Invalid header value '__cfduid=debd3bda0a306036d8945f5c0633dd62f1565952112\r'
1 Like
tstaels
January 23, 2020, 10:37pm
23
errr…
tom@plex:~$ sudo rm -rf "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-in Support/Data/*"
tom@plex:~$ find "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-in Support/Data/" | wc -l
5399
tom@plex:~$
no artwork after refresh…
ChuckPa
January 23, 2020, 10:43pm
24
Go in and delete everything in the Data
directory by hand with PMS stopped.
1 Like
tstaels
January 23, 2020, 10:53pm
25
scary stuff for a midnight operation, but :
but…we gots artwork.
ChuckPa
January 23, 2020, 10:54pm
26
When all else fails… GET A BIGGER HAMMER
tstaels
January 23, 2020, 10:55pm
27
ChuckPa:
GET A BIGGER HAMMER
pneumatic hammer.
Again, thank you for your perseverance.
system
Closed
April 22, 2020, 10:55pm
29
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.