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.
Search found 2 matches
- May 4th, 2008, 3:14 pm
- Forum: Beta Releases
- Topic: unpacking problem
- Replies: 3
- Views: 3151
- April 29th, 2008, 5:03 pm
- Forum: Beta Releases
- Topic: unpacking problem
- Replies: 3
- Views: 3151
unpacking problem
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_fil...