ERROR::[misc:813] Failed making...

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • 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.
Post Reply
theone85ca
Newbie
Newbie
Posts: 1
Joined: March 1st, 2016, 11:23 pm

ERROR::[misc:813] Failed making...

Post by theone85ca »

Hi all,


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.


Code: Select all

ERROR::[misc:813] Failed making

Thanks in advance,
Nick
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: ERROR::[misc:813] Failed making...

Post by sander »

This is the code in sabnzbd/misc.py:

Code: Select all

        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?

HTH
Post Reply