[pyload] An Error occured

Hello …

On a QNAP (x86-64) in the Docker container I get the following error on the “Downloads” page:

An Error occured, please enable debug mode to get more details.

Traceback (most recent call last):
File “/app/pyload/module/lib/bottle.py”, line 868, in _handle
return route.call(**args)
File “/app/pyload/module/lib/bottle.py”, line 1748, in wrapper
rv = callback(*a, **ka)
File “/app/pyload/module/web/utils.py”, line 112, in _view
return func(*args, **kwargs)
File “/app/pyload/module/web/pyload_app.py”, line 302, in downloads
files = listdir(save_join(root, item))
OSError: [Errno 13] Permission denied: '/downloads/.Trash-0’

With identical mount settings there are no problems with other dockers (for example, writl/pyload). Obviously rights problems with the hidden folder Trash-0 (QNAP standard folder) which is located in the selected mount folder “Downloads”.

The problem is solved.

The folder “Trash-0” was a temporary unpack folder of another docker. After removing this folder, the problem no longer occurs.