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

[DeviantArt] 500 server error when trying to acquire oauth #1778

Closed
Zeromoon95 opened this issue Aug 15, 2021 · 1 comment
Closed

[DeviantArt] 500 server error when trying to acquire oauth #1778

Zeromoon95 opened this issue Aug 15, 2021 · 1 comment
Labels

Comments

@Zeromoon95
Copy link

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

@mikf
Copy link
Owner

mikf commented Aug 16, 2021

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.

Just delete these two lines

"client-id": null,
"client-secret": null,

or get your own, which you'll most likely want to do to prevent any 429 errors.

@mikf mikf closed this as completed in 4718f9c Aug 21, 2021
@mikf mikf added the bug label Aug 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants