Dingmatt / AMSA

A Plex anime agent using TVDB and AniDB data
GNU General Public License v3.0
261 stars 7 forks source link

No Posters Coming Up #43

Closed KennyWongX closed 1 year ago

KennyWongX commented 1 year ago

I just spun up a new Win Server 2022 yesterday Installed Plex Media Server Resetup the Scanner and Agent I believe it's pulling the metadata and organizing/naming correctly but none of the posters are showing up

I've readded the library several times Refreshed Metadata multiple times Empty, Optimize, Clean

com.plexapp.agents.amsa.log com.plexapp.system.log Plex Media Scanner (custom ASS) - filelist.log Plex Media Scanner (custom ASS).log

KennyWongX commented 1 year ago

Found reason for issue https://github.com/ZeroQI/Hama.bundle/issues/547

"One of the undocumented changes Plex made with 1.32.X is they dropped OpenSSL 1.1.1 support, so now it's OpenSSL 3+ only. It really sucks because Plex uses Python 2.7 which doesn't have OpenSSL 3. I've asked about any plans to include python3 but worried that this might be the end of plugins."

Dingmatt commented 1 year ago

Thank you for bringing this to my attention, I'll take a look into it. It's strange as things continue to work for all my tests, but I can see the same errors being generated.

Edit: I've got a theory over what I'm seeing, I'll test it over the weekend and hopefully fix the issue

Dingmatt commented 1 year ago

Hi @KennyWongX,

My theory was correct, I've included a fix in the latest 1.0.7.3 hotfix, this version will use a little more bandwidth (and storage) when refreshing metadata but it's the only workaround until Plex fixes it their side.