I have been using this container for a while without issues. I recently updated the PIA certs to the next gen ones, and have been getting this error(its possible the PIA certs are anecdotal, haven't used this in a while)
Traceback (most recent call last):
File "/usr/lib/sabnzbd/sabnzbd/filesystem.py", line 492, in set_chmod
os.chmod(path, permissions)
PermissionError: [Errno 1] Operation not permitted: False
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/sabnzbd/sabnzbd/nzbparser.py", line 314, in process_single_nzb
nzo = nzbstuff.NzbObject(
File "/usr/lib/sabnzbd/sabnzbd/nzbstuff.py", line 732, in __init__
set_permissions(work_dir)
File "/usr/lib/sabnzbd/sabnzbd/filesystem.py", line 528, in set_permissions
set_chmod(path, umask_file, report)
File "/usr/lib/sabnzbd/sabnzbd/filesystem.py", line 494, in set_chmod
lpath = path.lower()
AttributeError: 'bool' object has no attribute 'lower'
Anyone know what's going on here? It looks like maybe a permissions issue, but the directory that the container saves to is set to 777