-
Notifications
You must be signed in to change notification settings - Fork 259
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
Clarification on the meaning of 'class" Error (Pixiv Tags Translation feature related) #200
Comments
Looks like they do something on the way the tags is being represented (something related to translation?) |
Experiencing same error, multiple times. Say, here I got about 300 in log file from today's attempt to crawl 3700 artists. |
Getting that error too. |
Same issue here. I'm using last release. Pixiv website seems to have some issues currently tough. I'm unable to follow anyone right now, pressing the follow button redirects me on my bookmarks page. This is not related of course, but there could be other similar issues preventing the downloading. |
Tags must have changed yesterday or today. Not all of the tags are in class="text" links any more. I used the data-tooltip="Articles related to (tag_name)" links to pull the tag names that weren't in the old style links. I changed the code in the ParseTags method in PixivImage in PixivModel.py to:
But I'm sure it could be fixed better. And if this new style of tag links is permanent, the old style links might need to be discarded. But their code was changing while I was working on this fix, so I think that these changes aren't set in stone yet. |
Pixiv are doing a/b testing related to tags translation, for now I will take the japanese version. |
The program is not downloading select images with no specific error code displayed.
Processing Image Id: 7575556 Image ID (7575556): 'class' Image #31
Processing Image Id: 189902 Image ID (189902): 'class' Image #32
Some images will download just fine, but not these among many others.
I should add, viewing in a regular browser will still work.
The text was updated successfully, but these errors were encountered: