azuline / pixiv-api

A documented, idiomatic, and tested wrapper library around Pixiv's App API.

Home Page:https://pixiv-api.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Login not working, raises LoginError

ImmortalCake opened this issue · comments

Problem seems to be present in all versions from 0.3.6 to 1.0

seems to work fine for me. im not even using the newest version in my project.
can you post the code to get login into pixiv?

Confirmed, I am also not able to log in. My saved refresh token works though.

oh yeah. refresh token works but email / password login doesnt. i forgot i save the token.

there is no easy fix it seems. it looks like pixiv disabled password authentication.

more info here upbit/pixivpy#158

I don't know if that's my problem, but now I can't login with refresh token or password. How do you get your refresh token? I get mine with a program in https://gist.github.com/ZipFile/c9ebedb224406f4f11845ab700124362

Same for me, for some reason both the username/password and the refresh token approach is not working. I keep getting LoginError which seems to originate from the client.py file. I also used https://gist.github.com/ZipFile/c9ebedb224406f4f11845ab700124362 to get a refresh token

Any help would be greatly appreciated :)