Server Version#: 1.22.1.4228
Player Version#:
After moving my windows plex server to docker in UnRAID my custom plex agents(plugins) seem to be broken. I am getting the following error:
File "/usr/lib/plexmediaserver/Resources/Plug-ins-724c56e62/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/sandbox.py", line 345, in __import__
raise e
ImportError: No module named pkg_resources
Seems like I need to install python for the plugin to have access to that module. I went ahead and installed the NerdPack app to install python into UnRAID. However, this issue persists. Seems like the docker container does not have visibility of the python install which probably makes sense. Does anyone know how I could get around this? I am using the official plex docker container.