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
Hello
I'm really am having issues acquiring the oauth. Right now I have an 500 server error thrown when I tried to acquire it. Is there a fix for it?
Thanks
The text was updated successfully, but these errors were encountered:
That's due to client-id and client-secret being set to null in the default config file and me forgetting to account for that in the OAuth code.
client-id
client-secret
null
Just delete these two lines
gallery-dl/docs/gallery-dl.conf
Lines 67 to 68 in bb6a130
Sorry, something went wrong.
4718f9c
No branches or pull requests
Hello
I'm really am having issues acquiring the oauth. Right now I have an 500 server error thrown when I tried to acquire it. Is there a fix for it?
Thanks
The text was updated successfully, but these errors were encountered: