You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.
Post processing fails on what appears to be a volume match error?
2016-07-11 19:29:08 DEBUG '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 1975, in run\n result = PostProcess.Process()\n File "/opt/mylar/mylar/PostProcessor.py", line 452, in Process\n tmp_watchmatch_vol = re.sub("[^0-9]","", watchmatch['series_volume']).strip()\n File "/usr/lib/python2.7/re.py", line 155, in sub\n return _compile(pattern, flags).sub(repl, string, count)\nTypeError: expected string or buffer\n'
2016-07-11 19:29:08 DEBUG Exception generated in thread FOLDERMONITOR: expected string or buffer
If you set your volume label within mylar for the han solo series (edit settings on the series detail page) to v1, it should be able to push it thru for that series. Since its the only han solo series, that's OK - for other series tho, it might not be.
Will be looking into this hopefully in a bit, just need to get to my laptop without having a sick kid near me lol.
Post processing fails on what appears to be a volume match error?
2016-07-11 19:29:08 DEBUG '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 1975, in run\n result = PostProcess.Process()\n File "/opt/mylar/mylar/PostProcessor.py", line 452, in Process\n tmp_watchmatch_vol = re.sub("[^0-9]","", watchmatch['series_volume']).strip()\n File "/usr/lib/python2.7/re.py", line 155, in sub\n return _compile(pattern, flags).sub(repl, string, count)\nTypeError: expected string or buffer\n'
2016-07-11 19:29:08 DEBUG Exception generated in thread FOLDERMONITOR: expected string or buffer
2016-07-11 19:29:08 INFO {'LatestDate': u'2016-08-31', 'Publisher': u'Marvel', 'SeriesYear': u'2016', 'ComicVersion': None, 'IsArc': False, 'Total': 2, 'ComicID': u'91286'}
2016-07-11 19:29:08 DEBUG [POST-PROCESSING][ISSUE-VERIFY] Now checking against Han Solo-91286
2016-07-11 19:29:08 DEBUG [MATCH: Han Solo] Han Solo 02 (of 05) (2016) (4 covers) (digital) (Minutemen-Midas).cbr
2016-07-11 19:29:08 DEBUG Possible Alternate Names to match against (if necessary): ['127372873872871091383 abdkhjhskjhkjdhakajhf']
2016-07-11 19:29:08 INFO Series_Name: Han Solo --- WatchComic: Han Solo
2016-07-11 19:29:08 INFO I have located 21 files that I should be able to post-process. Continuing...
I moved the file out of the monitored folder and it just failed on the next in line.
Ubuntu 16.04 / Python 2.7.11+
Linux 4.4.0-24-generic #43-Ubuntu SMP Wed Jun 8 19:27:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: