Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings.
Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Version: 0.7.20
OS: (Ex: CentOS7)
Install-type: python source
Firewall Software: Firewalld
Are you using IPV6? No
Is the issue reproducible? Yes
I have Sonarr passing nzb's to SABnzbd but its all of a sudden erring out. Has anyone ever seen this or can they point me in the right direction to fixing it?
I thought it was permission even though I've changed none but everything looks okay.
if not create_all_dirs(dirpath, True):
logging.error(T('Failed making (%s)'), clip_path(dirpath))
So: the create_all_dirs() fails, and you get the ERROR line.
Additional information: why is there no directory in your error line? Maybe no directory was specificied by you or sonarr, and thus it could not be created?