-
Notifications
You must be signed in to change notification settings - Fork 13
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
Login not working, raises LoginError #15
Comments
seems to work fine for me. im not even using the newest version in my project. |
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 :) |
this time still can't use login(). |
Problem seems to be present in all versions from 0.3.6 to 1.0
The text was updated successfully, but these errors were encountered: