Skip to content
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 system error #7

Open
gampangdibaca opened this issue Jun 14, 2021 · 2 comments
Open

Login system error #7

gampangdibaca opened this issue Jun 14, 2021 · 2 comments

Comments

@gampangdibaca
Copy link

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

@everpcpc
Copy link
Owner

everpcpc commented Jun 14, 2021

you can try to get an access/refresh token manually: upbit/pixivpy#158 (comment)

@eric2788
Copy link

I also have this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants