You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<body>
<h2>500 Internal Server Error</h2>
<p>The server encountered an unexpected condition which prevented it from fulfilling the request.</p>
<pre id="traceback">Traceback (most recent call last):
File "/Applications/Sick-Beard/cherrypy/_cprequest.py", line 660, in respond
response.body = self.handler()
File "/Applications/Sick-Beard/cherrypy/lib/encoding.py", line 193, in call
self.body = self.oldhandler(*args, **kwargs)
File "/Applications/Sick-Beard/cherrypy/_cpdispatch.py", line 25, in call
return self.callable(*self.args, **self.kwargs)
File "/Applications/Sick-Beard/sickbeard/webserve.py", line 2096, in processEpisode
result = processTV.processDir(dir, nzbName)
File "/Applications/Sick-Beard/sickbeard/processTV.py", line 108, in processDir
process_result = processor.process()
File "/Applications/Sick-Beard/sickbeard/postProcessor.py", line 890, in process
proper_path = ep_obj.proper_path()
File "/Applications/Sick-Beard/sickbeard/tv.py", line 2016, in proper_path
result = self.formatted_filename()
File "/Applications/Sick-Beard/sickbeard/tv.py", line 2077, in formatted_filename
I still get this error, both with the Daily Show and Project Catwalk (only with some episodes though):
Traceback (most recent call last):
File "/Applications/Sick-Beard/cherrypy/_cprequest.py", line 660, in respond
response.body = self.handler()
File "/Applications/Sick-Beard/cherrypy/lib/encoding.py", line 193, in call
self.body = self.oldhandler(_args, *_kwargs)
File "/Applications/Sick-Beard/cherrypy/_cpdispatch.py", line 25, in call
return self.callable(_self.args, *_self.kwargs)
File "/Applications/Sick-Beard/sickbeard/webserve.py", line 2096, in processEpisode
result = processTV.processDir(dir, nzbName)
File "/Applications/Sick-Beard/sickbeard/processTV.py", line 108, in processDir
process_result = processor.process()
File "/Applications/Sick-Beard/sickbeard/postProcessor.py", line 890, in process
proper_path = ep_obj.proper_path()
File "/Applications/Sick-Beard/sickbeard/tv.py", line 2016, in proper_path
result = self.formatted_filename()
File "/Applications/Sick-Beard/sickbeard/tv.py", line 2077, in formatted_filename
return ' '.join(self._format_pattern(name_groups[-1], multi).split())
File "/Applications/Sick-Beard/sickbeard/tv.py", line 1901, in _format_pattern
replace_map = self._replace_map()
File "/Applications/Sick-Beard/sickbeard/tv.py", line 1861, in _replace_map
'%0AE': '%03d' % self.absolute_number,
TypeError: %d format: a number is required, not NoneType
I'm getting this error today, using latest github code.
I happens when it tries to post-process:
Opening URL: https://localhost:5001/home/postprocess/processEpisode?nzbName=The.Daily.Show.2013.07.22.Louis.CK.720p.HDTV.x264-2HD.nzb&quiet=1&dir=%2FVolumes%2FPromise%2FUsenet%2Fsickbeard%2FThe.Daily.Show.2013.07.22.Louis.CK.720p.HDTV.x264-2HD
File "/Applications/Sick-Beard/cherrypy/_cprequest.py", line 660, in respond
File "/Applications/Sick-Beard/cherrypy/lib/encoding.py", line 193, in call
File "/Applications/Sick-Beard/cherrypy/_cpdispatch.py", line 25, in call
File "/Applications/Sick-Beard/sickbeard/webserve.py", line 2096, in processEpisode
File "/Applications/Sick-Beard/sickbeard/processTV.py", line 108, in processDir
File "/Applications/Sick-Beard/sickbeard/postProcessor.py", line 890, in process
File "/Applications/Sick-Beard/sickbeard/tv.py", line 2016, in proper_path
File "/Applications/Sick-Beard/sickbeard/tv.py", line 2077, in formatted_filename
File "/Applications/Sick-Beard/sickbeard/tv.py", line 1901, in _format_pattern
File "/Applications/Sick-Beard/sickbeard/tv.py", line 1861, in _replace_map
TypeError: %d format: a number is required, not NoneType
The text was updated successfully, but these errors were encountered: