I upgraded to the latest svn version of 0.4.0 and noticed that SABnzbd+ would seem to get stuck verifying a single job. To make it work again, I had to change line 139 of postproc.py from
complete_dir, filename_set, tv_file = TVSeasonCheck(complete_dir, dirname)
to
complete_dir, filename_set, tv_file = TVSeasonCheck(self.complete_dir, dirname)
unpacking problem
Forum rules
Help us help you:
Help us help you:
- 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.
Re: unpacking problem
I don't really see how the original value would not work.
Could you send your sabnzbd.ini (with passwords removed) to [email protected]
I'm guessing it must be something to do with the categories.
Could you send your sabnzbd.ini (with passwords removed) to [email protected]
I'm guessing it must be something to do with the categories.
Re: unpacking problem
"complete_dir" is the full path to the destination directory.switch wrote: I don't really see how the original value would not work.
"self.complete_dir" is the default root for uncategorized downloads.
-
- Newbie
- Posts: 2
- Joined: April 29th, 2008, 4:57 pm
Re: unpacking problem
Thanks, I guess the problem is already fixed. I was getting in the logs
File "sabnzbd\postproc.pyo", line 139, in run
UnboundLocalError: local variable 'complete_dir' referenced before assignment
just as others reported.
File "sabnzbd\postproc.pyo", line 139, in run
UnboundLocalError: local variable 'complete_dir' referenced before assignment
just as others reported.