-
-
Notifications
You must be signed in to change notification settings - Fork 996
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
Pixiv refresh token from the "callback" page doesn't work #1522
Comments
Be faster. No, seriously, that's it. |
Is there any way to download sign-in-only content from Pixiv without having to jump through this kinda absurd hoops (such as cookies)? |
No, there isn't, at least not with gallery-dl. Thankfully this only has to be done once, and I'd recommend also storing the token in your config file in case your cache gets deleted ( |
is there a way to view the token in order to store it in the config file? i already have the token linked using the "callback" steps thingy |
Not with gallery-dl. You could try sqlitebrowser, or you put a You'll also be able to select which cache entries to delete, by the way: 755164b |
I'm following all instructions I see when I use enter
gallery-dl oauth:pixiv
, but the only thing I get in return is{'has_error': True, 'errors': {'system': {'message': 'The authorization code has expired', 'code': 1508}}, 'error': 'invalid_grant'}
. What can I do?The text was updated successfully, but these errors were encountered: