Post Processing

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
dardack
Posts: 23
Joined: Thu Feb 13, 2014 10:28 pm

Post Processing

Post by dardack »

Starting yesterday sabnzb comicrn.py is just in forever loop. Script Log is blank. Just sits there spinning and everything above it spins because it hasn't finished. Removed that comic from downloads directory, restarted sab, same thing on next comic entry. Removed Comicrn.py but now mylar doesn't move the comics.

What do I need to post here for some help?
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Post Processing

Post by evilhero »

Pretty sure there's an errant call in the comictagger module that's trying to clean up the files afterwards and it's using an incorrect command.

I'm sicker than a dog atm, so haven't been able to get to a machine for any length of time - but if you look in the mylar/cmtagmylar.py file near the very bottom you'll see a line that starts with 'shutil.remove' and it should be 'shutil.rmtree'.

Otherwise you could turn off metatagging until I'm able to get to a machine to push the fix out.
Post Reply