Post Processing Issue

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
disposablehero
Posts: 18
Joined: Sat Nov 21, 2015 7:44 am

Post Processing Issue

Post by disposablehero »

Hi,

after updating to the latetst Mylar Version:

Mylar Version: development
-- source build 6754ad0b8b6e0d4c9f5b13c7ab0ed1946792c77e

I get an error during Post Processing:

Code: Select all

25-Nov-2017 17:14:46 - ERROR :: Post-Processing : Uncaught exception: Traceback (most recent call last):
  File "c:\Mylar\mylar\logger.py", line 177, in new_run
    old_run(*args, **kwargs)
  File "C:\Python27\lib\threading.py", line 754, in run
    self.__target(*self.__args, **self.__kwargs)
  File "c:\Mylar\mylar\PostProcessor.py", line 1115, in Process
    self.nzb_or_oneoff_pp(tinfo=pp)
  File "c:\Mylar\mylar\PostProcessor.py", line 1740, in nzb_or_oneoff_pp
    return self.Process_next(comicid, issueid, issuenumOG)
  File "c:\Mylar\mylar\PostProcessor.py", line 2389, in Process_next
    updater.forceRescan(comicid, module=module)
  File "c:\Mylar\mylar\updater.py", line 932, in forceRescan
    tmpval = tval.listFiles()
  File "c:\Mylar\mylar\filechecker.py", line 184, in listFiles
    'alt_series':     runresults['alt_series'],
KeyError: 'alt_series'

Traceback (most recent call last):
  File "c:\Mylar\mylar\logger.py", line 177, in new_run
    old_run(*args, **kwargs)
  File "C:\Python27\lib\threading.py", line 754, in run
    self.__target(*self.__args, **self.__kwargs)
  File "c:\Mylar\mylar\PostProcessor.py", line 1115, in Process
    self.nzb_or_oneoff_pp(tinfo=pp)
  File "c:\Mylar\mylar\PostProcessor.py", line 1740, in nzb_or_oneoff_pp
    return self.Process_next(comicid, issueid, issuenumOG)
  File "c:\Mylar\mylar\PostProcessor.py", line 2389, in Process_next
    updater.forceRescan(comicid, module=module)
  File "c:\Mylar\mylar\updater.py", line 932, in forceRescan
    tmpval = tval.listFiles()
  File "c:\Mylar\mylar\filechecker.py", line 184, in listFiles
    'alt_series':     runresults['alt_series'],
KeyError: 'alt_series'
I´m on a Win10 Maschine, and I use SabNZB as Download Tool. SabNZB will then run on an endless loop, and needs to restart to continue working.

Any Idea?
Thanks
DH
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Post Processing Issue

Post by evilhero »

Damn, sorry - been swamped with personal stuff and then some other bugs in Mylar and didn't see this until now.

I'll queue this up on the 'look and fix it NOW' list I have going (which is short) - so hopefully will get a commit out in the next little bit for this....
Post Reply