22 thoughts on “pixiv downloader 20140926”

  1. 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

  2. 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.

    1. 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?

    2. 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.

      1. 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.

  3. ======
    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…

  4. 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 )

  5. 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.

  6. 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 …

  7. 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.

    1. 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.

  8. 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.

Comments are closed.