sickbeard and couchpatato
Posted: January 30th, 2012, 5:00 pm
I'm having issues getting these addons to auto rename and move.
This what i get back from script in sabnzbd
Code: Select all
Loading config from /mnt/cache/.sickbeard/autoProcessTV/autoProcessTV.cfg
Opening URL: http://localhost:8081/home/postprocess/processEpisode?nzbName=The.Big.Bang.Theory.S04E05.720p.BluRay.x264-CLUE.nzb&quiet=1&dir=%2Fmnt%2Fcache%2F.sabnzbd%2Fcomplete%2FThe.Big.Bang.Theory.S04E05.720p.BluRay.x264-CLUE
<!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 '/home/postprocess/processEpisode' was not found.</p>
<pre id="traceback">Traceback (most recent call last):
File "/mnt/cache/.sabnzbd/cherrypy/_cprequest.py", line 618, in respond
cherrypy.response.body = self.handler()
File "/mnt/cache/.sabnzbd/cherrypy/_cperror.py", line 233, in __call__
raise self
NotFound: (404, "The path '/home/postprocess/processEpisode' was not found.")
</pre>
<div id="powered_by">
<span>Powered by <a href="http://www.cherrypy.org">CherryPy 3.2.0</a></span>
</div>
</body>
</html>