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.
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..
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>
Hmm so now it seems after looking over at Sick's forums, I'm narrowing it down, but now this comes up:
Processing failed for /home/ice/XBMC/TV/<<show name>>/<<show name.mkv: Post Processor returned unhandled exception: coercing to Unicode: need string or buffer, timeout found
What's weird, is that within my path above, now all the shows 'directories' are created within the directory with just the .nzb file in there. Where as before, everything went to my Downloads/Complete // Downloads/Incomplete directories where all the processing was done. I don't have anything selected under SAB - Sorting nor Sick - Post Processing. What am I missing here? Probably something simple I would imagine... Tks