-
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
Unable to log in with proper cookie or credentials #712
Comments
I'm also getting this as of today. |
Weird, it is working on my side. Also, the logging point to blank line in the source code: PixivUtil2/PixivBrowserFactory.py Line 317 in 8967d76 |
Delete your cookie string in the config file and replace with your current PHPSESSID (cfr. #505). |
Odd. I deleted my cookie string twice and saved he config.ini file and got the above error. After a power outage (And subsequent reboot) I do it again for a third time and it takes. WTF? Ok. Either my Windows box doing these pulls is FUBAR or I need Father Karras for a holy ritual. I'll run with the former until the later becomes more apparent. Sigh |
Still having the same issue. Tried deleting the config, logging in to pixiv in the web browser, and copying over the new cookie.
|
Updated to |
Prerequisites
Did you read FAQ section?
Yes. This error is not covered.
Did you test with the latest releases?
I used version 20200503-beta1 and 20200502
Description
Using proper credentials and updating the cookie value in the config.ini as per the FAQ's instructions I get the following error(s):
Trying to log in with saved cookie
Cookie already expired/invalid.
Logging in...
Traceback (most recent call last):
File "PixivBrowserFactory.pyc", line 317, in login
TypeError: 'NoneType' object is not subscriptable
Error at login(): (<class 'TypeError'>, TypeError("'NoneType' object is not subscriptable"), <traceback object at 0x077352E8>)
Error at doLogin(): (<class 'TypeError'>, TypeError("'NoneType' object is not subscriptable"), <traceback object at 0x0738DF08>)
Cannot Login!
Steps to Reproduce
Pixivutil2.exe --exitwhendone --startaction=4 .\list
Expected behavior: [What you expected to happen]
Process is IDs in list.txt
Actual behavior: [What actually happened]
Dies at login with the above error
The text was updated successfully, but these errors were encountered: