Nandaka / PixivUtil2

Download images from Pixiv and more!
http://nandaka.devnull.zone/
BSD 2-Clause "Simplified" License
2.4k stars 254 forks source link

Refuses to work for unknown reasons #17

Closed Darayavaush closed 11 years ago

Darayavaush commented 11 years ago

Sorry for the useless title, but I really can't express it any other way. After trying to download (this happens on all artist pages, by the way), the following stuff gets written (and nothing is downloaded):

2013-02-20 20:01:43,140 - PixivUtil20130128 - INFO - Processing Member Id: 941624 2013-02-20 20:01:43,140 - PixivUtil20130128 - INFO - Member Url: http://www.pixiv.net/member_illust.php?id=941624&p=1 2013-02-20 20:01:46,000 - PixivUtil20130128 - ERROR - Error at processing Artist Info: (<type 'exceptions.AttributeError'>, AttributeError("'NoneType' object has no attribute 'find'",), <traceback object at 0x02CCCE68>) 2013-02-20 20:01:46,000 - PixivUtil20130128 - ERROR - Error at processing Artist Info: 941624 Traceback (most recent call last): File "PixivUtil2.py", line 414, in processMember File "PixivModel.pyc", line 44, in init File "PixivModel.pyc", line 60, in ParseInfo AttributeError: 'NoneType' object has no attribute 'find' 2013-02-20 20:01:50,000 - PixivUtil20130128 - INFO - Member Url: http://www.pixiv.net/member_illust.php?id=941624&p=1 2013-02-20 20:01:52,953 - PixivUtil20130128 - ERROR - Error at processing Artist Info: (<type 'exceptions.AttributeError'>, AttributeError("'NoneType' object has no attribute 'find'",), <traceback object at 0x02E33FA8>) 2013-02-20 20:01:52,953 - PixivUtil20130128 - ERROR - Error at processing Artist Info: 941624 Traceback (most recent call last): File "PixivUtil2.py", line 414, in processMember File "PixivModel.pyc", line 44, in init File "PixivModel.pyc", line 60, in ParseInfo AttributeError: 'NoneType' object has no attribute 'find'

config.ini contents (nothing changed since it last worked): [Settings] proxyaddress = useproxy = False useragent = Mozilla/5.0 (X11; U; Unix i686; en-US; rv:1.9.0.1) Gecko/2008071615 Fedora/3.0.1-1.fc9 Firefox/3.0.1 debughttp = False userobots = True filenameformat = %member_token% (%member_id%)\%image_id% - %title% filenamemangaformat = %member_token% (%member_id%)\%image_id%.%page_index% - %title% timeout = 60 uselist = False processfromdb = True overwrite = False tagsseparator = , daylastupdated = 7 rootdirectory = S:\Downloads\Pixiv Downloader retry = 3 retrywait = 5 createdownloadlists = False downloadlistdirectory = . irfanviewpath = C:\Program Files\IrfanView startirfanview = False startirfanslide = False alwayscheckfilesize = False checkupdatedlimit = 0 downloadavatar = False createmangadir = False usetagsasdir = False useblacklisttags = False usesuppresstags = False tagslimit = -1 writeimageinfo = False

[Pixiv] numberofpage = 0 r18mode = False

[Authentication] username = --- password = --- cookie = --- usessl = False

Any help would be appreciated.

Nandaka commented 11 years ago

Usually this is because Pixiv changes their layout.

If you are using the source code/script version, try to get the latest from github. If you are using the binary/exe version, I'll upload it on the website on weekend.