(As asked, I repost here

)
Hi,
I've encountered some problems lately.
I can't update my active comics or find wanted comics.
Here's the DOS Windows text.
Do you have any ideas ?
Thx !
06-avr.-2013 09:02:19 - INFO :: MainThread : cache set to : D:\Mes Documents\Doc
uments\Dropbox\Apps\Mylar\cache
06-avr.-2013 09:02:19 - INFO :: MainThread : Checking to see if the database has
all tables....
06-avr.-2013 09:02:19 - INFO :: MainThread : Populating Base Exception listings
into Mylar....
06-avr.-2013 09:02:19 - INFO :: MainThread : Populating Custom Exception listing
s into Mylar....
06-avr.-2013 09:02:20 - INFO :: MainThread : Ensuring DB integrity - Removing al
l Erroneous Comics (ie. named None)
06-avr.-2013 09:02:20 - INFO :: MainThread : Retrieving latest version informati
on from github
06-avr.-2013 09:02:21 - INFO :: MainThread : Comparing currently installed versi
on with latest github version
06-avr.-2013 09:02:22 - INFO :: MainThread : Mylar is up to date
06-avr.-2013 09:02:23 - INFO :: MainThread : Starting Mylar on port: 8090
06-avr.-2013 09:02:23 - INFO :: MainThread : Checking for existance of Weekly Co
mic listing...
06-avr.-2013 09:02:23 - INFO :: Thread-12 : Weekly pull list present - checking
if it's up-to-date..
Exception in thread Thread-13:
Traceback (most recent call last):
File "C:\Python27\lib\threading.py", line 551, in __bootstrap_inner
self.run()
File "C:\Python27\lib\threading.py", line 504, in run
self.__target(*self.__args, **self.__kwargs)
File "D:\Mes Documents\Documents\Dropbox\Apps\Mylar\mylar\search.py", line 804
, in searchforissue
SeriesYear = comic['ComicYear']
TypeError: 'NoneType' object has no attribute '__getitem__'
06-avr.-2013 09:02:23 - INFO :: Thread-12 : No new pull-list available - will re
-check again in 24 hours.
06-avr.-2013 09:02:23 - INFO :: Thread-12 : Checking the Weekly Releases list fo
r comics I'm watching...
Exception in thread Thread-12:
Traceback (most recent call last):
File "C:\Python27\lib\threading.py", line 551, in __bootstrap_inner
self.run()
File "C:\Python27\lib\threading.py", line 504, in run
self.__target(*self.__args, **self.__kwargs)
File "D:\Mes Documents\Documents\Dropbox\Apps\Mylar\mylar\weeklypull.py", line
136, in pullit
pullitcheck()
File "D:\Mes Documents\Documents\Dropbox\Apps\Mylar\mylar\weeklypull.py", line
491, in pullitcheck
updater.upcoming_update(ComicID=ComicID, ComicName=ComicName, IssueNumber=Co
micIssue, IssueDate=ComicDate)
File "D:\Mes Documents\Documents\Dropbox\Apps\Mylar\mylar\updater.py", line 11
1, in upcoming_update
else: mylar.importer.addComictoDB(ComicID,mismatch,pullupd)
File "D:\Mes Documents\Documents\Dropbox\Apps\Mylar\mylar\importer.py", line 6
8, in addComictoDB
comic = cv.getComic(comicid,'comic')
File "D:\Mes Documents\Documents\Dropbox\Apps\Mylar\mylar\cv.py", line 61, in
getComic
if type == 'comic': return GetComicInfo(comicid,dom)
File "D:\Mes Documents\Documents\Dropbox\Apps\Mylar\mylar\cv.py", line 89, in
GetComicInfo
comic['ComicName'] = dom.getElementsByTagName('name')[trackcnt].firstChild.w
holeText
AttributeError: 'NoneType' object has no attribute 'wholeText'