savage dragon 13a/b

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
ludwig
Posts: 50
Joined: Wed Oct 21, 2015 10:30 am

savage dragon 13a/b

Post by ludwig »

I saw this on github - https://github.com/evilhero/mylar/issues/480

I'm wondering a recent change might have reversed that fix?

I'm running
ubuntu 14.04
Mylar Version: development
-- git build 60140e8c900ae6c2acc3c9bf319506b6514fbed4.

I drop Savage Dragon #13a and b into the watch folder and they are never imported. In fact, when they are in the folder, nothing else seems to get processed.

I can provide more of the mylar.log file if necessary, but I suspect this is the relevant piece:

Code: Select all

24-Oct-2015 14:25:50 - DEBUG   :: FOLDERMONITOR : [FILECHECKER] you have a total of 0 Cable & Deadpool comics
24-Oct-2015 14:25:50 - INFO    :: FOLDERMONITOR : [DUPECHECK] Duplicate check for /media/processing/watch/mylar/Savage Dragon 013A (1993).cbr
24-Oct-2015 14:25:50 - INFO    :: FOLDERMONITOR : [DUPECHECK] Duplication detection returned no hits. This is not a duplicate of anything that I have scanned in as of yet.
24-Oct-2015 14:25:50 - INFO    :: FOLDERMONITOR : [POST-PROCESSING] [1/1] Starting Post-Processing for Savage Dragon issue: 13A
24-Oct-2015 14:25:50 - DEBUG   :: FOLDERMONITOR : [POST-PROCESSING] issueid: 39776
24-Oct-2015 14:25:50 - DEBUG   :: FOLDERMONITOR : [POST-PROCESSING] issuenumOG: 13A
24-Oct-2015 14:25:50 - DEBUG   :: FOLDERMONITOR : [POST-PROCESSING] Zero Suppression set to : 00x
24-Oct-2015 14:25:50 - DEBUG   :: FOLDERMONITOR : Exception generated in thread FOLDERMONITOR: invalid literal for int() with base 10: '13A'
24-Oct-2015 14:25:50 - DEBUG   :: FOLDERMONITOR : 'Traceback (most recent call last):\n  File "/opt/Mylar/mylar/scheduler.py", line 78, in runAction\n    self.action.run()\n  File "/opt/Mylar/mylar/PostProcessor.py", line 1550, in run\n    result = PostProcess.Process()\n  File "/opt/Mylar/mylar/PostProcessor.py", line 901, in Process\n    self.Process_next(comicid, issueid, issuenumOG, ml, stat)\n  File "/opt/Mylar/mylar/PostProcessor.py", line 1015, in Process_next\n    elif int(issueno) < 0:\nValueError: invalid literal for int() with base 10: \'13A\'\n'
User avatar
evilhero
Site Admin
Posts: 2887
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: savage dragon 13a/b

Post by evilhero »

Sorry, been AFAAP (As Far Away As Possible) for the last little while - you're probably correct when you say that you think that something might have changed that altered the fix since it was committed out.

I'll look into this and see if I can replicate it, and then fix it ;)

EDIT.

Fix will be in the next development commit

Code: Select all

26-Oct-2015 14:37:15 - INFO    :: Thread-12 : [POST-PROCESSING] [1/1] Starting Post-Processing for Savage Dragon issue: 13A
26-Oct-2015 14:37:15 - DEBUG   :: Thread-12 : [POST-PROCESSING] issueid: 39776
26-Oct-2015 14:37:15 - DEBUG   :: Thread-12 : [POST-PROCESSING] issuenumOG: 13A
26-Oct-2015 14:37:15 - DEBUG   :: Thread-12 : [FILECHECKER] We matched on : ['A']
26-Oct-2015 14:37:15 - DEBUG   :: Thread-12 : [POST-PROCESSING] Zero Suppression set to : 00x
26-Oct-2015 14:37:15 - DEBUG   :: Thread-12 : [POST-PROCESSING] Pretty Comic Issue is : 013A
26-Oct-2015 14:37:15 - DEBUG   :: Thread-12 : [POST-PROCESSING] Issue Year : 1994
26-Oct-2015 14:37:15 - DEBUG   :: Thread-12 : [POST-PROCESSING] Publisher: Image
26-Oct-2015 14:37:15 - DEBUG   :: Thread-12 : [POST-PROCESSING] Series: Savage Dragon
26-Oct-2015 14:37:15 - DEBUG   :: Thread-12 : [POST-PROCESSING] Year: 1993
ludwig
Posts: 50
Joined: Wed Oct 21, 2015 10:30 am

Re: savage dragon 13a/b

Post by ludwig »

Dude, I really hope that wasn't an apology for taking a couple of days to respond. :D
ludwig
Posts: 50
Joined: Wed Oct 21, 2015 10:30 am

Re: savage dragon 13a/b

Post by ludwig »

would this fix be in place at this point? I just updated due to the search issue you just fixed but I am still getting an error when it scans and finds 13a.

Code: Select all

28-Oct-2015 23:33:39 - DEBUG   :: FOLDERMONITOR : 'Traceback (most recent call last):\n  File "/opt/Mylar/mylar/scheduler.py", line 78, in runAction\n    self.action.run()\n  File "/opt/Mylar/mylar/PostProcessor.py", line 1550, in run\n    result = PostProcess.Process()\n  File "/opt/Mylar/mylar/PostProcessor.py", line 901, in Process\n    self.Process_next(comicid, issueid, issuenumOG, ml, stat)\n  File "/opt/Mylar/mylar/PostProcessor.py", line 1015, in Process_next\n    elif int(issueno) < 0:\nValueError: invalid literal for int() with base 10: \'13A\'\n'
User avatar
evilhero
Site Admin
Posts: 2887
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: savage dragon 13a/b

Post by evilhero »

The update that went up yesterday was a critical fix - it was just for the problems with comicvine that affected everyone ( I pushed out the fix from my phone lol ).

The fix for your problem is coming - I just haven't had much time in front of the pc the last few days to make sure everything is working before committing up the changes. I'm hoping tonight/tomorrow I an get it done and out for everyone.
Post Reply