I have a Problem with post prossesing SickBeard script in SABnzbd.

Come up with a useful post-processing script? Share it here!
Post Reply
JSmith19
Newbie
Newbie
Posts: 3
Joined: February 3rd, 2009, 9:16 am
Location: Dordrecht - The Netherlands

I have a Problem with post prossesing SickBeard script in SABnzbd.

Post by JSmith19 »

I have a Problem with post prossesing in SABnzbd.
earlieer it works but now it stops working and I don't know how to fix it maybe someone can help me out :)

Code: Select all

Human.Target.2010.S02E11.HDTV.XviD-LOL

Loading config from /volume1/downloads/SABnzbd/scripts/autoProcessTV.cfg
Opening URL: http://####.homeip.net:8081/sickbeard/home/postprocess/processEpisode?nzbName=Human.Target.2010.S02E11.HDTV.XviD-LOL.nzb&quiet=1&dir=%2Fvolume1%2Fdownloads%2FMedia%2FTV_Series%2FHuman.Target.2010.S02E11.HDTV.XviD-LOL
<!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>404 Not Found</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>404 Not Found</h2>

        <p>The path '/sickbeard/home/postprocess/processEpisode' was not found.</p>

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

  File "/volume1/@appstore/sickbeard/cherrypy/_cprequest.py", line 660, in respond

    response.body = self.handler()

  File "/volume1/@appstore/sickbeard/cherrypy/lib/encoding.py", line 193, in __call__

    self.body = self.oldhandler(*args, **kwargs)

  File "/volume1/@appstore/sickbeard/cherrypy/_cperror.py", line 234, in __call__

    raise self

NotFound: (404, "The path '/sickbeard/home/postprocess/processEpisode' was not found.")

</pre>

    <div id="powered_by">

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

    </div>

    </body>

</html>


I hope this is the correct place to ask if not please replace/remove this Then I'm very sorry.
Fiction is the truth inside the lie. (Stephen King)
psa
Newbie
Newbie
Posts: 7
Joined: May 24th, 2011, 2:13 pm
Location: Brasil

Re: I have a Problem with post prossesing SickBeard script in SABnzbd.

Post by psa »

I can try to help you mate.

Can you please send me the following screenshots?

* Sabnzbd -> Settings -> Categories
* Sabnzbd -> Settings -> Folders
* Sabnzbd -> Settings -> Switches

And also, a screenshot of your Sickbeard config of sabnzbd and also paste here the contents of the : "autoProcessTV.cfg" file.

Ok?
Sledgehammer
Newbie
Newbie
Posts: 9
Joined: September 6th, 2010, 12:59 pm

Re: I have a Problem with post prossesing SickBeard script in SABnzbd.

Post by Sledgehammer »

I am having the exact same problem, i want sick to move the fils that sab has downloaded. but since its on a synology drive i cant locate the script file. is this a simple fix as from what i have read everywhere it goes right over my head... arghh....  :o(
User avatar
Mar2zz
Jr. Member
Jr. Member
Posts: 85
Joined: February 4th, 2011, 8:30 am
Contact:

Re: I have a Problem with post prossesing SickBeard script in SABnzbd.

Post by Mar2zz »

You need to copy all files in sickbeards autoProcessTV-folder to your postprocessscript directory... Did you do that?
Post Reply