Page 1 of 1

Autoprocessing

Posted: April 9th, 2014, 10:24 am
by iced00d
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>


Re: Autoprocessing

Posted: April 9th, 2014, 12:00 pm
by shypike
It looks like a SickBeard error. Did you ask on their forum also?

Re: Autoprocessing

Posted: April 9th, 2014, 12:02 pm
by iced00d
Ahh ok, no I didn't but I will .. tks

Re: Autoprocessing

Posted: April 9th, 2014, 1:16 pm
by iced00d
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

Re: Autoprocessing

Posted: April 9th, 2014, 1:44 pm
by shypike
I'm not sure, but that error text is not in SABnzbd.
Can you list the full text from the logging?

Re: Autoprocessing

Posted: April 9th, 2014, 2:08 pm
by iced00d
PM'd ya...