Change Log for 20140926
- Fix Issue #44: process image to handle known image exception.
- Implement #43: write ugoira data to separate file.
- Fix Issue #47: Update manga parser.
Download link for pixiv downloader 20140926, source code in GitHub.
Donation Link on the side bar ==> 😀
everytime I download fanart which is manga-type, it always say “no image found”
Input: 2
Image ids: 46316782
Processing Image Id: 46316782
Title: ミナリンスキー撮影会
Tags : ラブライブ!, 南ことり, Wonder_zone, ミナリンスキー, (・8・)
Date : 2014-10-03 01:12:00
Mode : manga
Image ID (46316782): 1004 ‘No images found for: 46316782’
thanks, i hope you can fix this ASAP
Just noticed the new errors myself. The coding of the manga pages seems to have changed once again (the software apparently gets mangas like single pics) and i’ts unable to download some pics for some reason. Probably the site itself has the implementation of these changes in progress.
Another thing: at least with the 8 option, it parses pages like they are made of 40 images each! Yet I see only the usual 20 images per page. Some change that will be evident in a few hours?
Sorry for the string of replies byt I finally realized what happens, at least with option 8: there are no changes in Pixiv’s base layout, the software goes through each image twice! Also images that were skipped on a first passage, among many “file exist!”, are suddendly downloadable again.
I use the mobile app and it seems that whenever the site gets a update, the app breaks, single images failed to zoom and you can no longer tell the difference between a single image and a manga till you load the image up, they fixed the single image loading problem today.
======
Input: 2
Image ids: 46281969
Processing Image Id: 46281969
Title: ついぴくまとめ18
Tags : ついぴくまとめ
Date : 2014-10-01 02:42:00
Mode : manga
Image ID (46281969): 1004 ‘No images found for: 46281969’
PixivDownloader2 version 20140926
https://nandaka.wordpress.com/tag/pixiv-downloader/
====
seems pixiv updated someting,manga mode is no available…
yep, it seems like some changes on the site itself.
I think I will wait until the pixiv site stabilizes, maybe I’ll fix it on the weekend
Thank you very much!
Thank you very much~ ^^
Member Url: http://www.pixiv.net/member_illust.php?id=764&p=1
Traceback (most recent call last):
File “PixivUtil2.py”, line 427, in process_member
File “PixivModel.pyc”, line 46, in __init__
File “PixivModel.pyc”, line 93, in ParseImages
AttributeError: ‘NoneType’ object has no attribute ‘ul’
Error at process_member(): (, AttributeError(”
‘NoneType’ object has no attribute ‘ul'”,), )
Dumping html to: Error page for member 764.html
Something wrong, retrying after 2 second ( 1 )
I have the similar problem, bottom logs.
PixivUtil20140926 – ERROR – Unknown Error: ‘NoneType’ object has no attribute ‘ul’
Traceback (most recent call last):
File “PixivUtil2.py”, line 1813, in main
File “PixivUtil2.py”, line 1617, in main_loop
File “PixivUtil2.py”, line 1455, in menu_download_from_online_user_bookmark
File “PixivUtil2.py”, line 1047, in process_bookmark
File “PixivUtil2.py”, line 427, in process_member
File “PixivModel.pyc”, line 46, in __init__
File “PixivModel.pyc”, line 93, in ParseImages
AttributeError: ‘NoneType’ object has no attribute ‘ul’
I try to read Q3, but did not slove the problem.
I’m having the same error as Kuro. 🙁
2014-09-30 14:55:51,864 – PixivUtil20140926 – ERROR – Dumping html to: Error page for member 660678.html
2014-09-30 14:55:51,867 – PixivUtil20140926 – ERROR – Unknown Error: ‘NoneType’ object has no attribute ‘ul’
Traceback (most recent call last):
File “PixivUtil2.py”, line 1813, in main
File “PixivUtil2.py”, line 1609, in main_loop
File “PixivUtil2.py”, line 1315, in menu_download_by_member_id
File “PixivUtil2.py”, line 427, in process_member
File “PixivModel.pyc”, line 46, in __init__
File “PixivModel.pyc”, line 93, in ParseImages
AttributeError: ‘NoneType’ object has no attribute ‘ul’
I don’t know how to edit PixivModel.py …
Getting the following error when trying to download anything in any mode.
Traceback (most recent call last):
File “PixivUtil2.py”, line 427, in process_member
File “PixivModel.pyc”, line 46, in __init__
File “PixivModel.pyc”, line 93, in ParseImages
AttributeError: ‘NoneType’ object has no attribute ‘ul’
Error at process_member(): (, AttributeError(”
‘NoneType’ object has no attribute ‘ul'”,), )
Dumping html to: Error page for member 47135.html
Traceback (most recent call last):
File “PixivUtil2.py”, line 1813, in main
File “PixivUtil2.py”, line 1609, in main_loop
File “PixivUtil2.py”, line 1315, in menu_download_by_member_id
File “PixivUtil2.py”, line 427, in process_member
File “PixivModel.pyc”, line 46, in __init__
File “PixivModel.pyc”, line 93, in ParseImages
AttributeError: ‘NoneType’ object has no attribute ‘ul’
press enter to exit.
Changing lines 93 and 94 of PixivModel.py to
temp = page.findAll(attrs={‘class’:’image-item’})
temp = [f.find(‘a’) for f in temp]
Seems to solve the problem.
That didn’t seem to work for me.
I changed it to:
temp = page.find(attrs={‘class’:’image-item’})
temp = temp.findAll(‘a’)
I can’t get this to compile, it seems to want the ul.
I have the same problem, will try Ronekk’s patch tomorrow.
Same problem, no idea where is that file tho
This was fast. Thank you!
Log in using form.
Error at pixiv_login(): (, <httperror_seek_wrapper (mechanize._http.
RobotExclusionError instance) at 0x2568650 whose wrapped object = <closeable_response at 0x256fa80 whose fp = >>, )
failed
Traceback (most recent call last):
File “PixivUtil2.py”, line 1805, in main
File “PixivUtil2.py”, line 260, in pixiv_login
File “mechanize_mechanize.pyc”, line 203, in open
File “mechanize_mechanize.pyc”, line 255, in _mech_open
httperror_seek_wrapper: HTTP Error 403: request disallowed by robots.txt
press enter to exit.
See readme.txt in FAQ section C.Q6