You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error at doLogin(): (<class 'mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper'>, <httperror_seek_wrapper (urllib.error.HTTPError instance) at 0x2a6c6899000 whose wrapped object = <HTTPError 403: 'Forbidden'>>, <traceback object at 0x000002A6C28FED00>)
Traceback (most recent call last):
File "PixivUtil2.py", line 1524, in doLogin
File "PixivBrowserFactory.py", line 347, in loginUsingCookie
File "PixivBrowserFactory.py", line 207, in open_with_retry
File "mechanize_mechanize.py", line 257, in open
File "mechanize_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden
Cannot Login!
Log file: [Attach the pixivutil.log file in the application folder, recommended to delete the old file, reproduce the issue, and upload the newly generated file here]
Prerequisites
Description
[Description of the bug or feature]
Steps to Reproduce
Expected behavior:
Login Noirmally
Actual behavior:
Error at doLogin(): (<class 'mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper'>, <httperror_seek_wrapper (urllib.error.HTTPError instance) at 0x2a6c6899000 whose wrapped object = <HTTPError 403: 'Forbidden'>>, <traceback object at 0x000002A6C28FED00>)
Traceback (most recent call last):
File "PixivUtil2.py", line 1524, in doLogin
File "PixivBrowserFactory.py", line 347, in loginUsingCookie
File "PixivBrowserFactory.py", line 207, in open_with_retry
File "mechanize_mechanize.py", line 257, in open
File "mechanize_mechanize.py", line 313, in _mech_open
mechanize._response.get_seek_wrapper_class..httperror_seek_wrapper: HTTP Error 403: Forbidden
Cannot Login!
Log file: [Attach the
pixivutil.log
file in the application folder, recommended to delete the old file, reproduce the issue, and upload the newly generated file here]Versions
You can get this information from executing
PixivUtil2.py --help
.Latest version available in https://github.com/Nandaka/PixivUtil2/releases
The text was updated successfully, but these errors were encountered: