Post Processing Error

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
vmcosco
Posts: 41
Joined: Thu Dec 31, 2015 1:41 am

Post Processing Error

Post by vmcosco »

I am getting the following error when post-processing. Any recommendations for how to remedy this? I am running Mylar on Windows 7. Git build efe447f5170dfcea873b5da735c2fd66d2fe9936. I have ComicTagger installed. Everything worked fine until a couple of weeks ago.

Uncaught exception: Traceback (most recent call last):
File "C:\Mylar\mylar\logger.py", line 159, in new_run
old_run(*args, **kwargs)
File "C:\Python27\lib\threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "C:\Mylar\mylar\PostProcessor.py", line 912, in Process
self.Process_next(comicid, issueid, issuenumOG, ml, stat)
File "C:\Mylar\mylar\PostProcessor.py", line 1166, in Process_next
pcheck = cmtagmylar.run(self.nzb_folder, issueid=issueid, comversion=comversion, manual="yes", filename=ml['ComicLocation'])
File "C:\Mylar\mylar\cmtagmylar.py", line 330, in run
ctversion = subprocess.check_output([comictagger_cmd, "--version"])
File "C:\Python27\lib\subprocess.py", line 566, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File "C:\Python27\lib\subprocess.py", line 710, in __init__
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 958, in _execute_child
startupinfo)
WindowsError: [Error 193] %1 is not a valid Win32 application
vmcosco
Posts: 41
Joined: Thu Dec 31, 2015 1:41 am

Re: Post Processing Error

Post by vmcosco »

I just saw another user's post regarding this and evilhero's response. My apologies.

Love the app. Looking forward to a possible solution.
Post Reply