PixivUtil2: Site changed, cannot log in with cookies or password.
Prerequisites
Description
Attempting to log in with either the username/password method and cookie method fails to work.
Steps to Reproduce
- Attempt to log in with username/password
- Get server reply: ‘Please complete the reCAPTCHA verification.’
- Attempt to log in with cookie
- Get error “Cookie already expired/invalid”
Traceback (most recent call last): File “PixivBrowserFactory.pyc”, line 301, in login TypeError: ‘NoneType’ object is not subscriptable Error at login(): (<class ‘TypeError’>, TypeError(“‘NoneType’ object is not subs criptable”), <traceback object at 0x076BE580>) Error at doLogin(): (<class ‘TypeError’>, TypeError(“‘NoneType’ object is not su bscriptable”), <traceback object at 0x082B3580>) Cannot Login! press enter to exit.
Expected behavior: [What you expected to happen] Log in with the previous password or cookie method.
Actual behavior: [What actually happened] Receive errors.
Versions
20191215 release
You can get this information from executing PixivUtil2.py --help
.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 20 (6 by maintainers)
Commits related to this issue
- update readme.txt for #600 — committed to Nandaka/PixivUtil2 by Nandaka 5 years ago
- update #600 and increase cached page to 10000 — committed to Nandaka/PixivUtil2 by Nandaka 5 years ago
- update #600 — committed to Nandaka/PixivUtil2 by Nandaka 5 years ago
- update #600 again — committed to Nandaka/PixivUtil2 by Nandaka 5 years ago
- update readme.txt for #600 — committed to byjtje/PixivUtil2 by Nandaka 5 years ago
- update #600 and increase cached page to 10000 — committed to byjtje/PixivUtil2 by Nandaka 5 years ago
- update #600 — committed to byjtje/PixivUtil2 by Nandaka 5 years ago
- update #600 again — committed to byjtje/PixivUtil2 by Nandaka 5 years ago
That isn’t helpful. I’ve gone through these steps multiple times.
Q3. I cannot login to Pixiv! - Check your password. - Try to login to the Pixiv Website. - Try to use the config.ini on the [Authentication] section. - Check your date and time setting (e.g.: https://www.timeanddate.com/) - Disable Daylight Saving Time and try again. - Copy your session values from browser: 1. Open Firefox. 2. Go to Pixiv website and login, remember to enable [Remember Me] check box. 3. Right click the page and select View Page Info. 4. Click the Security tab. 5. Click the View Cookies button. 6. Look for Cookie named = PHPSESSID. 7. Copy the content value. 8. Open config.ini, go to [Authentication] section, paste the value to cookie, set keepsignedin = 1.
That right click, page info doesn’t even work in my version of FF, 71 64bit. I can view certs, CLEAR cookies, view saved passwords, and click help.
Better I think to hit F12 for dev console, hit the storage tab and then choose cookies on the left. Look for the value on the right. Make sure you are on the pixiv page when you do this.
edit: just got the latest from site, pixivutil20191218.zip, same issue.