Server Version#: 1.14.0.5470
Player Version#: 3.69.1 ? (web)
Problem is as stated in the title. This started a few days ago. Actor and posters images are blank on newly added items. When editing an item you can see all the posters thumbnails, but changing does nothing (main view still blank). When submitting a new poster via URL it will work however.
This plex instance is running in a docker container (official plexinc/pms-docker). I’ve tried reverting to the past three versions, removing the container and images entirely, and resetting main docker image but no joy. I am hesitant to mess with the app data as I want the database with watched status to remain intact.
com.plexapp.system.log shows:
2018-11-28 08:42:45,356 (14c8f088a700) : DEBUG (runtime:717) - Handling request GET /system/agents/media/get?guid=com%2Eplexapp%2Eagents%2Eimdb%3A%2F%2Ftt3829266%3Flang%3Den&mediaType=1&url=metadata%3A%2F%2Fposters%2Fcom%2Eplexapp%2Eagents%2Eimdb_ec4c124c2a85f65ef05c8f491d20f69a9e090e82
2018-11-28 08:42:45,357 (14c8f088a700) : DEBUG (runtime:814) - Found route matching /system/agents/media/get
2018-11-28 08:42:45,357 (14c8f088a700) : DEBUG (accessor:68) - Creating a new read-only model access point for provider com.plexapp.agents.imdb in namespace 'metadata'
2018-11-28 08:42:45,365 (14c8f088a700) : DEBUG (agentservice:1031) - Downloading data for metadata://posters/com.plexapp.agents.imdb_ec4c124c2a85f65ef05c8f491d20f69a9e090e82 (in com.plexapp.agents.imdb) from http://image.tmdb.org/t/p/original/5XOPHVAQMyRkUqSlbmZ361rJO6y.jpg
2018-11-28 08:42:45,366 (14c8f088a700) : DEBUG (networking:166) - Requesting 'http://image.tmdb.org/t/p/original/5XOPHVAQMyRkUqSlbmZ361rJO6y.jpg'
2018-11-28 08:42:45,439 (14c8f088a700) : CRITICAL (runtime:889) - Exception (most recent call last):
File "/usr/lib/plexmediaserver/Resources/Plug-ins-9d51fdfaa/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/runtime.py", line 843, in handle_request
result = f(**d)
File "/usr/lib/plexmediaserver/Resources/Plug-ins-9d51fdfaa/System.bundle/Contents/Code/agentservice.py", line 1032, in media_get
data = HTTP.Request(media_url, cacheTime=0).content
File "/usr/lib/plexmediaserver/Resources/Plug-ins-9d51fdfaa/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py", line 265, in content
return self.__str__()
File "/usr/lib/plexmediaserver/Resources/Plug-ins-9d51fdfaa/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py", line 243, in __str__
self.load()
File "/usr/lib/plexmediaserver/Resources/Plug-ins-9d51fdfaa/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/networking.py", line 185, in load
self._data = f.read()
File "/usr/lib/plexmediaserver/Resources/Python/lib/python2.7/socket.py", line 355, in read
data = self._sock.recv(rbufsize)
File "/usr/lib/plexmediaserver/Resources/Plug-ins-9d51fdfaa/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/httplib_new.py", line 582, in read
s = self.fp.read(amt)
File "/usr/lib/plexmediaserver/Resources/Python/lib/python2.7/socket.py", line 384, in read
data = self._sock.recv(left)
error: [Errno 104] Connection reset by peer
2018-11-28 08:42:45,440 (14c8f088a700) : DEBUG (runtime:924) - Response: [500] 1613 bytes
I can access the URLs in question so I’m not sure what is causing this.


