unpacking problem

Questions and bug reports for Beta releases should be posted here.
Forum rules
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.
Post Reply
JohnFalstaff
Newbie
Newbie
Posts: 2
Joined: April 29th, 2008, 4:57 pm

unpacking problem

Post by JohnFalstaff »

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)
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: unpacking problem

Post by switch »

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.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: unpacking problem

Post by shypike »

switch wrote: I don't really see how the original value would not work.
"complete_dir" is the full path to the destination directory.
"self.complete_dir" is the default root for uncategorized downloads.
JohnFalstaff
Newbie
Newbie
Posts: 2
Joined: April 29th, 2008, 4:57 pm

Re: unpacking problem

Post by JohnFalstaff »

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.
Post Reply