Page 1 of 1

Unable to process series information

Posted: June 27th, 2011, 1:30 pm
by Clorith
After the recent 0.6.4/5 update, I've been unable to process any series (movies through Couch Potato works fine still).
The series are all in my temp download directory, but manually processing everything is a tedious task I was hoping to get by without since SickBeard originally handles this for me.

General information;
Version: 0.6.5
OS: Windows 7 Ultimate SP1
Install-type: Windows installer
Skin (if applicable): Plush
Firewall Software: Windows Firewall (disabled)
Are you using IPV6? Yes, but unrelated as it's mapped to use IPv4
Is the issue reproducible? yes

Quoted is my happy "script error"

Code: Select all

Loading config from C:\Program Files (x86)\SABnzbd\scripts\autoProcessTV.cfg
Opening URL: http://localhost:8081/home/postprocess/processEpisode?nzbName=Leverage+-+4x01+-+The+Long+Way+Down+Job.nzb&quiet=1&dir=I%3A%5CSeries_cache%5CLeverage_-_4x01_-_The_Long_Way_Down_Job
<!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>401 Unauthorized</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>401 Unauthorized</h2>

        <p>You are not authorized to access that resource<br />In addition, the custom error page failed:

<br />ValueError: invalid literal for int() with base 10: '401 Unauthorized'

</p>

        <pre id="traceback">Traceback (most recent call last):

  File "cherrypy\_cprequest.pyo", line 657, in respond

  File "cherrypy\_cprequest.pyo", line 99, in run

  File "cherrypy\_cprequest.pyo", line 59, in __call__

  File "cherrypy\lib\auth_basic.pyo", line 86, in basic_auth

HTTPError: (401, 'You are not authorized to access that resource')

</pre>

    <div id="powered_by">

    <span>Powered by <a href="http://www.cherrypy.org">CherryPy 3.2.0rc1</a></span>

    </div>

    </body>

</html>

Re: Unable to process series information

Posted: June 27th, 2011, 1:59 pm
by shypike
The SickBeard script fails. Why do you think this is a SABnzbd error?
Nothing has changed in script handling since 0.6.0.
Have you asked on the SickBeard forum?

Re: Unable to process series information

Posted: June 27th, 2011, 2:08 pm
by Clorith
My apologies if this was wrong, I just saw the references to autoProcessTV.cfg in sab's folder and didn't really think more of it.

Any way, huge fan of your work regardless, and thank you for the pointer.