Skip to content

cannot dl bookmarked image #220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kalacodm opened this issue Apr 9, 2017 · 3 comments
Closed

cannot dl bookmarked image #220

kalacodm opened this issue Apr 9, 2017 · 3 comments
Labels

Comments

@kalacodm
Copy link

kalacodm commented Apr 9, 2017

Hi,

I am getting these error even I am using the latest version, can you please check on the issue?

Input: 6
Include Private bookmarks [y/n/o]: n
Tag (default=All Images):
Start Page (default=1):
End Page (default=0, 0 for no limit):
Importing image bookmarks...
Importing user's bookmarked image from page 1
Source URL: http://www.pixiv.net/bookmark.php?p=1
Error at process_image_bookmark(): (<type 'exceptions.AttributeError'>, AttributeError("'NoneType' object has no attribute 'findAll'",), <traceback object at 0x049A7A30>)
Traceback (most recent call last):
File "PixivUtil2.py", line 1867, in main
File "PixivUtil2.py", line 1658, in main_loop
File "PixivUtil2.py", line 1488, in menu_download_from_online_image_bookmark
File "PixivUtil2.py", line 924, in process_image_bookmark
File "PixivUtil2.py", line 967, in get_image_bookmark
File "PixivModel.pyc", line 799, in parseImageBookmark
AttributeError: 'NoneType' object has no attribute 'findAll'
press enter to exit.

@javsnt
Copy link

javsnt commented Apr 9, 2017

I have the same issue since April 3

@BallM4788
Copy link

Exact same issue as well, identical message save for the traceback object's location in memory.

@ghost
Copy link

ghost commented Apr 10, 2017

same
a fix is to add js-legacy-mark-unmark-list to the temp var in PixivModel.py under parseImageBookmark(page)
temp = page.find('ul', attrs={'class': '_image-items js-legacy-mark-unmark-list'})

@Nandaka Nandaka added the Bug label Apr 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants