Autoprocessing

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • 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
iced00d
Newbie
Newbie
Posts: 6
Joined: July 20th, 2011, 9:35 am

Autoprocessing

Post 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>

User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Autoprocessing

Post by shypike »

It looks like a SickBeard error. Did you ask on their forum also?
iced00d
Newbie
Newbie
Posts: 6
Joined: July 20th, 2011, 9:35 am

Re: Autoprocessing

Post by iced00d »

Ahh ok, no I didn't but I will .. tks
iced00d
Newbie
Newbie
Posts: 6
Joined: July 20th, 2011, 9:35 am

Re: Autoprocessing

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Autoprocessing

Post by shypike »

I'm not sure, but that error text is not in SABnzbd.
Can you list the full text from the logging?
iced00d
Newbie
Newbie
Posts: 6
Joined: July 20th, 2011, 9:35 am

Re: Autoprocessing

Post by iced00d »

PM'd ya...
Post Reply