Autoprocessing
Posted: April 9th, 2014, 10:24 am
Good morning. Reciently my SAB (on my linux box) had some issues which resulted in a reload. After configuring SAB to work with Sickbeard, I'm now getting these weird '500 Internal Server Error" whenever the autoProcessTV.cfg fires off. Also when I look in my directory that I have all my shows, the extracted 'folder' now shows up and within the show, there are no season folders, just the extracted shows now (not sorted under season number like before). Any ideas? Thanks..
Code: Select all
Loading config from /home/ice/.sickbeard/autoProcessTV/autoProcessTV.cfg
Opening URL: http://localhost:8081/home/postprocess/processEpisode?nzbName=<<show name>> .nzb&quiet=1&dir=%2Fhome%2Fice%2FXBMC%2FTV%2F<<show name>>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<title>500 Internal Server Error</title>
<style type="text/css">
#powered_by {
margin-top: 20px;
border-top: 2px solid black;
font-style: italic;
}
#traceback {
color: red;
}
</style>
</head>
<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 "/home/ice/.sickbeard/cherrypy/_cprequest.py", line 660, in respond
response.body = self.handler()
File "/home/ice/.sickbeard/cherrypy/lib/encoding.py", line 193, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/home/ice/.sickbeard/cherrypy/_cpdispatch.py", line 25, in __call__
return self.callable(*self.args, **self.kwargs)
File "/home/ice/.sickbeard/sickbeard/webserve.py", line 1355, in processEpisode
result = processTV.processDir(dir, nzbName)
File "/home/ice/.sickbeard/sickbeard/processTV.py", line 108, in processDir
process_result = processor.process()
File "/home/ice/.sickbeard/sickbeard/postProcessor.py", line 879, in process
notifiers.pytivo_notifier.update_library(ep_obj)
File "/home/ice/.sickbeard/sickbeard/notifiers/pytivo.py", line 89, in update_library
logger.log(u"'Error reason: " + e.reason)
TypeError: coercing to Unicode: need string or buffer, timeout found
</pre>
<div id="powered_by">
<span>Powered by <a href="http://www.cherrypy.org">CherryPy 3.2.0rc1</a></span>
</div>
</body>
</html>