-
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
Server reply: {u'captcha': u'The characters do not match.'} #505
Comments
can you open the website without shown with captcha request? This program doesn't support captcha, so you best bet is by copying the cookies value after you login successfully to the website. EDIT: usually login shouldn't show any captcha request, unless pixiv server detect anomaly with your account or ipaddress. |
Same issue here- the suggested workaround allowed the app to bypass the captcha, but if Pixiv's authentication is getting wise to this app, it might be good to have some way to present the captcha to the user instead of having the login fail outright. For others with this issue, the specific cookie you need to copy is |
Same here
How and where should I find my profile's cookies? |
Thank you @NonaSuomi. |
|
ummm why i can't see my cookies I've been looking for 20 minutes to found nothing |
Thanks Nandaka, it worked. I don't know how you manage to visualize the dev tools as they appear in your screenshot, but at least I know how to do with the cookies in the Settings of Chrome. However, just until today I had been using the 0501 version with all my accounts (after the problems of a few months ago I split my old account and its many bookmarks into smaller, more manageable ones) smoothly, never ran into this issue. Of course, it may just be that since my instances of the older version got the cookies last time, something more changed on pixiv so that version too would run into the same issue if I reinstalled it now. |
And how this works with opera? I can't find a cookie list. |
if you are using chrome:
|
take a screen shot? |
Now I tried an older release and it works. |
This might be able to be fixed using https://github.com/borisbabic/browser_cookie3 (need to login from your browser first, only support firefox and chrome). |
@pongsatond see #814 |
Aw chucks. I gave up. |
2020/11/04 has changed back to the old format of cookies
|
where do i put the cookies? |
Where do I find config.ini I've been searching for ages |
it work for pixiv, but i don't know what to do for pixiv fanbox |
please someone help me |
The file is created the first time you run the script if it's not there. In the same folder as everything else. |
Prerequisites
Description
I tried to login using but it keeps giving me an error about characters not matching. It returned as this: Server reply: {u'captcha': u'The characters do not match.'}. I changed my password to make sure but the same error returns every time. I even tried to put in my information under the config file, but same error. I also made another account to see, but nothing worked.
Steps to Reproduce
Expected behavior: [What you expected to happen]
I should've logged in.
Actual behavior: [What actually happened]
The program cannot access my account.
Versions
Latest.
You can get this information from executing
PixivUtil2.py --help
.The text was updated successfully, but these errors were encountered: