bebound / pixivd

Pixiv Downloader - Batch download pictures from Pixiv
MIT License
138 stars 18 forks source link

Login Fail 400 again #26

Closed ghost closed 3 years ago

ghost commented 3 years ago

I'm sorry to bothering the author again but I can't resolve it. not the same as #24 ,I try to change my password firstly, and I can login Pixiv's webpage with out any errors and warning, but now downloader returns me this error:

0

This error is printed by this self added command which located in api.py: 3

I go to the pixivpy project and see this:https://github.com/upbit/pixivpy/issues/158 It seems that pixiv changed api auth method.

Thanks a lot.

bebound commented 3 years ago

Thanks for you report, wait for upstream to fix this...

bebound commented 3 years ago

I've update the code to use OAuth login. Check https://gist.github.com/ZipFile/c9ebedb224406f4f11845ab700124362 to get login token.