Post Processing Error - Latest Pull (uncaught exception)

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
LowVibe75
Posts: 13
Joined: Sun Jun 17, 2018 5:21 am

Post Processing Error - Latest Pull (uncaught exception)

Post by LowVibe75 »

Hi, having some issues with post processing since the latest update - working great up to the post processing. Once PP is aborted all files downloaded are fine. Happening with all downloads to NZBGet. After the error it moves onto next check with the same result. Error from log below:

2019-01-23 11:50:07 INFO [POST-PROCESSING] [1/1] Starting Post-Processing for comic issue: 2
2019-01-23 11:50:07 INFO [DUPECHECK] Duplication detection returned no hits. This is not a duplicate of anything that I have scanned in as of yet.
2019-01-23 11:50:07 INFO [DUPECHECK] Duplicate check for /home/g/Downloads/complete/Comics/comic.002.2019.Digital.Zone-Empire
2019-01-23 11:50:07 INFO [POST-PROCESSING] issuenzb found.
2019-01-23 11:50:07 INFO [PPINFO-POST-PROCESSING-ATTEMPT] {'publisher': None, 'comicname': u'comic', 'issueid': u'697634', 'comiclocation': None, 'sarc': None, 'issuenumber': u'2', 'oneoff': None, 'comicid': u'115575'}
2019-01-23 11:50:07 INFO Starting postprocessing for : comic.002.2019.Digital.Zone-Empire
2019-01-23 11:50:07 INFO ComicRN.py version: 1.01 -- autoProcessComics.py version: 2.04
2019-01-23 11:50:07 INFO [API] Api Call from ComicRN detected - initiating script post-processing.
2019-01-23 11:50:07 ERROR Uncaught exception: Traceback (most recent call last):
File "/home/g/.mylar/mylar/mylar/logger.py", line 337, in new_run
old_run(*args, **kwargs)
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/g/.mylar/mylar/mylar/PostProcessor.py", line 1468, in Process
self.nzb_or_oneoff_pp(tinfo=pp)
File "/home/g/.mylar/mylar/mylar/PostProcessor.py", line 1908, in nzb_or_oneoff_pp
return self.Process_next(comicid, issueid, issuenumOG)
File "/home/g/.mylar/mylar/mylar/PostProcessor.py", line 2350, in Process_next
if ml['ForcedMatch'] is True:
TypeError: 'NoneType' object has no attribute '__getitem__'
2019-01-23 11:50:07 INFO [POST-PROCESSING] [1/1] Starting Post-Processing for comic issue: 2

Any ideas? Or any further information/logs to provide? Any help appreciated.

Cheers,

G.
barbequesauce
Posts: 95
Joined: Fri Feb 03, 2017 3:59 pm

Re: Post Processing Error - Latest Pull (uncaught exception)

Post by barbequesauce »

Hi!

Debug logs are critical, as well as knowing which branch & commit you’re running - not to mention what OS...
LowVibe75
Posts: 13
Joined: Sun Jun 17, 2018 5:21 am

Re: Post Processing Error - Latest Pull (uncaught exception)

Post by LowVibe75 »

Thanks for reply, sorry about that. I have pasted info below. Apologies for log size:

Operating System: Linux Mint 19.1
Kernel: Linux 4.15.0-43-generic
Architecture: x86-64

Mylar Version: development
-- git build 05f3eb4ad89ce81cd9fb662eb74561bae968c4dc.
Python Version : 2.7.15rc1
Language : en_AU.UTF-8
Last edited by LowVibe75 on Mon Feb 04, 2019 10:56 am, edited 1 time in total.
User avatar
evilhero
Site Admin
Posts: 2883
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Post Processing Error - Latest Pull (uncaught exception)

Post by evilhero »

T'was an invalid variable reference that I missed in the earlier commit.

Should be all fixed now in the latest development commit #f53ad0f.
LowVibe75
Posts: 13
Joined: Sun Jun 17, 2018 5:21 am

Re: Post Processing Error - Latest Pull (uncaught exception)

Post by LowVibe75 »

Brilliant, thanks for quick response.

Cheers,

G.
jedimole
Posts: 139
Joined: Sat Jan 02, 2016 9:19 pm

Re: Post Processing Error - Latest Pull (uncaught exception)

Post by jedimole »

is it me, or do uploads from the Son of Ultron confuse mylar because of the name!?
barbequesauce
Posts: 95
Joined: Fri Feb 03, 2017 3:59 pm

Re: Post Processing Error - Latest Pull (uncaught exception)

Post by barbequesauce »

No problem with son of Ultron here...
LowVibe75
Posts: 13
Joined: Sun Jun 17, 2018 5:21 am

Re: Post Processing Error - Latest Pull (uncaught exception)

Post by LowVibe75 »

Working fine for me too after issue above resolved. I have not had any issues with those rips in the past either.
Post Reply