Error with post processing

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
summerside
Posts: 20
Joined: Fri Jan 19, 2018 8:05 pm

Error with post processing

Post by summerside »

Evening...

I am getting an error right after download and just before post processing.

I am using Mylar3 and SABnzbd both in dockers on the same machine.,

here is the error

Loading config from /mnt/user/appdata/sabnzbd/scripts/autoProcessComics.cfg
Opening URL for post-process of /downloads/X-Men.Legends.005.2021.Digital.Zone-Empire @ http://localhost:8090/api/forceProcess:
Unable to open URL: HTTPConnectionPool(host='localhost', port=8090): Max retries exceeded with url: /api?cmd=forceProcess&apikey=5baca1534b72fe166aeb57e7026305b8&nzb_folder=%2Fdownloads%2FX-Men.Legends.005.2021.Digital.Zone-Empire&nzb_name=X-Men.Legends.005.2021.Digital.Zone-Empire&failed=0&apc_version=2.04&comicrn_version=1.01 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x152239d2e4f0>: Failed to establish a new connection: [Errno 111] Connection refused'))

Thanks for your help

Edward
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Error with post processing

Post by evilhero »

Posting the sabnzbd error log isn't much help - you'd need to post the mylar log to see what's happening.

I would suggest either changing your mylar host address to 127.0.0.1 instead of using localhost (since in some cases localhost doesn't resolve properly), and/or do away with using the ComicRN script and just use CDH - which is the recommended method of post-processing with Mylar.

If you're getting errors using CDH and that's why you're trying ComicRN - with dockers, you need to make sure you enable the are mylar and sabnzbd on separate machines option and put in a path that's mounted on both dockers and is accessible to both. You also have to ensure that the user running Mylar has full access to the download path that sabnzbd is putting all the downloads to (if you use categories in sabnzbd, you need to also use categories in mylar - in fact, just use categories regardless).
summerside
Posts: 20
Joined: Fri Jan 19, 2018 8:05 pm

Re: Error with post processing

Post by summerside »

Thanks for your help.

Changing to to CDH (removing ComicRN.py) and checking that they were on separate machines worked. Working perfectly now

Thanks again...did not know that CDH was now preferred

Edward
Post Reply