Als ik via HeadPhones een download start in SABnzbd krijg ik de volgende foutmelding te zien in SABnzbd:
Traceback (most recent call last):
File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/_cprequest.py", line 670, in respond
response.body = self.handler()
File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/lib/encoding.py", line 220, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/_cpdispatch.py", line 60, in __call__
return self.callable(*self.args, **self.kwargs)
File "/volume1/@appstore/sabnzbd/share/SABnzbd/sabnzbd/interface.py", line 479, in tapi
return api_handler(kwargs)
File "/volume1/@appstore/sabnzbd/share/SABnzbd/sabnzbd/api.py", line 116, in api_handler
response = _api_table.get(mode, (_api_undefined, 2))[0](name, output, kwargs)
File "/volume1/@appstore/sabnzbd/share/SABnzbd/sabnzbd/api.py", line 485, in _api_fullstatus
status = build_status(skip_dashboard=kwargs.get('skip_dashboard', 1), output=output)
File "/volume1/@appstore/sabnzbd/share/SABnzbd/sabnzbd/api.py", line 1199, in build_status
info['folders'] = [xml_name(item) for item in sabnzbd.nzbqueue.scan_jobs(all=False, action=False)]
File "/volume1/@appstore/sabnzbd/share/SABnzbd/sabnzbd/decorators.py", line 44, in call_func
return func(*params, **kparams)
File "/volume1/@appstore/sabnzbd/share/SABnzbd/sabnzbd/decorators.py", line 32, in newFunction
return f(*args, **kw)
File "/volume1/@appstore/sabnzbd/share/SABnzbd/sabnzbd/nzbqueue.py", line 1061, in scan_jobs
return NzbQueue.do.scan_jobs(all, action)
File "/volume1/@appstore/sabnzbd/share/SABnzbd/sabnzbd/nzbqueue.py", line 149, in scan_jobs
for folder in globber_full(cfg.download_dir.get_path()):
File "/volume1/@appstore/sabnzbd/share/SABnzbd/sabnzbd/misc.py", line 117, in globber_full
return [os.path.join(path, f) for f in os.listdir(path) if fnmatch.fnmatch(f, pattern)]
OSError: [Errno 13] Permission denied: '/volume1/NZB/incomplete'
Weet iemand hier een oplossing voor? Ik kan momenteel geen download starten.