0.4.0b2 bug - TypeError: not enough arguments for format string
Posted: April 21st, 2008, 10:04 pm
I'm testing how things work with the new TV show/Season/Episode formatting, getting the following error, and having the files left in the _UNPACKING_ folder. I suspect it's related to a config setting, but I don't know which it might be. Here's what I suspect to be relevant from sabnzbd.log:
Any help is greatly appreciated.
Thanks,
Bob
Code: Select all
2008-04-21 20:50:12,789::DEBUG::[assembler] Found TV Show - Starting folder sort (<showname> : C:\Users\Robert\Downloads\downloads\<showname>)
2008-04-21 20:50:12,799::ERROR::[assembler] Postprocessing of <showname>.nzb failed.
Traceback (most recent call last):
File "sabnzbd\assembler.pyo", line 242, in run
File "sabnzbd\assembler.pyo", line 750, in formatFolders
File "logging\__init__.pyo", line 1294, in error
File "logging\__init__.pyo", line 1015, in error
File "logging\__init__.pyo", line 1101, in _log
File "logging\__init__.pyo", line 1111, in handle
File "logging\__init__.pyo", line 1148, in callHandlers
File "logging\__init__.pyo", line 655, in handle
File "SABnzbd.py", line 91, in emit
File "logging\__init__.pyo", line 630, in format
File "logging\__init__.pyo", line 418, in format
File "logging\__init__.pyo", line 288, in getMessage
TypeError: not enough arguments for format string
Thanks,
Bob