evilhero / mylar

An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents
GNU General Public License v3.0
976 stars 171 forks source link

TypeError: 'NoneType' object has no attribute '__getitem__' #1667

Closed wicud closed 7 years ago

wicud commented 7 years ago

Came home from work today to find nothing had downloaded. Hit Force Check and I'm getting this error on every comic.

I downloaded a couple wanted issues out side of Mylar and refreshed, thinking it was a problem with one or two issues, but that hasn't helped.

When I test my 32p connection, I get a Successfully Authenticated message.

Thanks!

2017-06-28 18:24:28 ERROR Uncaught exception: Traceback (most recent call last): File "c:\Mylar\mylar\logger.py", line 158, 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\search.py", line 1778, in searchforissue foundNZB, prov = search_init(comic['ComicName'], result['Issue_Number'], str(ComicYear), comic['ComicYear'], Publisher, IssueDate, StoreDate, result['IssueID'], AlternateSearch, UseFuzzy, ComicVersion, SARC=None, IssueArcID=None, mode=mode, rsscheck=rsscheck, ComicID=result['ComicID'], filesafe=comic['ComicName_Filesafe'], allow_packs=AllowPacks) File "c:\Mylar\mylar\search.py", line 263, in search_init findit = NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, Publisher, IssueDate, StoreDate, searchprov, send_prov_count, IssDateFix, IssueID, UseFuzzy, newznab_host, ComicVersion=ComicVersion, SARC=SARC, IssueArcID=IssueArcID, RSS="no", ComicID=ComicID, issuetitle=issuetitle, unaltered_ComicName=unaltered_ComicName, allow_packs=allow_packs, oneoff=oneoff) File "c:\Mylar\mylar\search.py", line 858, in NZB_SEARCH dateconv2 = datetime.datetime(*dateconv[:6]) TypeError: 'NoneType' object has no attribute 'getitem' 2017-06-28 18:24:28 INFO successfully retrieved 1 search results. 2017-06-28 18:24:26 INFO payload: {'action': 'groupsearch', 'issue': u'5', 'id': u'20481'} 2017-06-28 18:24:26 WARNING Unable to properly verify reference on 32P - will update the 32P reference point once the issue has been successfully matched against. 2017-06-28 18:24:26 INFO 1 series match the title being search for 2017-06-28 18:24:26 INFO Exact series ID already discovered previously. Setting to :Secret Empire[20481] 2017-06-28 18:24:26 INFO publisher search set to : Marvel 2017-06-28 18:24:26 INFO Shhh be very quiet...I'm looking for Secret Empire issue: 5 (2017) using 32P 2017-06-28 18:24:26 INFO Finished searching via :rss. Issue not found - status kept as Wanted. 2017-06-28 18:24:26 INFO Could not find Issue 5 of Secret Empire (2017) using DrunkenSlug [rss] 2017-06-28 18:24:25 INFO Shhh be very quiet...I'm looking for Secret Empire issue: 5 (2017) using DrunkenSlug(newznab) [RSS] 2017-06-28 18:24:25 INFO Could not find Issue 5 of Secret Empire (2017) using experimental [rss] 2017-06-28 18:24:25 INFO Shhh be very quiet...I'm looking for Secret Empire issue: 5 (2017) using experimental [RSS] 2017-06-28 18:24:25 INFO Could not find Issue 5 of Secret Empire (2017) using nzbGeek [rss] 2017-06-28 18:24:25 INFO Shhh be very quiet...I'm looking for Secret Empire issue: 5 (2017) using nzbGeek(newznab) [RSS] 2017-06-28 18:24:25 INFO Could not find Issue 5 of Secret Empire (2017) using nzb.su [rss] 2017-06-28 18:24:25 INFO Shhh be very quiet...I'm looking for Secret Empire issue: 5 (2017) using nzb.su [RSS] 2017-06-28 18:24:25 INFO Could not find Issue 5 of Secret Empire (2017) using 32P [rss] 2017-06-28 18:24:25 INFO Shhh be very quiet...I'm looking for Secret Empire issue: 5 (2017) using 32P [RSS] 2017-06-28 18:24:25 INFO search provider order is ['32p', 'nzb.su', 'newznab:nzbGeek', 'Experimental', 'newznab:DrunkenSlug'] 2017-06-28 18:24:25 INFO Issue Title given as : None 2017-06-28 18:24:25 INFO Initiating Search scan at the scheduled interval of 360 minutes.

evilhero commented 7 years ago

Have you tried restarting mylar? It's erroring out on converting the 32p date from the 32p result set for some reason. Normally the dates from 32p don't pose a problem, and there haven't been any other issues brought forth as of yet pertaining to the dates.

What branch / commit of mylar are you currently running?

davalanche commented 7 years ago

I am receiving the following as well. Latest development version. Just restarted Mylar this morning.

2017-06-29 10:16:01 ERROR Uncaught exception: Traceback (most recent call last): File "/misc/mylar/mylar/logger.py", line 158, 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 "/misc/mylar/mylar/search.py", line 1778, in searchforissue foundNZB, prov = search_init(comic['ComicName'], result['Issue_Number'], str(ComicYear), comic['ComicYear'], Publisher, IssueDate, StoreDate, result['IssueID'], AlternateSearch, UseFuzzy, ComicVersion, SARC=None, IssueArcID=None, mode=mode, rsscheck=rsscheck, ComicID=result['ComicID'], filesafe=comic['ComicName_Filesafe'], allow_packs=AllowPacks) File "/misc/mylar/mylar/search.py", line 243, in search_init findit = NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, Publisher, IssueDate, StoreDate, searchprov, send_prov_count, IssDateFix, IssueID, UseFuzzy, newznab_host, ComicVersion=ComicVersion, SARC=SARC, IssueArcID=IssueArcID, RSS="yes", ComicID=ComicID, issuetitle=issuetitle, unaltered_ComicName=unaltered_ComicName, oneoff=oneoff) File "/misc/mylar/mylar/search.py", line 858, in NZB_SEARCH dateconv2 = datetime.datetime(*dateconv[:6]) TypeError: 'NoneType' object has no attribute 'getitem' 2017-06-29 10:16:01 DEBUG size given as: 31.5 MB 2017-06-29 10:16:01 DEBUG sub:Zombie Tramp Easter Special 2017-06-29 10:16:01 DEBUG checking search result: Zombie Tramp Easter Special [...] 2017-06-29 10:16:01 DEBUG Sending request to [TPSE] RSS for Zombie Tramp : 036 2017-06-29 10:16:01 INFO Shhh be very quiet...I'm looking for Zombie Tramp issue: 36 (2017) using TPSE [RSS]

SELECT * FROM rssdb where Title = 'Zombie Tramp Easter Special'; Zombie Tramp Easter Special|details|2017-06-11T04:56:37+00:00|DEM|33061601

It looks like 'dateconv = email.utils.parsedate_tz(pubdate)' on line 853 of search.py is expecting a RFC 2822 date but the row above in rssdb contains an ISO 8601 date. In my rssdb the 'DEM' Pubdates started showing up like this on 2017-05-21. I would have liked to have been able to submit a PR for this issue but am not able to look at it in earnest until next week, so figured I'd just report my findings for now.

Thanks!

evilhero commented 7 years ago

I have this fixed already - just need to push it into dev, but haven't had a chance as of yet due to personal commitments. I'll try and get it out asap though....although it won't affect the original post in regards to 32P (since the feed parse bug relates to DEM only and that was probably due to when it came back online after it was offline for that period of time a few months ago)

wicud commented 7 years ago

Hopefully this is the info you asked for.

I have restarted Mylar several times. Both through the program and full system reboots.

I've also tried several other solutions to similar problems that google found, including deleting the 32p.dat file and deleting the .pyc files in mylar/mylar.

Mylar Version: development -- git build 3d91a5e5214eb9043769767603fd15ab517b7bf7.

Python Version : 2.7.11

evilhero commented 7 years ago

@wicud : can you put mylar into verbose /debug mode and try the search again for the given issue (use the magnifying glass on the series page to do an immediate api+Rss search instead of doing a global force search).

The 32p.dat file would only come into play if mylar can't sign on to 32p and nothing has changed in your setup - which from the log it looks you're able to authenticate fine.

You can try updating to the latest dev, but the fix that went in only fixed demonoid results, not 32p - as others have verified that particular issue is able to be retrieved using mylar ok. So something is amiss somewhere for some reason...

wicud commented 7 years ago

@evilhero

29-Jun-2017 17:47:27 - INFO :: CP Server Thread-3 : Verbose toggled, set to True 29-Jun-2017 17:47:27 - DEBUG :: CP Server Thread-3 : If you read this message, debug logging is available 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : ComicID:96284 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : mode:want 29-Jun-2017 17:47:36 - INFO :: Thread-15 : Initiating manual search for Star Wars: Doctor Aphra issue: 8 29-Jun-2017 17:47:36 - INFO :: Thread-15 : No Store Date found for given issue. This is probably due to not Refreshing the Series beforehand. 29-Jun-2017 17:47:36 - INFO :: Thread-15 : I Will assume IssueDate as Store Date, but you should probably Refresh the Series and try again if required. 29-Jun-2017 17:47:36 - INFO :: Thread-15 : [SEARCH] Special Characters exist within Series Title. Enabling search-safe Name : Star Wars Doctor Aphra 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : Publisher is : Marvel 29-Jun-2017 17:47:36 - INFO :: Thread-15 : Issue Title given as : None 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : Checking for torrent enabled. 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : newznab name:nzbGeek @ https://api.nzbgeek.info/ 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : newznab name:DrunkenSlug @ https://api.drunkenslug.com 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : nzbprovider(s): ['nzb.su', 'newznab:nzbGeek', 'newznab:DrunkenSlug'] 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : there are : 1 torrent providers you have selected. 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : there are : 3 nzb providers you have selected. 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : Usenet Retention : 1500 days 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : found provider in existing enabled providers. 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : checking against torrent provider: 32p 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : torrent provider found: 32p 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : provider order sequence is now to start with 32p at spot #0 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : found provider in existing enabled providers. 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : checking against nzb provider: nzb.su 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : provider order sequence is now to start with nzb.su at spot #1 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : found provider in existing enabled providers. 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : checking against nzb provider: nzb.su 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : checking against nzb provider: newznab:nzbGeek 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : newznab match against: newznab:nzbGeek 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : sucessfully matched - appending to provider.order sequence 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : checking against nzb provider: newznab:DrunkenSlug 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : provider order sequence is now to start with nzbGeek at spot #4 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : found provider in existing enabled providers. 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : checking against nzb provider: nzb.su 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : checking against nzb provider: newznab:nzbGeek 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : checking against nzb provider: newznab:DrunkenSlug 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : newznab match against: newznab:DrunkenSlug 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : sucessfully matched - appending to provider.order sequence 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : provider order sequence is now to start with DrunkenSlug at spot #6 29-Jun-2017 17:47:36 - INFO :: Thread-15 : search provider order is ['32p', 'nzb.su', 'newznab:nzbGeek', 'newznab:DrunkenSlug'] 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : Initiating Search via : rss 29-Jun-2017 17:47:36 - INFO :: Thread-15 : Shhh be very quiet...I'm looking for Star Wars: Doctor Aphra issue: 8 (2017) using 32P [RSS] 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : calpha/cnumber: None / None 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : Sending request to [32P] RSS for Star Wars: Doctor Aphra : 8 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : ComicID: 96284 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : tsearch : star%wars%%doctor%aphra% 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : seriesname_alt:None 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #1 (Minutemen-Midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : 47 - formatrem_torsplit : star wars doctor aphra vol1 1 (minutemen midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #1 (Minutemen-Midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : titleend: vol1 1 (minutemen midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #3 (Minutemen-Midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : 47 - formatrem_torsplit : star wars doctor aphra vol1 3 (minutemen midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #3 (Minutemen-Midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : titleend: vol1 3 (minutemen midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #3 (Kileko-Empire) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : 45 - formatrem_torsplit : star wars doctor aphra vol1 3 (kileko empire) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #3 (Kileko-Empire) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : titleend: vol1 3 (kileko empire) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #5 (Kileko-Empire) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : 45 - formatrem_torsplit : star wars doctor aphra vol1 5 (kileko empire) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #5 (Kileko-Empire) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : titleend: vol1 5 (kileko empire) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #5 (Minutemen-Midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : 47 - formatrem_torsplit : star wars doctor aphra vol1 5 (minutemen midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #5 (Minutemen-Midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : titleend: vol1 5 (minutemen midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #7 (Minutemen-Midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : 47 - formatrem_torsplit : star wars doctor aphra vol1 7 (minutemen midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #7 (Minutemen-Midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : titleend: vol1 7 (minutemen midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol0 #7 (Minutemen-Midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : 47 - formatrem_torsplit : star wars doctor aphra vol0 7 (minutemen midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol0 #7 (Minutemen-Midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : titleend: vol0 7 (minutemen midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #1 (Minutemen-Midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #1 (Minutemen-Midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : size given as: 61.3 MB 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : Wed, 07 Dec 2016 18:48:44 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #3 (Minutemen-Midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #3 (Minutemen-Midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : size given as: 40.7 MB 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : Wed, 18 Jan 2017 15:00:29 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #3 (Kileko-Empire) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #3 (Kileko-Empire) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : size given as: 35.6 MB 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : Wed, 18 Jan 2017 19:45:24 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #5 (Kileko-Empire) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #5 (Kileko-Empire) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : size given as: 37.5 MB 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : Wed, 08 Mar 2017 18:45:59 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #5 (Minutemen-Midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #5 (Minutemen-Midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : size given as: 41.3 MB 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : Thu, 09 Mar 2017 00:00:30 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #7 (Minutemen-Midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #7 (Minutemen-Midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : size given as: 42.0 MB 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : Thu, 01 Jun 2017 07:33:39 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol0 #7 (Minutemen-Midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol0 #7 (Minutemen-Midas) 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : size given as: 42.0 MB 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : Thu, 01 Jun 2017 07:31:56 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:36 - INFO :: Thread-15 : Alternate Search pattern detected...re-adjusting to : Star Wars Doctor Aphra 29-Jun-2017 17:47:36 - INFO :: Thread-15 : Shhh be very quiet...I'm looking for Star Wars Doctor Aphra issue: 8 (2017) using 32P [RSS] 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : calpha/cnumber: None / None 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : Sending request to [32P] RSS for Star Wars Doctor Aphra : 8 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : ComicID: 96284 29-Jun-2017 17:47:36 - DEBUG :: Thread-15 : tsearch : star%wars%%doctor%aphra% 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : seriesname_alt:None 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #1 (Minutemen-Midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : 47 - formatrem_torsplit : star wars doctor aphra vol1 1 (minutemen midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #1 (Minutemen-Midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : titleend: vol1 1 (minutemen midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #3 (Minutemen-Midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : 47 - formatrem_torsplit : star wars doctor aphra vol1 3 (minutemen midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #3 (Minutemen-Midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : titleend: vol1 3 (minutemen midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #3 (Kileko-Empire) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : 45 - formatrem_torsplit : star wars doctor aphra vol1 3 (kileko empire) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #3 (Kileko-Empire) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : titleend: vol1 3 (kileko empire) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #5 (Kileko-Empire) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : 45 - formatrem_torsplit : star wars doctor aphra vol1 5 (kileko empire) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #5 (Kileko-Empire) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : titleend: vol1 5 (kileko empire) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #5 (Minutemen-Midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : 47 - formatrem_torsplit : star wars doctor aphra vol1 5 (minutemen midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #5 (Minutemen-Midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : titleend: vol1 5 (minutemen midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #7 (Minutemen-Midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : 47 - formatrem_torsplit : star wars doctor aphra vol1 7 (minutemen midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #7 (Minutemen-Midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : titleend: vol1 7 (minutemen midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol0 #7 (Minutemen-Midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : 47 - formatrem_torsplit : star wars doctor aphra vol0 7 (minutemen midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol0 #7 (Minutemen-Midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : titleend: vol0 7 (minutemen midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #1 (Minutemen-Midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #1 (Minutemen-Midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : size given as: 61.3 MB 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : Wed, 07 Dec 2016 18:48:44 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #3 (Minutemen-Midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #3 (Minutemen-Midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : size given as: 40.7 MB 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : Wed, 18 Jan 2017 15:00:29 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #3 (Kileko-Empire) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #3 (Kileko-Empire) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : size given as: 35.6 MB 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : Wed, 18 Jan 2017 19:45:24 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #5 (Kileko-Empire) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #5 (Kileko-Empire) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : size given as: 37.5 MB 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : Wed, 08 Mar 2017 18:45:59 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #5 (Minutemen-Midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #5 (Minutemen-Midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : size given as: 41.3 MB 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : Thu, 09 Mar 2017 00:00:30 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #7 (Minutemen-Midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #7 (Minutemen-Midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : size given as: 42.0 MB 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : Thu, 01 Jun 2017 07:33:39 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol0 #7 (Minutemen-Midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol0 #7 (Minutemen-Midas) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : size given as: 42.0 MB 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : Thu, 01 Jun 2017 07:31:56 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:37 - INFO :: Thread-15 : Could not find Issue 8 of Star Wars: Doctor Aphra (2016) using 32P [rss] 29-Jun-2017 17:47:37 - INFO :: Thread-15 : Shhh be very quiet...I'm looking for Star Wars: Doctor Aphra issue: 8 (2017) using nzb.su [RSS] 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : calpha/cnumber: None / None 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : Sending request to RSS for Star Wars: Doctor Aphra : 008 (2017) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : Sending request to RSS for Star Wars: Doctor Aphra : 08 (2017) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : Sending request to RSS for Star Wars: Doctor Aphra : 8 (2017) 29-Jun-2017 17:47:37 - INFO :: Thread-15 : Alternate Search pattern detected...re-adjusting to : Star Wars Doctor Aphra 29-Jun-2017 17:47:37 - INFO :: Thread-15 : Shhh be very quiet...I'm looking for Star Wars Doctor Aphra issue: 8 (2017) using nzb.su [RSS] 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : calpha/cnumber: None / None 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : Sending request to RSS for Star Wars Doctor Aphra : 008 (2017) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : Sending request to RSS for Star Wars Doctor Aphra : 08 (2017) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : Sending request to RSS for Star Wars Doctor Aphra : 8 (2017) 29-Jun-2017 17:47:37 - INFO :: Thread-15 : Could not find Issue 8 of Star Wars: Doctor Aphra (2016) using nzb.su [rss] 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : using Newznab host of : nzbGeek 29-Jun-2017 17:47:37 - INFO :: Thread-15 : Shhh be very quiet...I'm looking for Star Wars: Doctor Aphra issue: 8 (2017) using nzbGeek(newznab) [RSS] 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : calpha/cnumber: None / None 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : Sending request to RSS for Star Wars: Doctor Aphra : 008 (2017) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : checking search result: Star.Wars-Doctor.Aphra.001.2017.Digital.Kileko-Empire 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : sub:Star.Wars-Doctor.Aphra.001.2017.Digital.Kileko-Empire 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : size given as: 56.1 MB 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : Thu, 08 Dec 2016 02:30:40 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : checking search result: Star Wars - Doctor Aphra 001 (2017) (Digital) (Kileko-Empire) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : sub:Star Wars - Doctor Aphra 001 (2017) (Digital) (Kileko-Empire) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : size given as: 55.6 MB 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : Thu, 08 Dec 2016 02:56:22 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : checking search result: Star.Wars.Doctor.Aphra.002 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : sub:Star.Wars.Doctor.Aphra.002 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : size given as: 43.9 MB 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : Thu, 02 Mar 2017 13:38:48 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : Sending request to RSS for Star Wars: Doctor Aphra : 08 (2017) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : checking search result: Star.Wars-Doctor.Aphra.001.2017.Digital.Kileko-Empire 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : sub:Star.Wars-Doctor.Aphra.001.2017.Digital.Kileko-Empire 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : size given as: 56.1 MB 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : Thu, 08 Dec 2016 02:30:40 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : checking search result: Star Wars - Doctor Aphra 001 (2017) (Digital) (Kileko-Empire) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : sub:Star Wars - Doctor Aphra 001 (2017) (Digital) (Kileko-Empire) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : size given as: 55.6 MB 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : Thu, 08 Dec 2016 02:56:22 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : checking search result: Star.Wars.Doctor.Aphra.002 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : sub:Star.Wars.Doctor.Aphra.002 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : size given as: 43.9 MB 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : Thu, 02 Mar 2017 13:38:48 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : Sending request to RSS for Star Wars: Doctor Aphra : 8 (2017) 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : checking search result: Star.Wars-Doctor.Aphra.001.2017.Digital.Kileko-Empire 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : sub:Star.Wars-Doctor.Aphra.001.2017.Digital.Kileko-Empire 29-Jun-2017 17:47:37 - DEBUG :: Thread-15 : size given as: 56.1 MB 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Thu, 08 Dec 2016 02:30:40 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : checking search result: Star Wars - Doctor Aphra 001 (2017) (Digital) (Kileko-Empire) 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : sub:Star Wars - Doctor Aphra 001 (2017) (Digital) (Kileko-Empire) 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : size given as: 55.6 MB 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Thu, 08 Dec 2016 02:56:22 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : checking search result: Star.Wars.Doctor.Aphra.002 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : sub:Star.Wars.Doctor.Aphra.002 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : size given as: 43.9 MB 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Thu, 02 Mar 2017 13:38:48 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:38 - INFO :: Thread-15 : Alternate Search pattern detected...re-adjusting to : Star Wars Doctor Aphra 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : using Newznab host of : nzbGeek 29-Jun-2017 17:47:38 - INFO :: Thread-15 : Shhh be very quiet...I'm looking for Star Wars Doctor Aphra issue: 8 (2017) using nzbGeek(newznab) [RSS] 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : calpha/cnumber: None / None 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Sending request to RSS for Star Wars Doctor Aphra : 008 (2017) 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : checking search result: Star.Wars-Doctor.Aphra.001.2017.Digital.Kileko-Empire 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : sub:Star.Wars-Doctor.Aphra.001.2017.Digital.Kileko-Empire 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : size given as: 56.1 MB 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Thu, 08 Dec 2016 02:30:40 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : checking search result: Star Wars - Doctor Aphra 001 (2017) (Digital) (Kileko-Empire) 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : sub:Star Wars - Doctor Aphra 001 (2017) (Digital) (Kileko-Empire) 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : size given as: 55.6 MB 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Thu, 08 Dec 2016 02:56:22 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : checking search result: Star.Wars.Doctor.Aphra.002 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : sub:Star.Wars.Doctor.Aphra.002 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : size given as: 43.9 MB 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Thu, 02 Mar 2017 13:38:48 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Sending request to RSS for Star Wars Doctor Aphra : 08 (2017) 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : checking search result: Star.Wars-Doctor.Aphra.001.2017.Digital.Kileko-Empire 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : sub:Star.Wars-Doctor.Aphra.001.2017.Digital.Kileko-Empire 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : size given as: 56.1 MB 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Thu, 08 Dec 2016 02:30:40 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : checking search result: Star Wars - Doctor Aphra 001 (2017) (Digital) (Kileko-Empire) 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : sub:Star Wars - Doctor Aphra 001 (2017) (Digital) (Kileko-Empire) 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : size given as: 55.6 MB 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Thu, 08 Dec 2016 02:56:22 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : checking search result: Star.Wars.Doctor.Aphra.002 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : sub:Star.Wars.Doctor.Aphra.002 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : size given as: 43.9 MB 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Thu, 02 Mar 2017 13:38:48 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Sending request to RSS for Star Wars Doctor Aphra : 8 (2017) 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : checking search result: Star.Wars-Doctor.Aphra.001.2017.Digital.Kileko-Empire 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : sub:Star.Wars-Doctor.Aphra.001.2017.Digital.Kileko-Empire 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : size given as: 56.1 MB 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Thu, 08 Dec 2016 02:30:40 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : checking search result: Star Wars - Doctor Aphra 001 (2017) (Digital) (Kileko-Empire) 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : sub:Star Wars - Doctor Aphra 001 (2017) (Digital) (Kileko-Empire) 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : size given as: 55.6 MB 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Thu, 08 Dec 2016 02:56:22 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : checking search result: Star.Wars.Doctor.Aphra.002 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : sub:Star.Wars.Doctor.Aphra.002 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : size given as: 43.9 MB 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Thu, 02 Mar 2017 13:38:48 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 29-Jun-2017 17:47:38 - INFO :: Thread-15 : Could not find Issue 8 of Star Wars: Doctor Aphra (2016) using nzbGeek [rss] 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : using Newznab host of : DrunkenSlug 29-Jun-2017 17:47:38 - INFO :: Thread-15 : Shhh be very quiet...I'm looking for Star Wars: Doctor Aphra issue: 8 (2017) using DrunkenSlug(newznab) [RSS] 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : calpha/cnumber: None / None 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Sending request to RSS for Star Wars: Doctor Aphra : 008 (2017) 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Sending request to RSS for Star Wars: Doctor Aphra : 08 (2017) 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Sending request to RSS for Star Wars: Doctor Aphra : 8 (2017) 29-Jun-2017 17:47:38 - INFO :: Thread-15 : Alternate Search pattern detected...re-adjusting to : Star Wars Doctor Aphra 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : using Newznab host of : DrunkenSlug 29-Jun-2017 17:47:38 - INFO :: Thread-15 : Shhh be very quiet...I'm looking for Star Wars Doctor Aphra issue: 8 (2017) using DrunkenSlug(newznab) [RSS] 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : calpha/cnumber: None / None 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Sending request to RSS for Star Wars Doctor Aphra : 008 (2017) 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Sending request to RSS for Star Wars Doctor Aphra : 08 (2017) 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Sending request to RSS for Star Wars Doctor Aphra : 8 (2017) 29-Jun-2017 17:47:38 - INFO :: Thread-15 : Could not find Issue 8 of Star Wars: Doctor Aphra (2016) using DrunkenSlug [rss] 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Could not find issue doing a manual search via : rss 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : Initiating Search via : api 29-Jun-2017 17:47:38 - INFO :: Thread-15 : Shhh be very quiet...I'm looking for Star Wars: Doctor Aphra issue: 8 (2017) using 32P 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : calpha/cnumber: None / None 29-Jun-2017 17:47:38 - DEBUG :: Thread-15 : [32P-AUTHENTICATION] Session cookie found. Attempting to load... 29-Jun-2017 17:47:39 - DEBUG :: Thread-15 : [32P-AUTHENTICATION] Session key-based login was good. 29-Jun-2017 17:47:39 - DEBUG :: Thread-15 : [32P-AUTHENTICATION][LOGIN SUCCESS] Now preparing for the use of 32P keyed authentication... 29-Jun-2017 17:47:39 - INFO :: Thread-15 : publisher search set to : Marvel 29-Jun-2017 17:47:39 - INFO :: Thread-15 : Exact series ID already discovered previously. Setting to :Star Wars: Doctor Aphra[19266] 29-Jun-2017 17:47:39 - INFO :: Thread-15 : 1 series match the title being search for 29-Jun-2017 17:47:39 - WARNING :: Thread-15 : Unable to properly verify reference on 32P - will update the 32P reference point once the issue has been successfully matched against. 29-Jun-2017 17:47:39 - INFO :: Thread-15 : payload: {'action': 'groupsearch', 'issue': u'8', 'id': u'19266'} 29-Jun-2017 17:47:41 - INFO :: Thread-15 : successfully retrieved 3 search results. 29-Jun-2017 17:47:41 - DEBUG :: Thread-15 : 32P direct match to issue # : 8 29-Jun-2017 17:47:41 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra v0 #8 29-Jun-2017 17:47:41 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra v0 #8 29-Jun-2017 17:47:41 - DEBUG :: Thread-15 : size given as: 78.1 MB 29-Jun-2017 17:47:41 - ERROR :: Thread-15 : Uncaught exception: Traceback (most recent call last): File "c:\Mylar\mylar\logger.py", line 158, 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\webserve.py", line 1464, in queueissue foundcom, prov = search.search_init(ComicName, ComicIssue, ComicYear, SeriesYear, Publisher, issues['IssueDate'], storedate, IssueID, AlternateSearch, UseAFuzzy, ComicVersion, mode=mode, ComicID=ComicID, manualsearch=manualsearch, filesafe=ComicName_Filesafe, allow_packs=AllowPacks) File "c:\Mylar\mylar\search.py", line 263, in search_init findit = NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, Publisher, IssueDate, StoreDate, searchprov, send_prov_count, IssDateFix, IssueID, UseFuzzy, newznab_host, ComicVersion=ComicVersion, SARC=SARC, IssueArcID=IssueArcID, RSS="no", ComicID=ComicID, issuetitle=issuetitle, unaltered_ComicName=unaltered_ComicName, allow_packs=allow_packs, oneoff=oneoff) File "c:\Mylar\mylar\search.py", line 858, in NZB_SEARCH dateconv2 = datetime.datetime(*dateconv[:6]) TypeError: 'NoneType' object has no attribute 'getitem'

evilhero commented 7 years ago

That's really weird, I saw the first few lines of the log and said 'ah-ha' cause of this :

No Store Date found for given issue. This is probably due to not Refreshing the Series beforehand.
29-Jun-2017 17:47:36 - INFO :: Thread-15 : I Will assume IssueDate as Store Date, but you should probably Refresh the Series and try again if required.

Which would normally mean a failure to retrieve info from CV for any number of reasons, but having issue dates that are 0000-00-00 causes problems when it goes to search. But according to the variable in the error, it a problem with the posting date provided in the 32p feed being retrieved. So I'm abit confused atm as to where the problem is coming from (also because no-one else has brought forth a 32p problem like this and there are several users who would be vocal about such a problem so I could be made aware of it).

Can you verify on one of the series you're having problems with that the issue dates given on the page are all non 0000-00-00? When you refresh one of those series, does it throw back any error during the refresh?

wicud commented 7 years ago

@evilhero

Refreshing didn't give an error.

http://imgur.com/a/cRHin

I only glanced, but the error log looks about the same.

30-Jun-2017 19:15:15 - INFO :: CP Server Thread-2 : Verbose toggled, set to True 30-Jun-2017 19:15:15 - DEBUG :: CP Server Thread-2 : If you read this message, debug logging is available 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : ComicID:96284 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : mode:want 30-Jun-2017 19:15:22 - INFO :: Thread-15 : Initiating manual search for Star Wars: Doctor Aphra issue: 8 30-Jun-2017 19:15:22 - INFO :: Thread-15 : [SEARCH] Special Characters exist within Series Title. Enabling search-safe Name : Star Wars Doctor Aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : Publisher is : Marvel 30-Jun-2017 19:15:22 - INFO :: Thread-15 : Issue Title given as : the screaming citadel book i, part v 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : Checking for torrent enabled. 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : nzbprovider(s): [] 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : there are : 1 torrent providers you have selected. 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : there are : 0 nzb providers you have selected. 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : Usenet Retention : 1500 days 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : found provider in existing enabled providers. 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : checking against torrent provider: 32p 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : torrent provider found: 32p 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : provider order sequence is now to start with 32p at spot #0 30-Jun-2017 19:15:22 - INFO :: Thread-15 : search provider order is ['32p'] 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : Initiating Search via : rss 30-Jun-2017 19:15:22 - INFO :: Thread-15 : Shhh be very quiet...I'm looking for Star Wars: Doctor Aphra issue: 8 (2017) using 32P [RSS] 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : calpha/cnumber: None / None 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : Sending request to [32P] RSS for Star Wars: Doctor Aphra : 8 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : ComicID: 96284 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : tsearch : star%wars%%doctor%aphra% 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : seriesname_alt:None 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #1 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 47 - formatrem_torsplit : star wars doctor aphra vol1 1 (minutemen midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #1 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : titleend: vol1 1 (minutemen midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #3 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 47 - formatrem_torsplit : star wars doctor aphra vol1 3 (minutemen midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #3 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : titleend: vol1 3 (minutemen midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #3 (Kileko-Empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 45 - formatrem_torsplit : star wars doctor aphra vol1 3 (kileko empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #3 (Kileko-Empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : titleend: vol1 3 (kileko empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #5 (Kileko-Empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 45 - formatrem_torsplit : star wars doctor aphra vol1 5 (kileko empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #5 (Kileko-Empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : titleend: vol1 5 (kileko empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #5 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 47 - formatrem_torsplit : star wars doctor aphra vol1 5 (minutemen midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #5 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : titleend: vol1 5 (minutemen midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #7 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 47 - formatrem_torsplit : star wars doctor aphra vol1 7 (minutemen midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #7 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : titleend: vol1 7 (minutemen midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol0 #7 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 47 - formatrem_torsplit : star wars doctor aphra vol0 7 (minutemen midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol0 #7 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : titleend: vol0 7 (minutemen midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #1 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #1 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : size given as: 61.3 MB 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : Wed, 07 Dec 2016 18:48:44 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #3 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #3 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : size given as: 40.7 MB 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : Wed, 18 Jan 2017 15:00:29 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #3 (Kileko-Empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #3 (Kileko-Empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : size given as: 35.6 MB 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : Wed, 18 Jan 2017 19:45:24 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #5 (Kileko-Empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #5 (Kileko-Empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : size given as: 37.5 MB 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : Wed, 08 Mar 2017 18:45:59 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #5 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #5 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : size given as: 41.3 MB 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : Thu, 09 Mar 2017 00:00:30 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #7 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #7 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : size given as: 42.0 MB 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : Thu, 01 Jun 2017 07:33:39 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol0 #7 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol0 #7 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : size given as: 42.0 MB 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : Thu, 01 Jun 2017 07:31:56 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 30-Jun-2017 19:15:22 - INFO :: Thread-15 : Alternate Search pattern detected...re-adjusting to : Star Wars Doctor Aphra 30-Jun-2017 19:15:22 - INFO :: Thread-15 : Shhh be very quiet...I'm looking for Star Wars Doctor Aphra issue: 8 (2017) using 32P [RSS] 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : calpha/cnumber: None / None 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : Sending request to [32P] RSS for Star Wars Doctor Aphra : 8 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : ComicID: 96284 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : tsearch : star%wars%%doctor%aphra% 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : seriesname_alt:None 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #1 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 47 - formatrem_torsplit : star wars doctor aphra vol1 1 (minutemen midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #1 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : titleend: vol1 1 (minutemen midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #3 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 47 - formatrem_torsplit : star wars doctor aphra vol1 3 (minutemen midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #3 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : titleend: vol1 3 (minutemen midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #3 (Kileko-Empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 45 - formatrem_torsplit : star wars doctor aphra vol1 3 (kileko empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #3 (Kileko-Empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : titleend: vol1 3 (kileko empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #5 (Kileko-Empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 45 - formatrem_torsplit : star wars doctor aphra vol1 5 (kileko empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #5 (Kileko-Empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : titleend: vol1 5 (kileko empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #5 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 47 - formatrem_torsplit : star wars doctor aphra vol1 5 (minutemen midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #5 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : titleend: vol1 5 (minutemen midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol1 #7 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 47 - formatrem_torsplit : star wars doctor aphra vol1 7 (minutemen midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol1 #7 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : titleend: vol1 7 (minutemen midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : tor-Title: Star Wars: Doctor Aphra vol0 #7 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 47 - formatrem_torsplit : star wars doctor aphra vol0 7 (minutemen midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : 22 - formatrem_seriesname :star wars doctor aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched to : Star Wars: Doctor Aphra vol0 #7 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : matched on series title: Star Wars: Doctor Aphra 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : titleend: vol0 7 (minutemen midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #1 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #1 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : size given as: 61.3 MB 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : Wed, 07 Dec 2016 18:48:44 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #3 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #3 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : size given as: 40.7 MB 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : Wed, 18 Jan 2017 15:00:29 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #3 (Kileko-Empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #3 (Kileko-Empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : size given as: 35.6 MB 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : Wed, 18 Jan 2017 19:45:24 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #5 (Kileko-Empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #5 (Kileko-Empire) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : size given as: 37.5 MB 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : Wed, 08 Mar 2017 18:45:59 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #5 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #5 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : size given as: 41.3 MB 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : Thu, 09 Mar 2017 00:00:30 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol1 #7 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol1 #7 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : size given as: 42.0 MB 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : Thu, 01 Jun 2017 07:33:39 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra vol0 #7 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra vol0 #7 (Minutemen-Midas) 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : size given as: 42.0 MB 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : Thu, 01 Jun 2017 07:31:56 +0000 is before store date of 2017-06-28. Ignoring search result as this is not the right issue. 30-Jun-2017 19:15:22 - INFO :: Thread-15 : Could not find Issue 8 of Star Wars: Doctor Aphra (2016) using 32P [rss] 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : Could not find issue doing a manual search via : rss 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : Initiating Search via : api 30-Jun-2017 19:15:22 - INFO :: Thread-15 : Shhh be very quiet...I'm looking for Star Wars: Doctor Aphra issue: 8 (2017) using 32P 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : calpha/cnumber: None / None 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : [32P-AUTHENTICATION] Session cookie found. Attempting to load... 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : [32P-AUTHENTICATION] Session key-based login was good. 30-Jun-2017 19:15:22 - DEBUG :: Thread-15 : [32P-AUTHENTICATION][LOGIN SUCCESS] Now preparing for the use of 32P keyed authentication... 30-Jun-2017 19:15:22 - INFO :: Thread-15 : publisher search set to : Marvel 30-Jun-2017 19:15:22 - INFO :: Thread-15 : Exact series ID already discovered previously. Setting to :Star Wars: Doctor Aphra[19266] 30-Jun-2017 19:15:22 - INFO :: Thread-15 : 1 series match the title being search for 30-Jun-2017 19:15:22 - WARNING :: Thread-15 : Unable to properly verify reference on 32P - will update the 32P reference point once the issue has been successfully matched against. 30-Jun-2017 19:15:22 - INFO :: Thread-15 : payload: {'action': 'groupsearch', 'issue': u'8', 'id': u'19266'} 30-Jun-2017 19:15:23 - INFO :: Thread-15 : successfully retrieved 3 search results. 30-Jun-2017 19:15:23 - DEBUG :: Thread-15 : 32P direct match to issue # : 8 30-Jun-2017 19:15:23 - DEBUG :: Thread-15 : checking search result: Star Wars: Doctor Aphra v0 #8 30-Jun-2017 19:15:23 - DEBUG :: Thread-15 : sub:Star Wars: Doctor Aphra v0 #8 30-Jun-2017 19:15:23 - DEBUG :: Thread-15 : size given as: 78.1 MB 30-Jun-2017 19:15:23 - ERROR :: Thread-15 : Uncaught exception: Traceback (most recent call last): File "c:\Mylar\mylar\logger.py", line 158, 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\webserve.py", line 1464, in queueissue foundcom, prov = search.search_init(ComicName, ComicIssue, ComicYear, SeriesYear, Publisher, issues['IssueDate'], storedate, IssueID, AlternateSearch, UseAFuzzy, ComicVersion, mode=mode, ComicID=ComicID, manualsearch=manualsearch, filesafe=ComicName_Filesafe, allow_packs=AllowPacks) File "c:\Mylar\mylar\search.py", line 263, in search_init findit = NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, Publisher, IssueDate, StoreDate, searchprov, send_prov_count, IssDateFix, IssueID, UseFuzzy, newznab_host, ComicVersion=ComicVersion, SARC=SARC, IssueArcID=IssueArcID, RSS="no", ComicID=ComicID, issuetitle=issuetitle, unaltered_ComicName=unaltered_ComicName, allow_packs=allow_packs, oneoff=oneoff) File "c:\Mylar\mylar\search.py", line 858, in NZB_SEARCH dateconv2 = datetime.datetime(*dateconv[:6]) TypeError: 'NoneType' object has no attribute 'getitem'

wicud commented 7 years ago

Not sure if this is related.

I updated tzlocal and rebooted, still getting the same error.

C:\Mylar>python Mylar.py --help lib\js2py\constructors\time_helpers.py:9: Warning: Please install or fix tzlocal library (pip install tzlocal) in order to make Date object work better. Otherwi se I will assume DST is in effect all the time warnings.warn('Please install or fix tzlocal library (pip install tzlocal) in order to make Date object work better. Otherwise I will assume DST is in effect all the time', Warning) C:\Mylar\lib\js2py\constructors\time_helpers.py:9: Warning: Please install or fi x tzlocal library (pip install tzlocal) in order to make Date object work better . Otherwise I will assume DST is in effect all the time warnings.warn('Please install or fix tzlocal library (pip install tzlocal) in order to make Date object work better. Otherwise I will assume DST is in effect all the time', Warning) usage: Mylar.py [-h] [-v] [-q] [-d] [-p PORT] [-b] [-w] [--datadir DATADIR] [--config CONFIG] [--nolaunch] [--pidfile PIDFILE] [--safe]

Comic Book add-on for SABnzbd+

evilhero commented 7 years ago

Well tzlocal would cause problems with date converting /comparing as it would be missing the timezone portion. Although if you updated tzlocal it should have fixed the date time error you're encountering - are you still getting the prompt to update the tzlocal ? And now that I think more about it, the module showing the tzlocal error is only used for public torrent searches...

Are you in non-english or not-gmt timezone at all?

I might have to pass you a temp replacement for your search.py file with some additional logging as it would probably help alot if I could see what it's trying to convert from

wicud commented 7 years ago

Prompt is gone after updating.

Kansas, US - Central Time Zone

evilhero commented 7 years ago

Yeah that's perfectly normal then for timezone obviously - it shouldn't be throwing any error, unless maybe it's something related to windows (it's happened before, but was fixed and it was due to the time of the post being changed to a earlier day due to timezone conversion)...

I'll have to pass you a modified search.py file that you can replace the one in the mylar subdirectory (after you backup the original) with some additional logging if you're ok with that of course.

wicud commented 7 years ago

I'm fine with that.

HypKin commented 7 years ago

i'm also having this issue, a fix is in the work i see, do you still need some additional log files or something?

evilhero commented 7 years ago

Unfortunately I haven't had any time to even look at any mylar stuff the last few days - hoping tomorrow at the latest I can devote some time to this.

If you have a log showing the item that it's causing the error on, and/or somehow get the timestamp of that particular item it would help.

Right now, it looks like a windows specific issue of some kind that I'm betting is related to some timezone conversion causing an invalid date and is the culprit - but I haven't been able to confirm anything as of yet :(

adamiltone commented 7 years ago

Hi,

I'm also having the same error on a linux server. It's been 3 weeks for now :( I tried to reboot the server, update tzlocal but none of these worked

2017-07-05 14:10:19 ERROR   Uncaught exception: Traceback (most recent call last):
File "/opt/mylar/mylar/logger.py", line 158, in new_run
old_run(*args, **kwargs)
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/mylar/mylar/webserve.py", line 1464, in queueissue
foundcom, prov = search.search_init(ComicName, ComicIssue, ComicYear, SeriesYear, Publisher, issues['IssueDate'], storedate, IssueID, AlternateSearch, UseAFuzzy, ComicVersion, mode=mode, ComicID=ComicID, manualsearch=manualsearch, filesafe=ComicName_Filesafe, allow_packs=AllowPacks)
File "/opt/mylar/mylar/search.py", line 243, in search_init
findit = NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, Publisher, IssueDate, StoreDate, searchprov, send_prov_count, IssDateFix, IssueID, UseFuzzy, newznab_host, ComicVersion=ComicVersion, SARC=SARC, IssueArcID=IssueArcID, RSS="yes", ComicID=ComicID, issuetitle=issuetitle, unaltered_ComicName=unaltered_ComicName, oneoff=oneoff)
File "/opt/mylar/mylar/search.py", line 858, in NZB_SEARCH
dateconv2 = datetime.datetime(*dateconv[:6])
TypeError: 'NoneType' object has no attribute '__getitem__'
2017-07-05 14:10:19 INFO    Shhh be very quiet...I'm looking for Batman issue: 26 (2017) using TPSE [RSS]
2017-07-05 14:10:19 INFO    search provider order is ['tpse', '32p']
2017-07-05 14:10:19 INFO    Issue Title given as : the war of jokes and riddles part two
2017-07-05 14:10:19 INFO    Initiating manual search for Batman issue: 26
evilhero commented 7 years ago

@adamiltone: that error has been fixed in the dev branch a few days ago. It was due to TPSE switching the timestamp format of the posting date of torrents in their feeds. It hasn't made it into master yet because I haven't received any feedback on of its working for anyone else as of yet.

adamiltone commented 7 years ago

@evilhero : I am on the develop branch but I still get this error on some comics (Avengers and Batman for this week) and as you said it only happens with TPSE. When i only use 32p no more errors as expected.

Do you need more informations to fix this particular issue in this case ? My timezone is in France.

evilhero commented 7 years ago

@adamiltone : Are you up to date on the dev branch?

It looks like it's not even searching against the site but using the cached results which would have the incorrect timestamp format. Can you put mylar into verbose /debug mode and do the search again? I need to see the lines leading up to that error as if it is that then I need to force some kind of update of everyone's db to change the incorrect timestamps to a correct format.

adamiltone commented 7 years ago

@evilhero I think you are correct, it seems to look at some old datas

2017-07-05 14:51:54 ERROR   Uncaught exception: Traceback (most recent call last):
File "/opt/mylar/mylar/logger.py", line 158, in new_run
old_run(*args, **kwargs)
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/mylar/mylar/webserve.py", line 1464, in queueissue
foundcom, prov = search.search_init(ComicName, ComicIssue, ComicYear, SeriesYear, Publisher, issues['IssueDate'], storedate, IssueID, AlternateSearch, UseAFuzzy, ComicVersion, mode=mode, ComicID=ComicID, manualsearch=manualsearch, filesafe=ComicName_Filesafe, allow_packs=AllowPacks)
File "/opt/mylar/mylar/search.py", line 243, in search_init
findit = NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, Publisher, IssueDate, StoreDate, searchprov, send_prov_count, IssDateFix, IssueID, UseFuzzy, newznab_host, ComicVersion=ComicVersion, SARC=SARC, IssueArcID=IssueArcID, RSS="yes", ComicID=ComicID, issuetitle=issuetitle, unaltered_ComicName=unaltered_ComicName, oneoff=oneoff)
File "/opt/mylar/mylar/search.py", line 858, in NZB_SEARCH
dateconv2 = datetime.datetime(*dateconv[:6])
TypeError: 'NoneType' object has no attribute '__getitem__'
2017-07-05 14:51:54 DEBUG   size given as: 2.26 GB
2017-07-05 14:51:54 DEBUG   sub:The Avengers (2012) 1080p-H264-AAC
2017-07-05 14:51:54 DEBUG   checking search result: The Avengers (2012) 1080p-H264-AAC
2017-07-05 14:51:54 DEBUG   Wed, 14 Jun 2017 17:14:05 +0100 is before store date of 2017-07-05. Ignoring search result as this is not the right issue.
2017-07-05 14:51:54 DEBUG   size given as: 27.7 MB
2017-07-05 14:51:54 DEBUG   sub:Marvel Universe Avengers - Ultron Revolution 011 (2017) (Digital) (Zone-Empire).cbr
2017-07-05 14:51:54 DEBUG   checking search result: Marvel Universe Avengers - Ultron Revolution 011 (2017) (Digital) (Zone-Empire).cbr
2017-07-05 14:51:54 DEBUG   Wed, 14 Jun 2017 13:03:12 +0100 is before store date of 2017-07-05. Ignoring search result as this is not the right issue.
2017-07-05 14:51:54 DEBUG   size given as: 33.8 MB
2017-07-05 14:51:54 DEBUG   sub:Uncanny Avengers 024 (2017) (Digital) (Zone-Empire).cbr
2017-07-05 14:51:54 DEBUG   checking search result: Uncanny Avengers 024 (2017) (Digital) (Zone-Empire).cbr
2017-07-05 14:51:54 DEBUG   Wed, 07 Jun 2017 11:59:53 +0100 is before store date of 2017-07-05. Ignoring search result as this is not the right issue.
2017-07-05 14:51:54 DEBUG   size given as: 24.0 MB
2017-07-05 14:51:54 DEBUG   sub:Avengers 008 (2017) (digital) (Minutemen-Slayer).cbr
2017-07-05 14:51:54 DEBUG   checking search result: Avengers 008 (2017) (digital) (Minutemen-Slayer).cbr
2017-07-05 14:51:54 DEBUG   Tue, 06 Jun 2017 00:28:00 +0100 is before store date of 2017-07-05. Ignoring search result as this is not the right issue.
2017-07-05 14:51:54 DEBUG   size given as: 80.1 MB
2017-07-05 14:51:54 DEBUG   sub:Avengers Infinity (001-004) (2000) (Digital-HD) (Anon) (- Nem -)
2017-07-05 14:51:54 DEBUG   checking search result: Avengers Infinity (001-004) (2000) (Digital-HD) (Anon) (- Nem -)
2017-07-05 14:51:54 DEBUG   Mon, 05 Jun 2017 07:01:47 +0100 is before store date of 2017-07-05. Ignoring search result as this is not the right issue.
2017-07-05 14:51:54 DEBUG   size given as: 6.64 GB
2017-07-05 14:51:54 DEBUG   sub:Marvel Masterworks - The Avengers (v01-v13,v16) (2009-2016) (digital) (Minutemen-Slayer+Empire-Kileko) (- Nem -)
2017-07-05 14:51:54 DEBUG   checking search result: Marvel Masterworks - The Avengers (v01-v13,v16) (2009-2016) (digital) (Minutemen-Slayer+Empire-Kileko) (- Nem -)
2017-07-05 14:51:54 DEBUG   Sun, 04 Jun 2017 00:14:46 +0100 is before store date of 2017-07-05. Ignoring search result as this is not the right issue.

I am on the latest commit :

git rev-parse HEAD
f9b08c6da681c1132c2305878af911ef3cf336db

Do you have any idea how to purge my db of RSS for TPSE ?

evilhero commented 7 years ago

If you want to purge the RSS cache, you need to open up sqlite3 (ie. sqlite3 mylar.db) and then enter in the following info: delete from rssdb where site ='DEM'; That will delete all your demonoid entries from your RSS cache (make sure mylar is not running when you do that). Once it's done, exit the sqlite3 cli and start up mylar and see if it works.

*Edit. Sorry, it's demonoid that changed the timestamps, not TPSE - updated sqlite3 command.

adamiltone commented 7 years ago

No luck, still having the same error after cleaning the db cache. (same error output in debug as before)

evilhero commented 7 years ago

@adamiltone, @Hypkin, @wicud: if you folks are still getting this error after updating to the last development commit (a few days ago), then you would be doing me a big favor if you were to replace your search.py file in the mylar subdirectory with this search.py (make sure to just copy your original search.py elsewhere so you can put it back when need be, and make sure Mylar isn't running when you do this switch). Before starting Mylar back up after putting this new file in place, make sure to delete all the .pyc files in the mylar subdirectory (just to be on the safe side).

It will have some additional logging especially around the date conversion part so that I can actually see what it's trying to convert from and into, as well as logging the actual error being thrown back from the conversion step.

HypKin commented 7 years ago

i hope this is the interesting part

2017-07-05 21:58:01 ERROR Uncaught exception: Traceback (most recent call last): File "D:\mylar\mylar\logger.py", line 158, in new_run old_run(*args, *kwargs) File "C:\Python27\lib\threading.py", line 754, in run self.__target(self.args, **self.kwargs) File "D:\mylar\mylar\webserve.py", line 1464, in queueissue foundcom, prov = search.search_init(ComicName, ComicIssue, ComicYear, SeriesYear, Publisher, issues['IssueDate'], storedate, IssueID, AlternateSearch, UseAFuzzy, ComicVersion, mode=mode, ComicID=ComicID, manualsearch=manualsearch, filesafe=ComicName_Filesafe, allow_packs=AllowPacks) File "D:\mylar\mylar\search.py", line 243, in search_init findit = NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, Publisher, IssueDate, StoreDate, searchprov, send_prov_count, IssDateFix, IssueID, UseFuzzy, newznab_host, ComicVersion=ComicVersion, SARC=SARC, IssueArcID=IssueArcID, RSS="yes", ComicID=ComicID, issuetitle=issuetitle, unaltered_ComicName=unaltered_ComicName, oneoff=oneoff) File "D:\mylar\mylar\search.py", line 864, in NZB_SEARCH logger.info('dateconv: %s' % dateconv) TypeError: not all arguments converted during string formatting 2017-07-05 21:58:01 INFO pubdate: Thu, 14 Jul 2016 01:26:27 +0000 2017-07-05 21:58:01 INFO nzbprov: 32P [rss: yes] 2017-07-05 21:58:01 INFO postdate_int: None 2017-07-05 21:58:01 INFO entry: {'length': u'0', 'link': u'40394', 'site': u'32P', 'pubdate': u'Thu, 14 Jul 2016 01:26:27 +0000', 'title': u'Action Comics vol2 #0-52+Annuals (Empire+TheGroup) / Freeleech!'} 2017-07-05 21:58:01 DEBUG Size of file cannot be retrieved. Ignoring size-comparison and continuing. 2017-07-05 21:58:01 DEBUG sub:Action Comics vol2 #0-52+Annuals (Empire+TheGroup) / Freeleech! 2017-07-05 21:58:01 DEBUG checking search result: Action Comics vol2 #0-52+Annuals (Empire+TheGroup) / Freeleech! 2017-07-05 21:58:01 DEBUG titleend: vol3 981 (zone empire) 2017-07-05 21:58:01 DEBUG matched on series title: Action Comics 2017-07-05 21:58:01 DEBUG matched to : Action Comics vol3 #981 (Zone-Empire) 2017-07-05 21:58:01 DEBUG 13 - formatrem_seriesname :action comics 2017-07-05 21:58:01 DEBUG 36 - formatrem_torsplit : action comics vol3 981 (zone empire) 2017-07-05 21:58:01 DEBUG tor-Title: Action Comics vol3 #981 (Zone-Empire) 2017-07-05 21:58:01 DEBUG titleend: vol3 981 (minutemen thoth) 2017-07-05 21:58:01 DEBUG matched on series title: Action Comics 2017-07-05 21:58:01 DEBUG matched to : Action Comics vol3 #981 (Minutemen-Thoth) 2017-07-05 21:58:01 DEBUG 13 - formatrem_seriesname :action comics 2017-07-05 21:58:01 DEBUG 40 - formatrem_torsplit : action comics vol3 981 (minutemen thoth) 2017-07-05 21:58:01 DEBUG tor-Title: Action Comics vol3 #981 (Minutemen-Thoth) 2017-07-05 21:58:01 DEBUG titleend: vol3 981 ( last kryptonian dcp) 2017-07-05 21:58:01 DEBUG matched on series title: Action Comics

wicud commented 7 years ago

05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : ComicID:95402 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : mode:want 05-Jul-2017 16:46:03 - INFO :: Thread-13 : Initiating manual search for Avengers issue: 9 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : Publisher is : Marvel 05-Jul-2017 16:46:03 - INFO :: Thread-13 : Issue Title given as : None 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : Checking for torrent enabled. 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : nzbprovider(s): [] 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : there are : 1 torrent providers you have selected. 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : there are : 0 nzb providers you have selected. 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : Usenet Retention : 1500 days 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : found provider in existing enabled providers. 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : checking against torrent provider: 32p 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : torrent provider found: 32p 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : provider order sequence is now to start with 32p at spot #0 05-Jul-2017 16:46:03 - INFO :: Thread-13 : search provider order is ['32p'] 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : Initiating Search via : rss 05-Jul-2017 16:46:03 - INFO :: Thread-13 : Shhh be very quiet...I'm looking for Avengers issue: 9 (2017) using 32P [RSS] 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : calpha/cnumber: None / None 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : Sending request to [32P] RSS for Avengers : 9 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : ComicID: 95402 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tsearch : avengers% 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : seriesname_alt:None 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: All-New All-Different Avengers vol0 #10 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 52 - formatrem_torsplit : all new all different avengers vol0 10 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : All-New All-Different Avengers vol0 #10 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: all different avengers vol0 10 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Marvel Universe Avengers Assemble Season 2: Civil War vol0 #4 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 73 - formatrem_torsplit : marvel universe avengers assemble season 2 civil war vol0 4 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Marvel Universe Avengers Assemble Season 2: Civil War vol0 #4 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: niverse avengers assemble season 2 civil war vol0 4 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: New Avengers vol0 #12 (Minutemen-Midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 38 - formatrem_torsplit : new avengers vol0 12 (minutemen midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : New Avengers vol0 #12 (Minutemen-Midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: gers vol0 12 (minutemen midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Avengers vol1 #1-402, Annuals (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 41 - formatrem_torsplit : avengers vol1 1 402 annuals (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Avengers vol1 #1-402, Annuals (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: vol1 1 402 annuals (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: All-New All-Different Avengers vol0 #1-10 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 60 - formatrem_torsplit : all new all different avengers vol0 1 10 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : All-New All-Different Avengers vol0 #1-10 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: all different avengers vol0 1 10 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: All-New All-Different Avengers vol0 #1-10 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 54 - formatrem_torsplit : all new all different avengers vol0 1 10 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : All-New All-Different Avengers vol0 #1-10 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: all different avengers vol0 1 10 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol0 #10 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 44 - formatrem_torsplit : uncanny avengers vol0 10 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol0 #10 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: avengers vol0 10 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: All-New All-Different Avengers vol0 #11 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 52 - formatrem_torsplit : all new all different avengers vol0 11 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : All-New All-Different Avengers vol0 #11 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: all different avengers vol0 11 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #1-10 + Annual (Minutemen) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 47 - formatrem_torsplit : uncanny avengers vol3 1 10 + annual (minutemen) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #1-10 + Annual (Minutemen) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: avengers vol3 1 10 + annual (minutemen) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #1-10 + Annual (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 49 - formatrem_torsplit : uncanny avengers vol3 1 10 + annual (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #1-10 + Annual (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: avengers vol3 1 10 + annual (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: All-New All-Different Avengers vol0 #11 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 58 - formatrem_torsplit : all new all different avengers vol0 11 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : All-New All-Different Avengers vol0 #11 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: all different avengers vol0 11 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Marvel Universe Avengers: Ultron Revolution vol0 #1 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 63 - formatrem_torsplit : marvel universe avengers ultron revolution vol0 1 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Marvel Universe Avengers: Ultron Revolution vol0 #1 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: niverse avengers ultron revolution vol0 1 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Avengers - Millennium (Infinite Comic) vol0 #1-6 (Son of Ultron-Empire) / Freeleech! 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 78 - formatrem_torsplit : avengers millennium (infinite comic) vol0 1 6 (son of ultron empire) freeleech 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Avengers - Millennium (Infinite Comic) vol0 #1-6 (Son of Ultron-Empire) / Freeleech! 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: millennium (infinite comic) vol0 1 6 (son of ultron empire) freeleech 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: New Avengers vol4 #13 (Minutemen-Midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 38 - formatrem_torsplit : new avengers vol4 13 (minutemen midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : New Avengers vol4 #13 (Minutemen-Midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: gers vol4 13 (minutemen midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: New Avengers vol4 #13 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 34 - formatrem_torsplit : new avengers vol4 13 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : New Avengers vol4 #13 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: gers vol4 13 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: The New Avengers Project vol0 #1 (ArtNet-DCP) / Freeleech! 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 51 - formatrem_torsplit : new avengers project vol0 1 (artnet dcp) freeleech 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : The New Avengers Project vol0 #1 (ArtNet-DCP) / Freeleech! 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: ngers project vol0 1 (artnet dcp) freeleech 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: The Unbeatable Squirrel Girl & the Great Lakes Avengers vol0 #1 (AnHeroGold-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 73 - formatrem_torsplit : unbeatable squirrel girl great lakes avengers vol0 1 (anherogold empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : The Unbeatable Squirrel Girl & the Great Lakes Avengers vol0 #1 (AnHeroGold-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: ble squirrel girl great lakes avengers vol0 1 (anherogold empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: The Unbeatable Squirrel Girl & the Great Lakes Avengers vol0 #Volume 1 (AnHeroGold-Empire) / Freeleech! 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 90 - formatrem_torsplit : unbeatable squirrel girl great lakes avengers vol0 volume 1 (anherogold empire) freeleech 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : The Unbeatable Squirrel Girl & the Great Lakes Avengers vol0 #Volume 1 (AnHeroGold-Empire) / Freeleech! 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: ble squirrel girl great lakes avengers vol0 volume 1 (anherogold empire) freeleech 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: All-New All-Different Avengers vol0 #12 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 52 - formatrem_torsplit : all new all different avengers vol0 12 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : All-New All-Different Avengers vol0 #12 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: all different avengers vol0 12 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: New Avengers vol4 #14 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 20 - formatrem_torsplit : new avengers vol4 14 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : New Avengers vol4 #14 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: gers vol4 14 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #11 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 38 - formatrem_torsplit : uncanny avengers vol3 11 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #11 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: avengers vol3 11 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #11 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 44 - formatrem_torsplit : uncanny avengers vol3 11 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #11 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: avengers vol3 11 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: All-New All-Different Avengers vol0 #12 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 58 - formatrem_torsplit : all new all different avengers vol0 12 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : All-New All-Different Avengers vol0 #12 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: all different avengers vol0 12 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Marvel Universe Avengers: Ultron Revolution vol0 #2 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 63 - formatrem_torsplit : marvel universe avengers ultron revolution vol0 2 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Marvel Universe Avengers: Ultron Revolution vol0 #2 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: niverse avengers ultron revolution vol0 2 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: All-New All-Different Avengers vol0 #13 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 52 - formatrem_torsplit : all new all different avengers vol0 13 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : All-New All-Different Avengers vol0 #13 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: all different avengers vol0 13 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: All-New, All-Different Avengers Annual vol0 #1 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 58 - formatrem_torsplit : all new all different avengers annual vol0 1 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : All-New, All-Different Avengers Annual vol0 #1 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: all different avengers annual vol0 1 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Avengers - Celestial Quest vol0 #1-8 (OkC.O.M.P.U.T.O.-Novus-HD) / Freeleech! 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 64 - formatrem_torsplit : avengers celestial quest vol0 1 8 (okcomputo novus hd) freeleech 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Avengers - Celestial Quest vol0 #1-8 (OkC.O.M.P.U.T.O.-Novus-HD) / Freeleech! 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: celestial quest vol0 1 8 (okcomputo novus hd) freeleech 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #12 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 44 - formatrem_torsplit : uncanny avengers vol3 12 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #12 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: avengers vol3 12 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: All-New All-Different Avengers vol0 #13 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 58 - formatrem_torsplit : all new all different avengers vol0 13 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : All-New All-Different Avengers vol0 #13 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: all different avengers vol0 13 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: New Avengers vol4 #15 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 34 - formatrem_torsplit : new avengers vol4 15 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : New Avengers vol4 #15 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: gers vol4 15 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: New Avengers vol4 #15 (Minutemen-Midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 38 - formatrem_torsplit : new avengers vol4 15 (minutemen midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : New Avengers vol4 #15 (Minutemen-Midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: gers vol4 15 (minutemen midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #13 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 38 - formatrem_torsplit : uncanny avengers vol3 13 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #13 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: avengers vol3 13 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #13 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 44 - formatrem_torsplit : uncanny avengers vol3 13 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #13 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: avengers vol3 13 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: House of M - Avengers vol0 #1 (Kileko-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 42 - formatrem_torsplit : house of m avengers vol0 1 (kileko empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : House of M - Avengers vol0 #1 (Kileko-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: m avengers vol0 1 (kileko empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #14 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 38 - formatrem_torsplit : uncanny avengers vol3 14 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #14 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: avengers vol3 14 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #14 (Oroboros-DCP) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 39 - formatrem_torsplit : uncanny avengers vol3 14 (oroboros dcp) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #14 (Oroboros-DCP) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: avengers vol3 14 (oroboros dcp) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #14 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 44 - formatrem_torsplit : uncanny avengers vol3 14 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #14 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: avengers vol3 14 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Guidebook To the Marvel Cinematic Universe – Marvel's Avengers: Age of Ultron vol0 #1 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 92 - formatrem_torsplit : guidebook to marvel cinematic universe – marvels avengers age of ultron vol0 1 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Guidebook To the Marvel Cinematic Universe – Marvel's Avengers: Age of Ultron vol0 #1 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: k to marvel cinematic universe – marvels avengers age of ultron vol0 1 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: New Avengers vol4 #16 (Minutemen-Midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 38 - formatrem_torsplit : new avengers vol4 16 (minutemen midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : New Avengers vol4 #16 (Minutemen-Midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: gers vol4 16 (minutemen midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: New Avengers vol4 #16 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 34 - formatrem_torsplit : new avengers vol4 16 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : New Avengers vol4 #16 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: gers vol4 16 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: All-New All-Different Avengers vol0 #14 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 58 - formatrem_torsplit : all new all different avengers vol0 14 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : All-New All-Different Avengers vol0 #14 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: all different avengers vol0 14 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Marvel Universe Avengers: Ultron Revolution vol0 #4 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 63 - formatrem_torsplit : marvel universe avengers ultron revolution vol0 4 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Marvel Universe Avengers: Ultron Revolution vol0 #4 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: niverse avengers ultron revolution vol0 4 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #15 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 44 - formatrem_torsplit : uncanny avengers vol3 15 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #15 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: avengers vol3 15 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: The Great Lakes Avengers vol0 #1 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 48 - formatrem_torsplit : great lakes avengers vol0 1 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : The Great Lakes Avengers vol0 #1 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: akes avengers vol0 1 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: All-New All-Different Avengers vol0 #15 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 52 - formatrem_torsplit : all new all different avengers vol0 15 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : All-New All-Different Avengers vol0 #15 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: all different avengers vol0 15 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: New Avengers vol4 #17 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 34 - formatrem_torsplit : new avengers vol4 17 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : New Avengers vol4 #17 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: gers vol4 17 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: New Avengers vol4 #17 (Minutemen-Midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 38 - formatrem_torsplit : new avengers vol4 17 (minutemen midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : New Avengers vol4 #17 (Minutemen-Midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: gers vol4 17 (minutemen midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Avengers: Vision and the Scarlet Witch - A Year In The Life vol0 #1 (Glorith-Novus-HD) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 70 - formatrem_torsplit : avengers vision scarlet witch a year in life vol0 1 (glorith novus hd) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Avengers: Vision and the Scarlet Witch - A Year In The Life vol0 #1 (Glorith-Novus-HD) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: vision scarlet witch a year in life vol0 1 (glorith novus hd) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: All-New All-Different Avengers vol0 #15 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 58 - formatrem_torsplit : all new all different avengers vol0 15 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : All-New All-Different Avengers vol0 #15 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: all different avengers vol0 15 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: All-New All-Different Avengers vol0 #1-15 + Annual (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 63 - formatrem_torsplit : all new all different avengers vol0 1 15 + annual (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : All-New All-Different Avengers vol0 #1-15 + Annual (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: all different avengers vol0 1 15 + annual (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Avengers vol6 #1 (Minutemen-Slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 34 - formatrem_torsplit : avengers vol6 1 (minutemen slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Avengers vol6 #1 (Minutemen-Slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: vol6 1 (minutemen slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Occupy Avengers vol0 #1 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 36 - formatrem_torsplit : occupy avengers vol0 1 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Occupy Avengers vol0 #1 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: vengers vol0 1 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Marvel Universe Avengers: Ultron Revolution vol0 #5 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 63 - formatrem_torsplit : marvel universe avengers ultron revolution vol0 5 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Marvel Universe Avengers: Ultron Revolution vol0 #5 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: niverse avengers ultron revolution vol0 5 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Avengers vol6 #1 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 29 - formatrem_torsplit : avengers vol6 1 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Avengers vol6 #1 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: vol6 1 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: All-New All-Different Avengers vol0 #1-15 +Annual (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 68 - formatrem_torsplit : all new all different avengers vol0 1 15 +annual (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : All-New All-Different Avengers vol0 #1-15 +Annual (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: all different avengers vol0 1 15 +annual (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #16 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 38 - formatrem_torsplit : uncanny avengers vol3 16 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #16 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: avengers vol3 16 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Avengers vol6 #1.1 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 30 - formatrem_torsplit : avengers vol6 11 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Avengers vol6 #1.1 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: vol6 11 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #16 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 44 - formatrem_torsplit : uncanny avengers vol3 16 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #16 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: avengers vol3 16 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Young Avengers Presents vol0 #1-6 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 46 - formatrem_torsplit : young avengers presents vol0 1 6 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Young Avengers Presents vol0 #1-6 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: engers presents vol0 1 6 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: The Great Lakes Avengers vol0 #2 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 42 - formatrem_torsplit : great lakes avengers vol0 2 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : The Great Lakes Avengers vol0 #2 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: akes avengers vol0 2 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: New Avengers vol4 #18 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 34 - formatrem_torsplit : new avengers vol4 18 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : New Avengers vol4 #18 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: gers vol4 18 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: New Avengers vol4 #18 (Minutemen-Midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 38 - formatrem_torsplit : new avengers vol4 18 (minutemen midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : New Avengers vol4 #18 (Minutemen-Midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: gers vol4 18 (minutemen midas) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Avengers vol6 #2 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 29 - formatrem_torsplit : avengers vol6 2 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Avengers vol6 #2 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: vol6 2 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Avengers vol6 #2 (Minutemen-Slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 34 - formatrem_torsplit : avengers vol6 2 (minutemen slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Avengers vol6 #2 (Minutemen-Slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: vol6 2 (minutemen slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #17 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 38 - formatrem_torsplit : uncanny avengers vol3 17 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #17 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: avengers vol3 17 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Marvel Universe Avengers: Ultron Revolution vol0 #6 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 63 - formatrem_torsplit : marvel universe avengers ultron revolution vol0 6 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Marvel Universe Avengers: Ultron Revolution vol0 #6 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: niverse avengers ultron revolution vol0 6 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #17 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 44 - formatrem_torsplit : uncanny avengers vol3 17 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #17 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: avengers vol3 17 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Occupy Avengers vol0 #2 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 36 - formatrem_torsplit : occupy avengers vol0 2 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Occupy Avengers vol0 #2 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: vengers vol0 2 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Avengers vol6 #2.1 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 30 - formatrem_torsplit : avengers vol6 21 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Avengers vol6 #2.1 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: vol6 21 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Avengers vol6 #2.1 (Minutemen-Slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 35 - formatrem_torsplit : avengers vol6 21 (minutemen slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Avengers vol6 #2.1 (Minutemen-Slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: vol6 21 (minutemen slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #18 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 38 - formatrem_torsplit : uncanny avengers vol3 18 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #18 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: avengers vol3 18 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Avengers vol6 #3 (Minutemen-Slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 34 - formatrem_torsplit : avengers vol6 3 (minutemen slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Avengers vol6 #3 (Minutemen-Slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: vol6 3 (minutemen slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Avengers vol6 #3 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 29 - formatrem_torsplit : avengers vol6 3 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Avengers vol6 #3 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: vol6 3 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Marvel Universe Avengers: Ultron Revolution vol0 #7 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 63 - formatrem_torsplit : marvel universe avengers ultron revolution vol0 7 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Marvel Universe Avengers: Ultron Revolution vol0 #7 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: niverse avengers ultron revolution vol0 7 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: U.S.Avengers vol0 #1 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 31 - formatrem_torsplit : usavengers vol0 1 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : U.S.Avengers vol0 #1 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: rs vol0 1 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #18 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 44 - formatrem_torsplit : uncanny avengers vol3 18 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #18 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: avengers vol3 18 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Occupy Avengers vol0 #3 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 36 - formatrem_torsplit : occupy avengers vol0 3 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Occupy Avengers vol0 #3 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: vengers vol0 3 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: The Great Lakes Avengers vol0 #4 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 42 - formatrem_torsplit : great lakes avengers vol0 4 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : The Great Lakes Avengers vol0 #4 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: akes avengers vol0 4 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #19 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 38 - formatrem_torsplit : uncanny avengers vol3 19 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #19 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: avengers vol3 19 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #19 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 44 - formatrem_torsplit : uncanny avengers vol3 19 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #19 (Minutemen-Faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: avengers vol3 19 (minutemen faessla) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Avengers vol6 #3.1 (Minutemen-Slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 35 - formatrem_torsplit : avengers vol6 31 (minutemen slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Avengers vol6 #3.1 (Minutemen-Slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: vol6 31 (minutemen slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: U.S.Avengers vol0 #2 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 31 - formatrem_torsplit : usavengers vol0 2 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : U.S.Avengers vol0 #2 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: rs vol0 2 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Avengers vol6 #3.1 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 30 - formatrem_torsplit : avengers vol6 31 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Avengers vol6 #3.1 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: vol6 31 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: New Avengers vol4 #12 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 34 - formatrem_torsplit : new avengers vol4 12 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : New Avengers vol4 #12 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: gers vol4 12 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Avengers Epic Collection - Under Siege vol0 #Volume 1 (Glorith-Novus-HD) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 69 - formatrem_torsplit : avengers epic collection under siege vol0 volume 1 (glorith novus hd) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Avengers Epic Collection - Under Siege vol0 #Volume 1 (Glorith-Novus-HD) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: epic collection under siege vol0 volume 1 (glorith novus hd) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Avengers vol6 #4.1 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 30 - formatrem_torsplit : avengers vol6 41 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Avengers vol6 #4.1 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: vol6 41 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #20 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 38 - formatrem_torsplit : uncanny avengers vol3 20 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #20 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: avengers vol3 20 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Occupy Avengers vol0 #4 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 36 - formatrem_torsplit : occupy avengers vol0 4 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Occupy Avengers vol0 #4 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: vengers vol0 4 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: The Great Lakes Avengers vol0 #5 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 42 - formatrem_torsplit : great lakes avengers vol0 5 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : The Great Lakes Avengers vol0 #5 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: akes avengers vol0 5 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Secret Invasion: Runaways/Young Avengers vol0 #1-3 (digital-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 65 - formatrem_torsplit : secret invasion runaways young avengers vol0 1 3 (digital empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Secret Invasion: Runaways/Young Avengers vol0 #1-3 (digital-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: nvasion runaways young avengers vol0 1 3 (digital empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: New Avengers vol4 #vol.4 Volume 1 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 45 - formatrem_torsplit : new avengers vol4 vol4 volume 1 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : New Avengers vol4 #vol.4 Volume 1 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: gers vol4 vol4 volume 1 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: New Avengers vol4 #vol.4 Volume 2 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 45 - formatrem_torsplit : new avengers vol4 vol4 volume 2 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : New Avengers vol4 #vol.4 Volume 2 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: gers vol4 vol4 volume 2 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Avengers vol6 #5 (Minutemen-Slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 34 - formatrem_torsplit : avengers vol6 5 (minutemen slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Avengers vol6 #5 (Minutemen-Slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : titleend: vol6 5 (minutemen slayer) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : tor-Title: Marvel Universe Avengers: Ultron Revolution vol0 #9 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 63 - formatrem_torsplit : marvel universe avengers ultron revolution vol0 9 (zone empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched to : Marvel Universe Avengers: Ultron Revolution vol0 #9 (Zone-Empire) 05-Jul-2017 16:46:03 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: niverse avengers ultron revolution vol0 9 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: Avengers vol6 #5 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 29 - formatrem_torsplit : avengers vol6 5 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : Avengers vol6 #5 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: vol6 5 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: Avengers/Thunderbolts vol1 #1-6 (AnHeroGold-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 50 - formatrem_torsplit : avengers thunderbolts vol1 1 6 (anherogold empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : Avengers/Thunderbolts vol1 #1-6 (AnHeroGold-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: thunderbolts vol1 1 6 (anherogold empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: Avengers vol4 #1 MU (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 32 - formatrem_torsplit : avengers vol4 1 mu (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : Avengers vol4 #1 MU (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: vol4 1 mu (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #21 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 38 - formatrem_torsplit : uncanny avengers vol3 21 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #21 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: avengers vol3 21 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: U.S.Avengers vol0 #4 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 31 - formatrem_torsplit : usavengers vol0 4 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : U.S.Avengers vol0 #4 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: rs vol0 4 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: The Great Lakes Avengers vol0 #6 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 42 - formatrem_torsplit : great lakes avengers vol0 6 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : The Great Lakes Avengers vol0 #6 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: akes avengers vol0 6 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: JLA/Avengers vol0 #1-4 (MaidOfMight-Novus-HD) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 44 - formatrem_torsplit : jla avengers vol0 1 4 (maidofmight novus hd) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : JLA/Avengers vol0 #1-4 (MaidOfMight-Novus-HD) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: gers vol0 1 4 (maidofmight novus hd) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: Giant-Size Avengers/Invaders vol0 #1 (FB-DCP) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 44 - formatrem_torsplit : giant size avengers invaders vol0 1 (fb dcp) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : Giant-Size Avengers/Invaders vol0 #1 (FB-DCP) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: ze avengers invaders vol0 1 (fb dcp) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: Avengers vol6 #5.1 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 30 - formatrem_torsplit : avengers vol6 51 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : Avengers vol6 #5.1 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: vol6 51 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: Occupy Avengers vol0 #5 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 36 - formatrem_torsplit : occupy avengers vol0 5 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : Occupy Avengers vol0 #5 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: vengers vol0 5 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #22 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 38 - formatrem_torsplit : uncanny avengers vol3 22 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #22 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: avengers vol3 22 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: Avengers vol6 #6 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 29 - formatrem_torsplit : avengers vol6 6 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : Avengers vol6 #6 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: vol6 6 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: Ultimate Avengers vol1 #1-6 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 40 - formatrem_torsplit : ultimate avengers vol1 1 6 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : Ultimate Avengers vol1 #1-6 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: avengers vol1 1 6 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: Ultimate Avengers vol3 #1-6 (Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 35 - formatrem_torsplit : ultimate avengers vol3 1 6 (empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : Ultimate Avengers vol3 #1-6 (Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: avengers vol3 1 6 (empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: Marvel Adventures The Avengers vol1 #1-39 (Minutemen-Slayer) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 55 - formatrem_torsplit : marvel adventures avengers vol1 1 39 (minutemen slayer) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : Marvel Adventures The Avengers vol1 #1-39 (Minutemen-Slayer) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: dventures avengers vol1 1 39 (minutemen slayer) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: Ultimate Avengers vol2 #1-6 (Minutemen-InnerDemons) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 50 - formatrem_torsplit : ultimate avengers vol2 1 6 (minutemen innerdemons) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : Ultimate Avengers vol2 #1-6 (Minutemen-InnerDemons) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: avengers vol2 1 6 (minutemen innerdemons) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #23 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 38 - formatrem_torsplit : uncanny avengers vol3 23 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #23 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: avengers vol3 23 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: Uncanny Avengers vol3 #1-20 + Annual (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 49 - formatrem_torsplit : uncanny avengers vol3 1 20 + annual (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : Uncanny Avengers vol3 #1-20 + Annual (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: avengers vol3 1 20 + annual (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: Avengers vol6 #7 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 29 - formatrem_torsplit : avengers vol6 7 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : Avengers vol6 #7 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: vol6 7 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: Dark Reign - Young Avengers vol0 #1-5 (Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 43 - formatrem_torsplit : dark reign young avengers vol0 1 5 (empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : Dark Reign - Young Avengers vol0 #1-5 (Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: gn young avengers vol0 1 5 (empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: Dark Avengers vol1 #1-16 (Minutemen-Slayer) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 42 - formatrem_torsplit : dark avengers vol1 1 16 (minutemen slayer) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : Dark Avengers vol1 #1-16 (Minutemen-Slayer) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: ngers vol1 1 16 (minutemen slayer) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: U.S.Avengers vol0 #6 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 31 - formatrem_torsplit : usavengers vol0 6 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : U.S.Avengers vol0 #6 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: rs vol0 6 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : tor-Title: Avengers vol6 #8 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 29 - formatrem_torsplit : avengers vol6 8 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : 8 - formatrem_seriesname :avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched to : Avengers vol6 #8 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : matched on series title: Avengers 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : titleend: vol6 8 (zone empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : checking search result: All-New All-Different Avengers vol0 #10 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : sub:All-New All-Different Avengers vol0 #10 (Zone-Empire) 05-Jul-2017 16:46:04 - DEBUG :: Thread-13 : Size of file cannot be retrieved. Ignoring size-comparison and continuing. 05-Jul-2017 16:46:04 - INFO :: Thread-13 : entry: {'length': u'0', 'link': u'38673', 'site': u'32P', 'pubdate': u'Wed, 01 Jun 2016 14:45:29 +0000', 'title': u'All-New All-Different Avengers vol0 #10 (Zone-Empire)'} 05-Jul-2017 16:46:04 - INFO :: Thread-13 : postdate_int: None 05-Jul-2017 16:46:04 - INFO :: Thread-13 : nzbprov: 32P [rss: yes] 05-Jul-2017 16:46:04 - INFO :: Thread-13 : pubdate: Wed, 01 Jun 2016 14:45:29 +0000 05-Jul-2017 16:46:04 - ERROR :: Thread-13 : Uncaught exception: Traceback (most recent call last): File "c:\Mylar\mylar\logger.py", line 158, 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\webserve.py", line 1464, in queueissue foundcom, prov = search.search_init(ComicName, ComicIssue, ComicYear, SeriesYear, Publisher, issues['IssueDate'], storedate, IssueID, AlternateSearch, UseAFuzzy, ComicVersion, mode=mode, ComicID=ComicID, manualsearch=manualsearch, filesafe=ComicName_Filesafe, allow_packs=AllowPacks) File "c:\Mylar\mylar\search.py", line 243, in search_init findit = NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, Publisher, IssueDate, StoreDate, searchprov, send_prov_count, IssDateFix, IssueID, UseFuzzy, newznab_host, ComicVersion=ComicVersion, SARC=SARC, IssueArcID=IssueArcID, RSS="yes", ComicID=ComicID, issuetitle=issuetitle, unaltered_ComicName=unaltered_ComicName, oneoff=oneoff) File "c:\Mylar\mylar\search.py", line 864, in NZB_SEARCH logger.info('dateconv: %s' % dateconv) TypeError: not all arguments converted during string formatting

evilhero commented 7 years ago

Do you guys get a warning message on startup related to tz_local or similar? The logs are helpful, as now I can see the date but it's not erroring out on my system which is making me think it's some kind of timezone conversion problem or related the os system date format (as that's what datetime uses). Can you guys confirm again (sorry in advance) what timezone you're in and what language it's in and even possibly what your date time format is by default (in Windows I believe if you right click over the time/clock you can see the various formatting and it will say what your default format is).

I've tried a few different ways to cause an error but can't seem to get it to error on my end, so it has to be something that's unique to your systems somehow, and the only thing I can think of is language / timezones differences.

HypKin commented 7 years ago

where would i see this warning message? this is the log after startup.

maybe we could try teamviewer or something like that if that'll help you?

i'm running mylar on a german version of windows 10 timezone UTC+1

time formats are attached in this picture

image

these are in english: first day of the week short date (DD.MM.YYYY) long date short time long time

startup log:

2017-07-06 22:15:52 | INFO | [PULL-LIST] Weekly Pull List successfully loaded with 120 issues. 2017-07-06 22:15:52 | INFO | [PULL-LIST] Successfully populated pull-list into Mylar for the week of: 27 2017-07-06 22:15:50 | INFO | Re-creating pullist to ensure everything's fresh. 2017-07-06 22:15:50 | INFO | [WEEKLY-PULL] There are 120 issues for the week of 27, 2017 2017-07-06 22:15:49 | INFO | pulldate is : 00000000 2017-07-06 22:15:49 | INFO | [PULL-LIST] Populating & Loading pull-list data directly from alternate website 2017-07-06 22:15:49 | INFO | Weekly pull list present - checking if it's up-to-date.. 2017-07-06 22:15:49 | INFO | [WEEKLY] Checking Weekly Pull-list for new releases/updates 2017-07-06 22:15:39 | INFO | delaying thread for 60 seconds to avoid locks. 2017-07-06 22:15:39 | INFO | Enabling folder monitor for : X:\Downloads AgentOrange every 12 minutes. 2017-07-06 22:15:39 | INFO | delaying thread for 10 seconds to avoid locks. 2017-07-06 22:15:39 | INFO | Checking for existance of Weekly Comic listing... 2017-07-06 22:15:39 | INFO | delaying thread for 30 seconds to avoid locks. 2017-07-06 22:15:39 | INFO | Initiating startup-RSS feed checks. 2017-07-06 22:15:39 | INFO | Initializing the DB Updater. 2017-07-06 22:15:38 | INFO | Starting Mylar on http://0.0.0.0:8095/ 2017-07-06 22:15:38 | INFO | Sucessfully ordered 209 series in your watchlist. 2017-07-06 22:15:38 | INFO | Remapping the sorting to allow for new additions. 2017-07-06 22:15:38 | INFO | Mylar is up to date 2017-07-06 22:15:36 | INFO | Retrieving latest version information from github 2017-07-06 22:15:36 | INFO | Correcting Null entries that make the main page break on startup. 2017-07-06 22:15:36 | INFO | Ensuring DB integrity - Removing all Erroneous Comics (ie. named None) 2017-07-06 22:15:36 | INFO | Populating Custom Exception listings into Mylar.... 2017-07-06 22:15:36 | INFO | Populating Base Exception listings into Mylar.... 2017-07-06 22:15:36 | INFO | Checking to see if the database has all tables.... 2017-07-06 22:15:36 | INFO | [Cache Check] Cache directory currently set to : D:\mylar\cache 2017-07-06 22:15:36 | INFO | [DB Module] Loading : sqlite3 as the database module to use. 2017-07-06 22:15:36 | INFO | Branch detected & set to : development 2017-07-06 22:15:36 | INFO | Successfully discovered local IP and locking it in as : 192.168.12.34 2017-07-06 22:15:36 | INFO | [DIRECTORY-CHECK] Found comic directory: D:\mylar

davalanche commented 7 years ago

@evilhero: I downloaded your one-off search.py but ended up changing:

logger.info('dateconv: %s' % dateconv)

To:

logger.info('dateconv: %s' % (dateconv,))

.. which resulted in 6 "stuck" issues being immediately snatched after a restart.

wicud commented 7 years ago

I'm Central Time Zone, English.

My Short date format is M/d/yyyy Long date is dddd, MMMM dd, yyyy

I don't see anything in the log on startup.

06-Jul-2017 16:09:21 - INFO :: MAIN : Received signal: shutdown 06-Jul-2017 16:09:21 - INFO :: MAIN : Aborting all threads 06-Jul-2017 16:09:21 - INFO :: MAIN : Waiting for the DB UPDATE thread to exit 06-Jul-2017 16:09:22 - INFO :: MAIN : Waiting for the SEARCH thread to exit 06-Jul-2017 16:09:22 - INFO :: MAIN : Waiting for the RSS CHECK thread to exit 06-Jul-2017 16:09:23 - INFO :: MAIN : Waiting for the WEEKLY CHECK thread to exit 06-Jul-2017 16:09:24 - INFO :: MAIN : Waiting for the VERSION CHECK thread to exit 06-Jul-2017 16:09:24 - INFO :: MAIN : Waiting for the FOLDER MONITOR thread to exit 06-Jul-2017 16:09:31 - INFO :: MAIN : Mylar is shutting down... 06-Jul-2017 16:09:32 - INFO :: MAIN : Successfully discovered local IP and locking it in as : 10.0.0.5 06-Jul-2017 16:09:32 - INFO :: MAIN : [DB Module] Loading : sqlite3 as the database module to use. 06-Jul-2017 16:09:32 - INFO :: MAIN : [Cache Check] Cache directory currently set to : c:\Mylar\cache 06-Jul-2017 16:09:32 - INFO :: MAIN : Checking to see if the database has all tables.... 06-Jul-2017 16:09:32 - INFO :: MAIN : Populating Base Exception listings into Mylar.... 06-Jul-2017 16:09:32 - INFO :: MAIN : Populating Custom Exception listings into Mylar.... 06-Jul-2017 16:09:32 - INFO :: MAIN : Ensuring DB integrity - Removing all Erroneous Comics (ie. named None) 06-Jul-2017 16:09:32 - INFO :: MAIN : Correcting Null entries that make the main page break on startup. 06-Jul-2017 16:09:32 - INFO :: MAIN : Retrieving latest version information from github 06-Jul-2017 16:09:33 - INFO :: MAIN : Mylar is up to date 06-Jul-2017 16:09:33 - INFO :: MAIN : Remapping the sorting to allow for new additions. 06-Jul-2017 16:09:33 - INFO :: MAIN : Sucessfully ordered 158 series in your watchlist. 06-Jul-2017 16:09:33 - INFO :: MAIN : Starting Mylar on http://0.0.0.0:8090/ 06-Jul-2017 16:09:35 - INFO :: MAIN : Initializing the DB Updater. 06-Jul-2017 16:09:35 - INFO :: RSSCHECK : delaying thread for 30 seconds to avoid locks. 06-Jul-2017 16:09:35 - INFO :: MAIN : Initiating startup-RSS feed checks. 06-Jul-2017 16:09:35 - INFO :: MAIN : Checking for existance of Weekly Comic listing... 06-Jul-2017 16:09:35 - INFO :: WEEKLYCHECK : delaying thread for 10 seconds to avoid locks. 06-Jul-2017 16:09:35 - INFO :: MAIN : Enabling folder monitor for : D:\Torrents every 60 minutes. 06-Jul-2017 16:09:35 - INFO :: FOLDERMONITOR : delaying thread for 60 seconds to avoid locks.

evilhero commented 7 years ago

@davalanche : yeah I meant to amend that gist, I noticed after that it was causing some errors due to the datetime tuple - but it's surprising that changing it allowed it to go thru ok without any further errors (since it was really just a logging change). The issues that it snatched that were stuck, were they the correct issues since the date comparison may have been flawed?

I'm still looking at this, and that TeamViewer option might be something I'll have to take you up on @HypKin - I can't seem to reproduce those errors here, but probably because I'm running against a Linux machine instead of a Windows one. I'll have to fire up mylar on my laptop and see if I can mimic the date settings you guys have so nicely provided and reproduce the conversion error.

@HypKin , @wicud : if you guys could update the search.py from that gist I linked, it should be able to show the datetime conversion properly (as @davalanche indicated he had done)

wicud commented 7 years ago

New log file seemed a little much for copy/paste.

Let me know if the attached file doesn't open properly.

wicud-mylar.txt

evilhero commented 7 years ago

@wicud : thanks for doing that quickly! I was able to browse on my phone the log file (briefly and cause of kids), but it looks like your 32p feed is storing the date in a format that mylar isn't expecting (ie. It expects in a full-rss date format, but the log shows its taking your default short date format from your OS).

Now I know what's happening (at least in your case atm), I can adjust the Rss feed to force the full date and hopefully that will fix it. Not sure why all of a sudden this is occuring for a few and not everyone, but thanks everyone for all the responses and help in attempting to get to the root of this :)

wicud commented 7 years ago

Happy to help.

Thank you for the effort :)

HypKin commented 7 years ago

changed the search.py, restartet and then forced a check on all the wanted items i had. (2 suddenly got snatched...)

logfiles: mylar.log.1.txt mylar.log.txt

evilhero commented 7 years ago

@wicud, @HypKin : just a quick update, and probably a positive too.

I was able to fully replicate the exact error on my windows machine with the time settings specified within Windows @wicud provided (just because it was the first one I tried). I can see exactly where it's doing the conversion erroneously, albeit why it's taking the OS system date setting instead of a forced generic one is the problem currently. I'm looking into it, and know the exact spot where it's occurring now - and seeing as how I can replicate this too, I can work through this until it doesn't error any longer.

Thanks for all the detailed logs and providing me with all the required information necessary to pummel this thing into the ground hopefully ;)

wicud commented 7 years ago

Reverted back to the original search.py and was able to download every available issue perfectly.

Thank you for the hard work!

HypKin commented 7 years ago

I'm still getting the error on some comics. Could the cause be some caching issues?

Also the force check doesn't work. My best guess is that it errors out on one of the comics and then stops? The comics that worked (about 2/3 of what I still had in my wanted list) where loaded by klicking the search icon for every issue itself.

evilhero commented 7 years ago

@wicud: that's great that it worked!

@HypKin : did you revert back to your original search.py and then updated? You would get a git message otherwise stating it can't update (if you installed by git that is).

The force search does the same thing as a manual search, so it might be provider related in some way, but I'd need to see what the new error is and the log lines leading up to it, to know more.

HypKin commented 7 years ago

Yes I reverted back to the original search.py I'll provide the logs when I'm home

HypKin commented 7 years ago
2017-07-11 22:30:22 ERROR Uncaught exception: Traceback (most recent call last):File "D:\mylar\mylar\logger.py", line 158, in new_runold_run(*args, *kwargs)File "C:\Python27\lib\threading.py", line 754, in runself.__target(self.args, **self.kwargs)File "D:\mylar\mylar\webserve.py", line 1465, in queueissuefoundcom, prov = search.search_init(ComicName, ComicIssue, ComicYear, SeriesYear, Publisher, issues['IssueDate'], storedate, IssueID, AlternateSearch, UseAFuzzy, ComicVersion, mode=mode, ComicID=ComicID, manualsearch=manualsearch, filesafe=ComicName_Filesafe, allow_packs=AllowPacks)File "D:\mylar\mylar\search.py", line 243, in search_initfindit = NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, Publisher, IssueDate, StoreDate, searchprov, send_prov_count, IssDateFix, IssueID, UseFuzzy, newznab_host, ComicVersion=ComicVersion, SARC=SARC, IssueArcID=IssueArcID, RSS="yes", ComicID=ComicID, issuetitle=issuetitle, unaltered_ComicName=unaltered_ComicName, oneoff=oneoff)File "D:\mylar\mylar\search.py", line 858, in NZB_SEARCHdateconv2 = datetime.datetime(*dateconv[:6])TypeError: 'NoneType' object has no attribute 'getitem'
2017-07-11 22:30:22 INFO Shhh be very quiet...I'm looking for Action Comics issue: 982 (2017) using TPSE [RSS]
2017-07-11 22:30:22 INFO Could not find Issue 982 of Action Comics (2016) using 32P [rss]
2017-07-11 22:30:22 INFO Shhh be very quiet...I'm looking for Action Comics issue: 982 (2017) using 32P [RSS]
2017-07-11 22:30:22 INFO search provider order is ['32p', 'tpse']
2017-07-11 22:30:22 INFO Issue Title given as : revenge part iv
2017-07-11 22:30:22 INFO Initiating manual search for Action Comics issue: 982
2017-07-11 22:29:52 INFO Web logs cleared
evilhero commented 7 years ago

Wow ok those are blank values that it's pulling back from demonoid - I've never seen that before. You might have to disable the public torrents in order to get by that error (or maybe unwant those particular issues just so you can get past it).

I'll have to run a search on mine against that issue - cause really, that should all be populated by demonoid, so I'm not sure if it's a problem with the web parser not finding the information present, or the information isn't present to be parsed (and thereby probably should be ignored until it is)

HypKin commented 7 years ago

ok, i did both of your suggestions, maybe it will stop now ;)