Nandaka / PixivUtil2

Download images from Pixiv and more!
http://nandaka.devnull.zone/
BSD 2-Clause "Simplified" License
2.35k stars 257 forks source link

SSL (Cannot login) #620

Closed lambox225 closed 4 years ago

lambox225 commented 4 years ago

The downloader is giving me back the same type of error after switch to the new version: PixivDownloader2 version 20200103-beta2 https://github.com/Nandaka/PixivUtil2/releases Donate at https://bit.ly/PixivUtilDonation Reading C:\Users\LIP\Desktop\pixivutil20200103-beta2\config.ini ... done. Using default DB Path: C:\Users\LIP\Desktop\pixivutil20200103-beta2\db.sqlite Creating database... done. Only process members where the last update is >= 7 days ago Using Username: lipaston Trying to log in with saved cookie <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)> 1 2 3 4 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)> 1 2 3 4 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)> 1 2 3 4 Error at open_with_retry(): (<class 'urllib.error.URLError'>, URLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)')), <traceback object at 0x08090828>) Error at doLogin(): (<class 'PixivException.PixivException'>, PixivException('Failed to get page: https://www.pixiv.net/, please check your internet connection/firewall/antivirus.'), <traceback object at 0x080782E8>) Cannot Login! press enter to exit.

I tried with the old version PixivDownloader2 version 20191221 along with the modified library.zip that you provided and I can login

Do I have to switch back to the modified library.zip for the latest version?

lambox225 commented 4 years ago

Sorry I can access with set enablesslverification = False

And again, sorry for the inconvenience