evilhero / mylar

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

UnicodeDecodeError: ascii cant decode bythe 0xe4 #251

Closed Camelrider2013 closed 11 years ago

Camelrider2013 commented 11 years ago

Hi

My setup: Win8 64bit Python 2.7.3 64bit latest mylar release (development branch)

Not sure whether this is a mylar thing or a general python problem: Whenever i start mylar or do anything the python console (the black window - not sure if console is the correct term) shows the following error message:

"UnicodeDecodeError: 'ascii' codec cant decode by 0xe4 in position 4: ordinal not in range(128) Logged from file logger.py, line 82 Traceback (most recent call last) ... " (see attachement) mylar error

this error occurs in the init.py and handlers.py and keep coming faster than i can count - until mylar is not reacting anymore (webif is reacting as if everything is fine but the actions behind aren't processed anymore) - mylar log itself is not showing any problems - it just ends reporting at a certain time

Any idea how to solve that problem

All the best Camelrider

evilhero commented 11 years ago

Is this from a brand new installation or an existing one ?

If it's an existing one, it's having a problem with a series that was given to it - do you have any comics in the watchlist that have special/unique characters in the Series Name or Publisher fields ?

Camelrider2013 commented 11 years ago

Its an existing installation

in total i have added 129 series

publishers shouldnt be the problem as its only marvel image dc and one dark horse comic - concerning the series names the only special chars (if they are special chars in that context at all) are ' and &

As i have many with ' i assume its a problem with "Angel & Faith"

i will remove it and try again

thanks for the help

Camelrider2013 commented 11 years ago

the "&" wasnt the problem - is it possible that ' is creating the problem?

is there a way to access the db directly so i can search for any special chars and what qualifies as a special char in that context

all the best Camelrider

ajw107 commented 11 years ago

Hi Is there anything that can be done if a series does have unusual characters in it, as I want to add: Star Trek/Doctor Who - Assimilation² and the ² (squared in case it is not showing up) is causing a lot of bother. I've tried just using the name without the ², but then it can't be found in all databases, I've tried then just using the GCD-ID, but that function does not seem to work properly yet (it doesn't actually load a web page) Alex

On 06/03/2013 16:22, evilhero wrote:

Is this from a brand new installation or an existing one ?

If it's an existing one, it's having a problem with a series that was given to it - do you have any comics in the watchlist that have special/unique characters in the Series Name or Publisher fields ?

— Reply to this email directly or view it on GitHub https://github.com/evilhero/mylar/issues/251#issuecomment-14508454.

evilhero commented 11 years ago

ajw107: for st/dr.who it should bring you into the error checker when you try to add. The gcdid should then be entered at the bottom, after which it does the add and will bring you into the detail page. The squared isn't a factor - I had it added on my list awhile ago and it was working. If you're getting an error msg or a traceback error (in python terminal) can you paste in here and I'll look into ir more

Camelrider2013: it's an sqlite db...from the dir where the .db file is, type in : sqlite3 mylar.db select * from comics; it will list all the comics in your db

ajw107 commented 11 years ago

Hya, Thanks for your quick reply. It did bring me to the error checker. I entered the GCD-ID (49365) and then this traceback page is displayed:

500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last): File "/var/hda/web-apps/mylar/html/cherrypy/_cprequest.py", line 645, in respond response.body = self.handler() File "/var/hda/web-apps/mylar/html/cherrypy/lib/encoding.py", line 188, in call self.body = self.oldhandler(_args, _kwargs) File "/var/hda/web-apps/mylar/html/cherrypy/_cpdispatch.py", line 29, in call return self.callable(_self.args, _self.kwargs) File "/var/hda/web-apps/mylar/html/mylar/webserve.py", line 1232, in error_change self.from_Exceptions(comicid=comicid,gcdid=errorgcd,comicname=cname) File "/var/hda/web-apps/mylar/html/mylar/webserve.py", line 245, in from_Exceptions f.write('%s,%s,%s,%s\n' % ("99", str(comicid), str(gcdid), str(except_info)) ) UnicodeEncodeError: 'ascii' codec can't encode characters in position 63-64: ordinal not in range(128)

Powered byCherryPy 3.2.0 http://www.cherrypy.org/

I did notice that gcd.org had a different id for it (66130), so I entered that and got the same error:

500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last): File "/var/hda/web-apps/mylar/html/cherrypy/_cprequest.py", line 645, in respond response.body = self.handler() File "/var/hda/web-apps/mylar/html/cherrypy/lib/encoding.py", line 188, in call self.body = self.oldhandler(_args, _kwargs) File "/var/hda/web-apps/mylar/html/cherrypy/_cpdispatch.py", line 29, in call return self.callable(_self.args, _self.kwargs) File "/var/hda/web-apps/mylar/html/mylar/webserve.py", line 1232, in error_change self.from_Exceptions(comicid=comicid,gcdid=errorgcd,comicname=cname) File "/var/hda/web-apps/mylar/html/mylar/webserve.py", line 245, in from_Exceptions f.write('%s,%s,%s,%s\n' % ("99", str(comicid), str(gcdid), str(except_info)) ) UnicodeEncodeError: 'ascii' codec can't encode characters in position 63-64: ordinal not in range(128)

Powered byCherryPy 3.2.0 http://www.cherrypy.org/

The log menu item does not open normally, and just shows:

Error !

  UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in
  position 92: ordinal not in range(128)

44 45 ${timestamp} 46 ${level} 47 ${message} 48 49 %endfor 50 51 52 </%def> /var/hda/web-apps/mylar/html/data/interfaces/default/logs.html, line 47:

${message}

/var/hda/web-apps/mylar/html/data/interfaces/default/base.html, line 78: ${next.body()} /var/hda/web-apps/mylar/html/mako/runtime.py, line 718: callable_(context, _args, *_kwargs) /var/hda/web-apps/mylar/html/mako/runtime.py, line 692: _exec_template(inherit, lclcontext, args=args, kwargs=kwargs) /var/hda/web-apps/mylar/html/mako/runtime.py, line 660: _kwargs_forcallable(callable, data)) /var/hda/web-apps/mylar/html/mako/template.py, line 296: return runtime.render(self, self.callable, args, data) /var/hda/web-apps/mylar/html/mylar/webserve.py, line 52: return template.render(kwargs)

/var/hda/web-apps/mylar/html/data/logs is attached, but the bit which seems relevant is below:

07-Mar-2013 09:34:16 - DEBUG :: CP Server Thread-9 : number of issues I counted: 8 07-Mar-2013 09:34:16 - DEBUG :: CP Server Thread-9 : number of issues CV says it has: 8 07-Mar-2013 09:34:16 - DEBUG :: CP Server Thread-9 : vari is set to: no 07-Mar-2013 09:34:16 - INFO :: CP Server Thread-9 : I couldn't find an exact match for Star Trek: The Next Generation - Doctor Who: Assimilation² (2012) - gathering data for Error-Checking screen (this could take a minute)... 07-Mar-2013 09:34:19 - INFO :: CP Server Thread-9 : total count : 0 07-Mar-2013 09:34:42 - INFO :: CP Server Thread-10 : saving new information into custom_exceptions.csv... 07-Mar-2013 09:39:43 - INFO :: CP Server Thread-3 : saving new information into custom_exceptions.csv...

I am having a problem where none of my files are being post-processed too, but I'll sort that out later (from the logs, the two don't seem to be linked but I thought it best to still mention it. Thank you for all your help. Alex

On 06/03/2013 21:11, evilhero wrote:

ajw107: for st/dr.who it should bring you into the error checker when you try to add. The gcdid should then be entered at the bottom, after which it does the add and will bring you into the detail page. The squared isn't a factor - I had it added on my list awhile ago and it was working. If you're getting an error msg or a traceback error (in python terminal) can you paste in here and I'll look into ir more

— Reply to this email directly or view it on GitHub https://github.com/evilhero/mylar/issues/251#issuecomment-14526395.

07-Mar-2013 09:30:17 - DEBUG :: Thread-13 : 2. Bracket Word: idw publishing 07-Mar-2013 09:30:17 - DEBUG :: Thread-13 : 3. Bracket Word: 2011 07-Mar-2013 09:30:17 - DEBUG :: Thread-13 : year detected: 2011 07-Mar-2013 09:30:17 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:17 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:18 - DEBUG :: Thread-13 : checking search result: Doctor Who - Classics v4 05 (2011) (7th Doctor) (Minutemen-XxxX) 07-Mar-2013 09:30:18 - DEBUG :: Thread-13 : Entry: Doctor Who - Classics v4 05 (2011) (7th Doctor) (Minutemen-XxxX) 07-Mar-2013 09:30:18 - DEBUG :: Thread-13 : Cleantitle: doctor who - classics v4 05 (2011) (7th doctor) (minutemen-xxxx) 07-Mar-2013 09:30:18 - DEBUG :: Thread-13 : 0. Bracket Word: doctor who - classics v4 05 07-Mar-2013 09:30:18 - DEBUG :: Thread-13 : Comic: doctor who - classics v4 05 07-Mar-2013 09:30:18 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:18 - DEBUG :: Thread-13 : 1. Bracket Word: 2011 07-Mar-2013 09:30:18 - DEBUG :: Thread-13 : year detected: 2011 07-Mar-2013 09:30:18 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:18 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:18 - DEBUG :: Thread-13 : 3. Bracket Word: 7th doctor 07-Mar-2013 09:30:18 - DEBUG :: Thread-13 : 5. Bracket Word: minutemen-xxxx 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : checking search result: Doctor Who 5(c2c)(2013)(Re-em-Novus) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Entry: Doctor Who 5(c2c)(2013)(Re-em-Novus) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Cleantitle: doctor who 5(c2c)(2013)(re-em-novus) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 0. Bracket Word: doctor who 5 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Comic: doctor who 5 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 1. Bracket Word: c2c 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2. Bracket Word: 2013 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : year detected: 2013 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 3. Bracket Word: re-em-novus 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : checking search result: Star Trek TNG Doctor Who Assimilation 5(c2c)(2 covers)(2012)(Re-em-DCP-HD) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Entry: Star Trek TNG Doctor Who Assimilation 5(c2c)(2 covers)(2012)(Re-em-DCP-HD) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Cleantitle: star trek tng doctor who assimilation 5(c2c)(2 covers)(2012)(re-em-dcp-hd) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 0. Bracket Word: star trek tng doctor who assimilation 5 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Comic: star trek tng doctor who assimilation 5 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 1. Bracket Word: c2c 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2. Bracket Word: 2 covers 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : covers detected: 2 covers 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 3. Bracket Word: 2012 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : year detected: 2012 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 4. Bracket Word: re-em-dcp-hd 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Scanner detected: re-em-dcp-hd 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : checking search result: Star Trek TNG Doctor Who Assimilation 5(c2c)(2 covers)(2012)(Re-em-DCP) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Entry: Star Trek TNG Doctor Who Assimilation 5(c2c)(2 covers)(2012)(Re-em-DCP) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Cleantitle: star trek tng doctor who assimilation 5(c2c)(2 covers)(2012)(re-em-dcp) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 0. Bracket Word: star trek tng doctor who assimilation 5 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Comic: star trek tng doctor who assimilation 5 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 1. Bracket Word: c2c 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2. Bracket Word: 2 covers 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : covers detected: 2 covers 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 3. Bracket Word: 2012 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : year detected: 2012 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 4. Bracket Word: re-em-dcp 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Scanner detected: re-em-dcp 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : checking search result: Doctor Who Classics V4 5(c2c)(2012)(Re-em-DCP) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Entry: Doctor Who Classics V4 5(c2c)(2012)(Re-em-DCP) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Cleantitle: doctor who classics v4 5(c2c)(2012)(re-em-dcp) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 0. Bracket Word: doctor who classics v4 5 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Comic: doctor who classics v4 5 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 1. Bracket Word: c2c 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2. Bracket Word: 2012 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : year detected: 2012 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 3. Bracket Word: re-em-dcp 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Scanner detected: re-em-dcp 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : checking search result: Doctor Who 5(c2c)(3 covers)(IDW Publishing)(2011)(YZ1) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Entry: Doctor Who 5(c2c)(3 covers)(IDW Publishing)(2011)(YZ1) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Cleantitle: doctor who 5(c2c)(3 covers)(idw publishing)(2011)(yz1) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 0. Bracket Word: doctor who 5 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Comic: doctor who 5 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 1. Bracket Word: c2c 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2. Bracket Word: 3 covers 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : covers detected: 3 covers 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 3. Bracket Word: idw publishing 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 4. Bracket Word: 2011 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : year detected: 2011 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 5. Bracket Word: yz1 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : couldn't find a matching comic 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : mylar.newznab:True 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : newznab_hosts:[(u'https://index.nzbgeek.info/', u'XXXX', True)] 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : newznab_enabled:True 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : mylar.EXTRA_NEWZNABS:[(u'http://spotweb/', u'XXXXX', u'1')] 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : newznab hosts:(u'http://spotweb/', u'XXXXX', u'1') 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : there are : 5 search providers you have selected. 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Usenet Retention : 1500 days 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : using newznab_host: (u'https://index.nzbgeek.info/', u'XXXXX', True) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : using Newznab host of : https://index.nzbgeek.info/ 07-Mar-2013 09:30:19 - INFO :: Thread-13 : Shhh be very quiet...I'm looking for Doctor Who issue: 6.00(2009) using newznab 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : IssueNumber: 6.00 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : ..before decimal: 6 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : ...after decimal: 00 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : let's search with this issue value: 6 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : int.issue :6000 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : int.issue_b4: 6 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : int.issue_dec: 0 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : search-url: https://index.nzbgeek.info//api?t=search&q=Doctor%20Who%20006%20&apikey=XXXXX&o=xml&cat=7030 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : checking search result: 107/145 Star Trek The Next Generation Doctor Who Assimilation 006(2012)(Digital)(Tyrant Lizard King-EMPIRE) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Entry: 107/145 Star Trek The Next Generation Doctor Who Assimilation 006(2012)(Digital)(Tyrant Lizard King-EMPIRE) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Cleantitle: 107 145 star trek the next generation doctor who assimilation 006(2012)(digital)(tyrant lizard king-empire) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 0. Bracket Word: 107 145 star trek the next generation doctor who assimilation 006 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Comic: 107 145 star trek the next generation doctor who assimilation 006 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 1. Bracket Word: 2012 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : year detected: 2012 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2. Bracket Word: digital 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : digital edition detected 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 3. Bracket Word: tyrant lizard king-empire 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Scanner detected: tyrant lizard king-empire 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : search-url: https://index.nzbgeek.info///api?t=search&q=Doctor%20Who%2006%20&apikey=XXXXX&o=xml&cat=7030 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : checking search result: 107/145 Star Trek The Next Generation Doctor Who Assimilation 006(2012)(Digital)(Tyrant Lizard King-EMPIRE) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Entry: 107/145 Star Trek The Next Generation Doctor Who Assimilation 006(2012)(Digital)(Tyrant Lizard King-EMPIRE) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Cleantitle: 107 145 star trek the next generation doctor who assimilation 006(2012)(digital)(tyrant lizard king-empire) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 0. Bracket Word: 107 145 star trek the next generation doctor who assimilation 006 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Comic: 107 145 star trek the next generation doctor who assimilation 006 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 1. Bracket Word: 2012 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : year detected: 2012 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2. Bracket Word: digital 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : digital edition detected 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 3. Bracket Word: tyrant lizard king-empire 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Scanner detected: tyrant lizard king-empire 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : checking search result: 106/145 Star Trek TNG Doctor Who Assimilation 6(2 covers)(2012)(Re-em-DCP-HD) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Entry: 106/145 Star Trek TNG Doctor Who Assimilation 6(2 covers)(2012)(Re-em-DCP-HD) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Cleantitle: 106 145 star trek tng doctor who assimilation 6(2 covers)(2012)(re-em-dcp-hd) 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 0. Bracket Word: 106 145 star trek tng doctor who assimilation 6 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Comic: 106 145 star trek tng doctor who assimilation 6 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 1. Bracket Word: 2 covers 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : covers detected: 2 covers 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2. Bracket Word: 2012 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : year detected: 2012 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : 3. Bracket Word: re-em-dcp-hd 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : Scanner detected: re-em-dcp-hd 07-Mar-2013 09:30:19 - DEBUG :: Thread-13 : search-url: https://index.nzbgeek.info////api?t=search&q=Doctor%20Who%206%20&apikey=XXXXX&o=xml&cat=7030 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : checking search result: 107/145 Star Trek The Next Generation Doctor Who Assimilation 006(2012)(Digital)(Tyrant Lizard King-EMPIRE) 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : Entry: 107/145 Star Trek The Next Generation Doctor Who Assimilation 006(2012)(Digital)(Tyrant Lizard King-EMPIRE) 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : Cleantitle: 107 145 star trek the next generation doctor who assimilation 006(2012)(digital)(tyrant lizard king-empire) 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 0. Bracket Word: 107 145 star trek the next generation doctor who assimilation 006 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : Comic: 107 145 star trek the next generation doctor who assimilation 006 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 1. Bracket Word: 2012 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : year detected: 2012 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 2. Bracket Word: digital 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : digital edition detected 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 3. Bracket Word: tyrant lizard king-empire 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : Scanner detected: tyrant lizard king-empire 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : checking search result: 106/145 Star Trek TNG Doctor Who Assimilation 6(2 covers)(2012)(Re-em-DCP-HD) 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : Entry: 106/145 Star Trek TNG Doctor Who Assimilation 6(2 covers)(2012)(Re-em-DCP-HD) 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : Cleantitle: 106 145 star trek tng doctor who assimilation 6(2 covers)(2012)(re-em-dcp-hd) 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 0. Bracket Word: 106 145 star trek tng doctor who assimilation 6 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : Comic: 106 145 star trek tng doctor who assimilation 6 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 1. Bracket Word: 2 covers 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : covers detected: 2 covers 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 2. Bracket Word: 2012 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : year detected: 2012 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 3. Bracket Word: re-em-dcp-hd 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : Scanner detected: re-em-dcp-hd 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : checking search result: 105/145 Star Trek TNG Doctor Who Assimilation 6(2 covers)(2012)(Re-em-DCP) 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : Entry: 105/145 Star Trek TNG Doctor Who Assimilation 6(2 covers)(2012)(Re-em-DCP) 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : Cleantitle: 105 145 star trek tng doctor who assimilation 6(2 covers)(2012)(re-em-dcp) 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 0. Bracket Word: 105 145 star trek tng doctor who assimilation 6 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : Comic: 105 145 star trek tng doctor who assimilation 6 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 1. Bracket Word: 2 covers 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : covers detected: 2 covers 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 2. Bracket Word: 2012 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : year detected: 2012 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 3. Bracket Word: re-em-dcp 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : Scanner detected: re-em-dcp 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : using newznab_host: (u'http://spotweb/', u'XXXXX', u'1') 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : using Newznab host of : http://spotweb/ 07-Mar-2013 09:30:20 - INFO :: Thread-13 : Shhh be very quiet...I'm looking for Doctor Who issue: 6.00(2009) using newznab 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : IssueNumber: 6.00 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : ..before decimal: 6 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : ...after decimal: 00 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : let's search with this issue value: 6 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : int.issue :6000 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : int.issue_b4: 6 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : int.issue_dec: 0 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : search-url: http://spotweb//api?t=search&q=Doctor%20Who%20006%20&apikey=XXXXX&o=xml&cat=7030 07-Mar-2013 09:30:20 - WARNING :: Thread-13 : Error fetching data from newznab: HTTP Error 404: Not Found 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : search-url: http://spotweb///api?t=search&q=Doctor%20Who%2006%20&apikey=XXXXX&o=xml&cat=7030 07-Mar-2013 09:30:20 - WARNING :: Thread-13 : Error fetching data from newznab: HTTP Error 404: Not Found 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : search-url: http://spotweb////api?t=search&q=Doctor%20Who%206%20&apikey=XXXXX&o=xml&cat=7030 07-Mar-2013 09:30:20 - WARNING :: Thread-13 : Error fetching data from newznab: HTTP Error 404: Not Found 07-Mar-2013 09:30:20 - INFO :: Thread-13 : More than one search provider given - trying next one. 07-Mar-2013 09:30:20 - INFO :: Thread-13 : Shhh be very quiet...I'm looking for Doctor Who issue: 6.00(2009) using nzbx 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : IssueNumber: 6.00 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : ..before decimal: 6 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : ...after decimal: 00 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : let's search with this issue value: 6 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : int.issue :6000 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : int.issue_b4: 6 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : int.issue_dec: 0 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : Parsing results from nzbx.co 07-Mar-2013 09:30:20 - INFO :: Thread-13 : No results found from nzbx.co 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : Parsing results from nzbx.co 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : checking search result: Doctor Who - 06 - Das Kind von den Sternen 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : Entry: Doctor Who - 06 - Das Kind von den Sternen 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : Cleantitle: doctor who - 06 - das kind von den sternen 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 0. Bracket Word: abcdefghijk 0 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : Comic: abcdefghijk 0 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 1. Bracket Word: 1901 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : year detected: 1901 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 2. Bracket Word: .cbz 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : checking search result: 06/15 " "Doctor Who 2(c2c)(2 covers)(2012)(Re-em-Novus) 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : Entry: 06/15 " "Doctor Who 2(c2c)(2 covers)(2012)(Re-em-Novus) 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : Cleantitle: 06 15 doctor who 2(c2c)(2 covers)(2012)(re-em-novus) 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 0. Bracket Word: 06 15 doctor who 2 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : Comic: 06 15 doctor who 2 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 1. Bracket Word: c2c 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 2. Bracket Word: 2 covers 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : covers detected: 2 covers 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 3. Bracket Word: 2012 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : year detected: 2012 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : 4. Bracket Word: re-em-novus 07-Mar-2013 09:30:20 - DEBUG :: Thread-13 : Parsing results from nzbx.co 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : checking search result: Doctor.Who.S11E05.Planet.Of.The.Spiders.Part.6.DVDRip.XviD-aAF 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Entry: Doctor.Who.S11E05.Planet.Of.The.Spiders.Part.6.DVDRip.XviD-aAF 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Cleantitle: doctor who s11e05 planet of the spiders part 6 dvdrip xvid-aaf 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 0. Bracket Word: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Comic: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 1. Bracket Word: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : year detected: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2. Bracket Word: .cbz 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : checking search result: Doctor.Who.S16E06.The.Armageddon.Factor.Part.6.DVDRip.XviD-aAF 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Entry: Doctor.Who.S16E06.The.Armageddon.Factor.Part.6.DVDRip.XviD-aAF 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Cleantitle: doctor who s16e06 the armageddon factor part 6 dvdrip xvid-aaf 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 0. Bracket Word: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Comic: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 1. Bracket Word: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : year detected: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2. Bracket Word: .cbz 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : checking search result: Doctor.Who.S10E04.Planet.Of.The.Daleks.Part.6.DVDRip.XviD-aAF 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Entry: Doctor.Who.S10E04.Planet.Of.The.Daleks.Part.6.DVDRip.XviD-aAF 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Cleantitle: doctor who s10e04 planet of the daleks part 6 dvdrip xvid-aaf 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 0. Bracket Word: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Comic: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 1. Bracket Word: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : year detected: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2. Bracket Word: .cbz 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : checking search result: Doctor.Who.S10E03.Frontier.In.Space.Part.6.DVDRip.XviD-aAF 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Entry: Doctor.Who.S10E03.Frontier.In.Space.Part.6.DVDRip.XviD-aAF 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Cleantitle: doctor who s10e03 frontier in space part 6 dvdrip xvid-aaf 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 0. Bracket Word: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Comic: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 1. Bracket Word: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : year detected: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2. Bracket Word: .cbz 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : checking search result: Doctor.Who.S09E05.The.Time.Monsters.Part.6.DVDRip.XviD-aAF 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Entry: Doctor.Who.S09E05.The.Time.Monsters.Part.6.DVDRip.XviD-aAF 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Cleantitle: doctor who s09e05 the time monsters part 6 dvdrip xvid-aaf 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 0. Bracket Word: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Comic: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 1. Bracket Word: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : year detected: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2. Bracket Word: .cbz 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : checking search result: Doctor.Who.S09E04.The.Mutants.Part.6.DVDRip.XviD-aAF 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Entry: Doctor.Who.S09E04.The.Mutants.Part.6.DVDRip.XviD-aAF 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Cleantitle: doctor who s09e04 the mutants part 6 dvdrip xvid-aaf 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 0. Bracket Word: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Comic: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 1. Bracket Word: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : year detected: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2. Bracket Word: .cbz 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : checking search result: Doctor.Who.S23E01.The.Trial.Of.A.Time.Lord.Part.6.DVDRip.XviD-aAF 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Entry: Doctor.Who.S23E01.The.Trial.Of.A.Time.Lord.Part.6.DVDRip.XviD-aAF 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Cleantitle: doctor who s23e01 the trial of a time lord part 6 dvdrip xvid-aaf 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 0. Bracket Word: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Comic: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 1. Bracket Word: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : year detected: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2. Bracket Word: .cbz 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : checking search result: Doctor.Who.S15E06.The.Invasion.Of.Time.Part.6.PROPER.DVDrip.XviD-SAiNTS 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Entry: Doctor.Who.S15E06.The.Invasion.Of.Time.Part.6.PROPER.DVDrip.XviD-SAiNTS 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Cleantitle: doctor who s15e06 the invasion of time part 6 proper dvdrip xvid-saints 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 0. Bracket Word: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Comic: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 1. Bracket Word: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : year detected: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2. Bracket Word: .cbz 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : checking search result: Doctor.Who.S01E02.The.Daleks.Part.6.DVDRip.XviD-SAiNTS 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Entry: Doctor.Who.S01E02.The.Daleks.Part.6.DVDRip.XviD-SAiNTS 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Cleantitle: doctor who s01e02 the daleks part 6 dvdrip xvid-saints 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 0. Bracket Word: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Comic: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 1. Bracket Word: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : year detected: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2. Bracket Word: .cbz 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : checking search result: Doctor.Who.S07E04.Inferno.Part.6.DVDRip.XviD-aAF 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Entry: Doctor.Who.S07E04.Inferno.Part.6.DVDRip.XviD-aAF 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Cleantitle: doctor who s07e04 inferno part 6 dvdrip xvid-aaf 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 0. Bracket Word: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Comic: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 1. Bracket Word: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : year detected: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2. Bracket Word: .cbz 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : checking search result: Doctor.Who.S02E08.The.Chase.Part.6.DVDRip.XviD-aAF 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Entry: Doctor.Who.S02E08.The.Chase.Part.6.DVDRip.XviD-aAF 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Cleantitle: doctor who s02e08 the chase part 6 dvdrip xvid-aaf 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 0. Bracket Word: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Comic: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 1. Bracket Word: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : year detected: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2. Bracket Word: .cbz 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : checking search result: Doctor.Who.S11E20.The.Monster.of.Peladon.Part.6.DVDrip.XviD-AVCDVD 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Entry: Doctor.Who.S11E20.The.Monster.of.Peladon.Part.6.DVDrip.XviD-AVCDVD 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Cleantitle: doctor who s11e20 the monster of peladon part 6 dvdrip xvid-avcdvd 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 0. Bracket Word: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Comic: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 1. Bracket Word: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : year detected: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2. Bracket Word: .cbz 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : checking search result: Doctor.Who.S01E05.The.Keys.Of.Marinus.Part.6.DVDRip.XviD-aAF 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Entry: Doctor.Who.S01E05.The.Keys.Of.Marinus.Part.6.DVDRip.XviD-aAF 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Cleantitle: doctor who s01e05 the keys of marinus part 6 dvdrip xvid-aaf 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 0. Bracket Word: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Comic: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 1. Bracket Word: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : year detected: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2. Bracket Word: .cbz 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : checking search result: Doctor.Who.Dreamland.Part.6.WS.PDTV.XviD-SFM 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Entry: Doctor.Who.Dreamland.Part.6.WS.PDTV.XviD-SFM 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Cleantitle: doctor who dreamland part 6 ws pdtv xvid-sfm 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 0. Bracket Word: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Comic: abcdefghijk 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 1. Bracket Word: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : year detected: 1901 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2. Bracket Word: .cbz 07-Mar-2013 09:30:21 - INFO :: Thread-13 : More than one search provider given - trying next one. 07-Mar-2013 09:30:21 - INFO :: Thread-13 : Shhh be very quiet...I'm looking for Doctor Who issue: 6.00(2009) using nzb.su 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : IssueNumber: 6.00 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : ..before decimal: 6 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : ...after decimal: 00 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : let's search with this issue value: 6 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : int.issue :6000 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : int.issue_b4: 6 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : int.issue_dec: 0 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : checking search result: 107/145 Star Trek The Next Generation Doctor Who Assimilation 006(2012)(Digital)(Tyrant Lizard King-EMPIRE) 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Entry: 107/145 Star Trek The Next Generation Doctor Who Assimilation 006(2012)(Digital)(Tyrant Lizard King-EMPIRE) 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Cleantitle: 107 145 star trek the next generation doctor who assimilation 006(2012)(digital)(tyrant lizard king-empire) 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 0. Bracket Word: 107 145 star trek the next generation doctor who assimilation 006 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Comic: 107 145 star trek the next generation doctor who assimilation 006 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 1. Bracket Word: 2012 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : year detected: 2012 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2. Bracket Word: digital 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : digital edition detected 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 3. Bracket Word: tyrant lizard king-empire 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Scanner detected: tyrant lizard king-empire 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : checking search result: Star Trek The Next Generation Doctor Who Assimilation 006(2012)(Digital)(Tyrant Lizard King-EMPIRE) 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Entry: Star Trek The Next Generation Doctor Who Assimilation 006(2012)(Digital)(Tyrant Lizard King-EMPIRE) 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Cleantitle: star trek the next generation doctor who assimilation 006(2012)(digital)(tyrant lizard king-empire) 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 0. Bracket Word: star trek the next generation doctor who assimilation 006 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Comic: star trek the next generation doctor who assimilation 006 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 1. Bracket Word: 2012 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : year detected: 2012 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2. Bracket Word: digital 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : digital edition detected 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 3. Bracket Word: tyrant lizard king-empire 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Scanner detected: tyrant lizard king-empire 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : checking search result: Doctor Who v2 006 (2011) (3 covers) (digital) (NeverAngel-Empire) 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Entry: Doctor Who v2 006 (2011) (3 covers) (digital) (NeverAngel-Empire) 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Cleantitle: doctor who v2 006 (2011) (3 covers) (digital) (neverangel-empire) 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 0. Bracket Word: doctor who v2 006 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Comic: doctor who v2 006 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 1. Bracket Word: 2011 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : year detected: 2011 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 3. Bracket Word: 3 covers 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : covers detected: 3 covers 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 5. Bracket Word: digital 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : digital edition detected 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : 7. Bracket Word: neverangel-empire 07-Mar-2013 09:30:21 - DEBUG :: Thread-13 : Scanner detected: neverangel-empire 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : checking search result: 06/15 Doctor Who 2(c2c)(2 covers)(2012)(Re-em-Novus) 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : Entry: 06/15 Doctor Who 2(c2c)(2 covers)(2012)(Re-em-Novus) 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : Cleantitle: 06 15 doctor who 2(c2c)(2 covers)(2012)(re-em-novus) 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : 0. Bracket Word: 06 15 doctor who 2 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : Comic: 06 15 doctor who 2 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : 1. Bracket Word: c2c 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : 2. Bracket Word: 2 covers 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : covers detected: 2 covers 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : 3. Bracket Word: 2012 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : year detected: 2012 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : 4. Bracket Word: re-em-novus 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : checking search result: Doctor Who 06 (2011) (three covers) (Minutemen-DTs) 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : Entry: Doctor Who 06 (2011) (three covers) (Minutemen-DTs) 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : Cleantitle: doctor who 06 (2011) (three covers) (minutemen-dts) 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : 0. Bracket Word: doctor who 06 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : Comic: doctor who 06 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : 1. Bracket Word: 2011 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : year detected: 2011 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : 3. Bracket Word: three covers 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : covers detected: three covers 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : 5. Bracket Word: minutemen-dts 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : checking search result: Doctor Who 06 (2011) (IDW) 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : Entry: Doctor Who 06 (2011) (IDW) 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : Cleantitle: doctor who 06 (2011) (idw) 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : 0. Bracket Word: doctor who 06 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : Comic: doctor who 06 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : 1. Bracket Word: 2011 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : year detected: 2011 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:22 - DEBUG :: Thread-13 : 3. Bracket Word: idw 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : checking search result: 106/145 Star Trek TNG Doctor Who Assimilation 6(2 covers)(2012)(Re-em-DCP-HD) 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Entry: 106/145 Star Trek TNG Doctor Who Assimilation 6(2 covers)(2012)(Re-em-DCP-HD) 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Cleantitle: 106 145 star trek tng doctor who assimilation 6(2 covers)(2012)(re-em-dcp-hd) 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 0. Bracket Word: 106 145 star trek tng doctor who assimilation 6 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Comic: 106 145 star trek tng doctor who assimilation 6 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 1. Bracket Word: 2 covers 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : covers detected: 2 covers 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 2. Bracket Word: 2012 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : year detected: 2012 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 3. Bracket Word: re-em-dcp-hd 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Scanner detected: re-em-dcp-hd 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : checking search result: 105/145 Star Trek TNG Doctor Who Assimilation 6(2 covers)(2012)(Re-em-DCP) 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Entry: 105/145 Star Trek TNG Doctor Who Assimilation 6(2 covers)(2012)(Re-em-DCP) 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Cleantitle: 105 145 star trek tng doctor who assimilation 6(2 covers)(2012)(re-em-dcp) 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 0. Bracket Word: 105 145 star trek tng doctor who assimilation 6 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Comic: 105 145 star trek tng doctor who assimilation 6 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 1. Bracket Word: 2 covers 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : covers detected: 2 covers 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 2. Bracket Word: 2012 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : year detected: 2012 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 3. Bracket Word: re-em-dcp 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Scanner detected: re-em-dcp 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : checking search result: 18/25 Star Trek TNG Doctor Who Assimilation 6(2 covers)(2012)(Re-em-DCP) 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Entry: 18/25 Star Trek TNG Doctor Who Assimilation 6(2 covers)(2012)(Re-em-DCP) 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Cleantitle: 18 25 star trek tng doctor who assimilation 6(2 covers)(2012)(re-em-dcp) 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 0. Bracket Word: 18 25 star trek tng doctor who assimilation 6 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Comic: 18 25 star trek tng doctor who assimilation 6 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 1. Bracket Word: 2 covers 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : covers detected: 2 covers 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 2. Bracket Word: 2012 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : year detected: 2012 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 3. Bracket Word: re-em-dcp 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Scanner detected: re-em-dcp 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : checking search result: Star Trek TNG Doctor Who Assimilation 6(2 covers)(2012)(Re-em-DCP-HD) 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Entry: Star Trek TNG Doctor Who Assimilation 6(2 covers)(2012)(Re-em-DCP-HD) 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Cleantitle: star trek tng doctor who assimilation 6(2 covers)(2012)(re-em-dcp-hd) 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 0. Bracket Word: star trek tng doctor who assimilation 6 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Comic: star trek tng doctor who assimilation 6 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 1. Bracket Word: 2 covers 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : covers detected: 2 covers 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 2. Bracket Word: 2012 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : year detected: 2012 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 3. Bracket Word: re-em-dcp-hd 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Scanner detected: re-em-dcp-hd 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : checking search result: Star Trek TNG Doctor Who Assimilation 6(2 covers)(2012)(Re-em-DCP) 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Entry: Star Trek TNG Doctor Who Assimilation 6(2 covers)(2012)(Re-em-DCP) 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Cleantitle: star trek tng doctor who assimilation 6(2 covers)(2012)(re-em-dcp) 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 0. Bracket Word: star trek tng doctor who assimilation 6 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Comic: star trek tng doctor who assimilation 6 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 1. Bracket Word: 2 covers 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : covers detected: 2 covers 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 2. Bracket Word: 2012 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : year detected: 2012 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 3. Bracket Word: re-em-dcp 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Scanner detected: re-em-dcp 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : checking search result: Doctor Who Classics V4 6(c2c)(2012)(Re-em-DCP) 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Entry: Doctor Who Classics V4 6(c2c)(2012)(Re-em-DCP) 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Cleantitle: doctor who classics v4 6(c2c)(2012)(re-em-dcp) 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 0. Bracket Word: doctor who classics v4 6 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Comic: doctor who classics v4 6 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 1. Bracket Word: c2c 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 2. Bracket Word: 2012 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : year detected: 2012 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 2009 - not right - years do not match 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 2009 - not the right year. 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : 3. Bracket Word: re-em-dcp 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Scanner detected: re-em-dcp 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : couldn't find a matching comic 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : mylar.newznab:True 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : newznab_hosts:[(u'https://index.nzbgeek.info/', u'XXXXX', True)] 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : newznab_enabled:True 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : mylar.EXTRA_NEWZNABS:[(u'http://spotweb/', u'XXXXX', u'1')] 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : newznab hosts:(u'http://spotweb/', u'XXXXX', u'1') 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : there are : 5 search providers you have selected. 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : Usenet Retention : 1500 days 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : using newznab_host: (u'https://index.nzbgeek.info/', u'XXXXX', True) 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : using Newznab host of : https://index.nzbgeek.info/ 07-Mar-2013 09:30:23 - INFO :: Thread-13 : Shhh be very quiet...I'm looking for Doctor Who issue: 7.00(2010) using newznab 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : IssueNumber: 7.00 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : ..before decimal: 7 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : ...after decimal: 00 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : let's search with this issue value: 7 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : int.issue :7000 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : int.issue_b4: 7 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : int.issue_dec: 0 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : search-url: https://index.nzbgeek.info//api?t=search&q=Doctor%20Who%20007%20&apikey=XXXXX&o=xml&cat=7030 07-Mar-2013 09:30:23 - DEBUG :: Thread-13 : search-url: https://index.nzbgeek.info///api?t=search&q=Doctor%20Who%2007%20&apikey=XXXXX&o=xml&cat=7030 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : checking search result: 107/145 Star Trek The Next Generation Doctor Who Assimilation 006(2012)(Digital)(Tyrant Lizard King-EMPIRE) 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : Entry: 107/145 Star Trek The Next Generation Doctor Who Assimilation 006(2012)(Digital)(Tyrant Lizard King-EMPIRE) 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : Cleantitle: 107 145 star trek the next generation doctor who assimilation 006(2012)(digital)(tyrant lizard king-empire) 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : 0. Bracket Word: 107 145 star trek the next generation doctor who assimilation 006 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : Comic: 107 145 star trek the next generation doctor who assimilation 006 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : 1. Bracket Word: 2012 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : year detected: 2012 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : 2010 - not right - years do not match 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : 2. Bracket Word: digital 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : digital edition detected 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : 3. Bracket Word: tyrant lizard king-empire 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : Scanner detected: tyrant lizard king-empire 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : search-url: https://index.nzbgeek.info////api?t=search&q=Doctor%20Who%207%20&apikey=XXXXX&o=xml&cat=7030 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : checking search result: 107/145 Star Trek The Next Generation Doctor Who Assimilation 006(2012)(Digital)(Tyrant Lizard King-EMPIRE) 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : Entry: 107/145 Star Trek The Next Generation Doctor Who Assimilation 006(2012)(Digital)(Tyrant Lizard King-EMPIRE) 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : Cleantitle: 107 145 star trek the next generation doctor who assimilation 006(2012)(digital)(tyrant lizard king-empire) 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : 0. Bracket Word: 107 145 star trek the next generation doctor who assimilation 006 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : Comic: 107 145 star trek the next generation doctor who assimilation 006 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : 1. Bracket Word: 2012 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : year detected: 2012 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : 2010 - not right - years do not match 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : 2. Bracket Word: digital 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : digital edition detected 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : 3. Bracket Word: tyrant lizard king-empire 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : Scanner detected: tyrant lizard king-empire 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : using newznab_host: (u'http://spotweb/', u'XXXXX', u'1') 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : using Newznab host of : http://spotweb/ 07-Mar-2013 09:30:24 - INFO :: Thread-13 : Shhh be very quiet...I'm looking for Doctor Who issue: 7.00(2010) using newznab 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : IssueNumber: 7.00 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : ..before decimal: 7 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : ...after decimal: 00 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : let's search with this issue value: 7 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : int.issue :7000 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : int.issue_b4: 7 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : int.issue_dec: 0 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : search-url: http://spotweb//api?t=search&q=Doctor%20Who%20007%20&apikey=XXXXX&o=xml&cat=7030 07-Mar-2013 09:30:24 - WARNING :: Thread-13 : Error fetching data from newznab: HTTP Error 404: Not Found 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : search-url: http://spotweb///api?t=search&q=Doctor%20Who%2007%20&apikey=XXXXX&o=xml&cat=7030 07-Mar-2013 09:30:24 - WARNING :: Thread-13 : Error fetching data from newznab: HTTP Error 404: Not Found 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : search-url: http://spotweb////api?t=search&q=Doctor%20Who%207%20&apikey=XXXXX&o=xml&cat=7030 07-Mar-2013 09:30:24 - WARNING :: Thread-13 : Error fetching data from newznab: HTTP Error 404: Not Found 07-Mar-2013 09:30:24 - INFO :: Thread-13 : More than one search provider given - trying next one. 07-Mar-2013 09:30:24 - INFO :: Thread-13 : Shhh be very quiet...I'm looking for Doctor Who issue: 7.00(2010) using nzbx 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : IssueNumber: 7.00 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : ..before decimal: 7 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : ...after decimal: 00 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : let's search with this issue value: 7 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : int.issue :7000 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : int.issue_b4: 7 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : int.issue_dec: 0 07-Mar-2013 09:30:24 - DEBUG :: Thread-13 : Parsing results from nzbx.co 07-Mar-2013 09:30:25 - DEBUG :: Thread-13 : checking search result: Star Trek The Next Generation Doctor Who Assimilation 007(2012)(Digital)(Tyrant Liz 07-Mar-2013 09:30:25 - DEBUG :: Thread-13 : Entry: Star Trek The Next Generation Doctor Who Assimilation 007(2012)(Digital)(Tyrant Liz 07-Mar-2013 09:30:25 - DEBUG :: Thread-13 : Cleantitle: star trek the next generation doctor who assimilation 007(2012)(digital)(tyrant liz 07-Mar-2013 09:30:25 - DEBUG :: Thread-13 : 0. Bracket Word: star trek the next generation doctor who assimilation 007 07-Mar-2013 09:30:25 - DEBUG :: Thread-13 : Comic: star trek the next generation doctor who assimilation 007 07-Mar-2013 09:30:25 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:25 - DEBUG :: Thread-13 : 1. Bracket Word: 2012 07-Mar-2013 09:30:25 - DEBUG :: Thread-13 : year detected: 2012 07-Mar-2013 09:30:25 - DEBUG :: Thread-13 : 2010 - not right - years do not match 07-Mar-2013 09:30:25 - DEBUG :: Thread-13 : 2. Bracket Word: digital 07-Mar-2013 09:30:25 - DEBUG :: Thread-13 : digital edition detected 07-Mar-2013 09:30:25 - DEBUG :: Thread-13 : 3. Bracket Word: tyrant liz 07-Mar-2013 09:30:25 - DEBUG :: Thread-13 : Parsing results from nzbx.co 07-Mar-2013 09:30:26 - DEBUG :: Thread-13 : checking search result: 07/15 " "Doctor Who 2(c2c)(2 covers)(2012)(Re-em-Novus-HD) 07-Mar-2013 09:30:26 - DEBUG :: Thread-13 : Entry: 07/15 " "Doctor Who 2(c2c)(2 covers)(2012)(Re-em-Novus-HD) 07-Mar-2013 09:30:26 - DEBUG :: Thread-13 : Cleantitle: 07 15 doctor who 2(c2c)(2 covers)(2012)(re-em-novus-hd) 07-Mar-2013 09:30:26 - DEBUG :: Thread-13 : 0. Bracket Word: 07 15 doctor who 2 07-Mar-2013 09:30:26 - DEBUG :: Thread-13 : Comic: 07 15 doctor who 2 07-Mar-2013 09:30:26 - DEBUG :: Thread-13 : UseFuzzy is : None 07-Mar-2013 09:30:26 - DEBUG :: Thread-13 : 1. Bracket Word: c2c 07-Mar-2013 09:30:26 - DEBUG :: Thread-13 : 2. Bracket Word: 2 covers 07-Mar-2013 09:30:26 - DEBUG :: Thread-13 : covers detected: 2 covers 07-Mar-2013 09:30:26 - DEBUG :: Thread-13 : 3. Bracket Word: 2012 07-Mar-2013 09:30:26 - DEBUG :: Thre

Camelrider2013 commented 11 years ago

Hi Alex

not solving the problem but your log shows your apikey and that could be abused - i would recommend to edit your post above and delete the apikeys

all the best Camelrider

ajw107 commented 11 years ago

Yikes, forgot to remove them, will do and thank you. Alex

On 07/03/2013 12:57, Camelrider2013 wrote:

Hi Alex

not solving the problem but your log shows your apikey and that could be abused - i would recommend to edit your post above and delete the apikeys

all the best Camelrider

— Reply to this email directly or view it on GitHub https://github.com/evilhero/mylar/issues/251#issuecomment-14559081.

evilhero commented 11 years ago

Ok I see what the problem is in the log...its trying to write the square symbol into the custom_exceptions. csv file and can't because its not a normal ascii character. Should be easy enough to fix..give me a few hours (and i'll do some other testing that might hang it up too). Also the comicvine id and comics.org (gcd) id are always different. It has to be the gcdid because you're basically telling Mylar to force through a match and direct it to that series page on comics.org.

evilhero commented 11 years ago

Wow that's nasty...I got it working - had to convert a whole whack of stuff cause of the unicode, which causes problems later on. I think I got all of it, but I'm having to go through line-by-line each module to remove the str so it'll display properly on the pages.

ajw107 commented 11 years ago

Oh god, I'm so sorry for causing you so many problems, but honestly thank you so much for doing this, very much appreciated. Alex On 08/03/2013 01:16, evilhero wrote:

Wow that's nasty...I got it working - had to convert a whole whack of stuff cause of the unicode, which causes problems later on. I think I got all of it, but I'm having to go through line-by-line each module to remove the str so it'll display properly on the pages.

— Reply to this email directly or view it on GitHub https://github.com/evilhero/mylar/issues/251#issuecomment-14597313.

evilhero commented 11 years ago

It's no problem - I mean, I've seen the error come up now in several different cases and I knew it was gonna have to get done. When I started programming Mylar I didn't know (or at that point even care) about the whole unicode thing and figured I'd deal with it when it became an issue. It didn't take that long to do (a hr or two sitting in Tim Horton's restaurant with a cup of coffee) ... if you happen to come across any more unicode errors like you did, please let me know and I can fix it so that it'll all be inline (hopefully)

ajw107 commented 11 years ago

You know what, you are wonderful. Thank you so much. The Unicode problem is something that is a problem for Couchpotato too, but it never seems to get fixed, he he, so incredibly appreciate it. I would marry you, but probably a slightly OTT, he he. By the way, what is Tim Horton's Restaurant? Is this an American thing (sorry, I'm UK)? Alex

On 08/03/2013 08:37, evilhero wrote:

It's no problem - I mean, I've seen the error come up now in several different cases and I knew it was gonna have to get done. When I started programming Mylar I didn't know (or at that point even care) about the whole unicode thing and figured I'd deal with it when it became an issue. It didn't take that long to do (a hr or two sitting in Tim Horton's restaurant with a cup of coffee) ... if you happen to come across any more unicode errors like you did, please let me know and I can fix it so that it'll all be inline (hopefully)

— Reply to this email directly or view it on GitHub https://github.com/evilhero/mylar/issues/251#issuecomment-14609357.

evilhero commented 11 years ago

Tim Hortons is a coffee shop with hundreds of locations throughout Canada - best coffee ever. Nothing beats programming with a cup of good java and listening to music in a Tims with some timbits ( basically the donut hole removed ). I'm glad the unicode thing is working, hopefully it won't error out later on in the process for ya.

WhiteNoseThunderPants commented 11 years ago

I don't know if I should be adding to this comment or creating a new one, but it is related. When I attempt to add the following comics, I get the ascii error like below:

500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last): File "/opt/mylar/cherrypy/_cprequest.py", line 645, in respond response.body = self.handler() File "/opt/mylar/cherrypy/lib/encoding.py", line 188, in call self.body = self.oldhandler(_args, _kwargs) File "/opt/mylar/cherrypy/_cpdispatch.py", line 29, in call return self.callable(_self.args, _self.kwargs) File "/opt/mylar/mylar/webserve.py", line 172, in addComic loopie, cnt = parseit.ComChk(comicname, comicyear, comicpublisher, comicissues, comicid) File "/opt/mylar/mylar/parseit.py", line 674, in ComChk "ComicPublisher" : str(resultPublisher[n]), UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 10: ordinal not in range(128) Powered by CherryPy 3.2.0

I'm not sure what character it is talking about, but here are the comics with the comics.org link:

Archie ComicVine link: http://www.comicvine.com/archie/49-9628/ comics.org link: http://www.comics.org/series/10447/

There are several others of these types of comics that are giving the same or similar errors. Let me know what more info you may need.

I get this entry in my log, but nothing else related:

2013-03-18 14:17:23 INFO I couldn't find an exact match for Archie (1960) - gathering data for Error-Checking screen (this could take a minute)...

Obviously it does not take me to the Ultron Error Checker like it is trying to.

evilhero commented 11 years ago

Yep it's related - but also been fixed :)

That looks like you're using the Master branch. The fixes/improvements are in the development branch - I'd switch to that and you shouldn't get those issues any longer. At some point, I'll be merging into the Master, but there's some problems atm that is stopping me from doing so (to avoid more mass-confusion basically).

WhiteNoseThunderPants commented 11 years ago

Yes, I am on the Master, can I switch to the development branch with my current install? If so, how would I do that?

Is it as simple as running a git clone in the directory but point to the devel branch?

evilhero commented 11 years ago

You just need to do a 'git pull' from the mylar directory (make sure Mylar isn't running) then a 'git checkout development' ...start Mylar and it'll say on the first tab within the configuration what branch you're on.

WhiteNoseThunderPants commented 11 years ago

Thank you very much for that! It is working fine now.

Thank you for a great product & being so willing to help.