0.4.0b2 bug - TypeError: not enough arguments for format string

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
bobdunn
Newbie
Newbie
Posts: 2
Joined: April 21st, 2008, 9:57 pm

0.4.0b2 bug - TypeError: not enough arguments for format string

Post by bobdunn »

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:

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
Any help is greatly appreciated.

Thanks,
Bob
Last edited by Anonymous on November 26th, 2008, 9:17 pm, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: 0.4.0b2 bug - TypeError: not enough arguments for format string

Post by shypike »

What SABnzbd was trying to tell you is "Error creating tv folders".
I don't know what has happened.

One of the team members is doing a complete redesign of the TV season support.
I'm afraid that for now you'll have to live with these problems or not use the feature at all.
bobdunn
Newbie
Newbie
Posts: 2
Joined: April 21st, 2008, 9:57 pm

Re: 0.4.0b2 bug - TypeError: not enough arguments for format string

Post by bobdunn »

Yeah I thought that might be the case.  It did manage to create a folder called "" in the same folder as the UNPACKING folder, but I have my options set to subfolder by season and episode.  Maybe I'll play with that some.

I'm absolutely thrilled that this feature is present.  I had been contemplating writing an app in C# that would do that for me, but with my limited time I'm sure it would've been much crappier than this.
Last edited by Anonymous on November 26th, 2008, 9:17 pm, edited 1 time in total.
Post Reply