Hello Everyone,
I am not sure to be at the right category to ask my question.
I just tried to install plex on docker using the plexinc/pms-docker image.
My creation and launch command is : docker run --name plex --network net0 -e TZ=“Europe/Brussels” -e PLEX_CLAIM="<my_token>" -v /data/plex/config:/config -v /data/plex/data:/data -v /data/plex/transcode:/transcode --restart unless-stopped plexinc/pms-docker
After launching it, plex starts but i got the error :
Exception AttributeError: “‘ZipArchive’ object has no attribute ‘_zip’” in <bound method ZipArchive.del of <Framework.components.data.ZipArchive object at 0x7f1b842b3790>> ignored
I searched on the internet but i didn’t find a good answer.
Can you please help me ?
Thank you in advance