We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Im having trouble with login. I dont know what is username is. coz i have tried pixiv ID, email, and nickname. (nothing works)
here is my login code : account, err := pixiv.Login("xxx", "xxx") if err != nil { log.Println(err) } fmt.Println(account)
account, err := pixiv.Login("xxx", "xxx") if err != nil { log.Println(err) } fmt.Println(account)
and the message on the console : 2021/06/14 14:26:36 Login system error: Invalid grant_type parameter or parameter missing <nil>
2021/06/14 14:26:36 Login system error: Invalid grant_type parameter or parameter missing <nil>
can anyone help me to understand this? and also if i try to get other user detail without login, i get the message missing refresh token.
Thanks
The text was updated successfully, but these errors were encountered:
you can try to get an access/refresh token manually: upbit/pixivpy#158 (comment)
Sorry, something went wrong.
I also have this problem
No branches or pull requests
Im having trouble with login.
I dont know what is username is. coz i have tried pixiv ID, email, and nickname. (nothing works)
here is my login code :
account, err := pixiv.Login("xxx", "xxx") if err != nil { log.Println(err) } fmt.Println(account)
and the message on the console :
2021/06/14 14:26:36 Login system error: Invalid grant_type parameter or parameter missing <nil>
can anyone help me to understand this?
and also if i try to get other user detail without login, i get the message missing refresh token.
Thanks
The text was updated successfully, but these errors were encountered: