[Errno 13] Permission denied

Hi,

I have uploaded the docker for pyload yesterday on Rpi. It works but I have those two warnings:

WARNING ADDON UpdateManager: Error removing /app/pyload/module/plugins/accounts/GetTwentyFourOrg.py | [Errno 13] Permission denied: ‘/app/pyload/module/plugins/accounts/GetTwentyFourOrg.py’

WARNING ADDON UpdateManager: Error removing /app/pyload/module/plugins/hoster/GetTwentyFourOrg.py | [Errno 13] Permission denied: ‘/app/pyload/module/plugins/hoster/GetTwentyFourOrg.py’

Any idea how to solve this ?

Many thanks,
Frederic

I also face the same error with my docker image from linuxserver/pyload

WARNING ADDON UpdateManager: Error removing /app/pyload/module/plugins/hoster/xyz | [Errno 13] Permission denied: '/app/pyload/module/plugins/xyz

This is a permission issue of “/home/pyload/.pyload” :roll_eyes: but I don`t know how to fix it.

my docker settings

ENTRYPOINT /init
ENV
PUID 1000
PGID 1000
TZ Europe/Berlin
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1 $(whoami)@$(hostname):$(pwd)$
HOME /root
TERM xterm

and the path

Host/volume Path in container
/media/ssd/docker/pyload/config /config
/media/ssd/docker/pyload/downloads /downloads