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

Newgrounds - Auth Token No Longer Passing During Login #5109

Closed
flaccidbagel opened this issue Jan 24, 2024 · 2 comments
Closed

Newgrounds - Auth Token No Longer Passing During Login #5109

flaccidbagel opened this issue Jan 24, 2024 · 2 comments

Comments

@flaccidbagel
Copy link

I believe back in June there were some changes to capture the auth token automatically when logging into Newgrounds. Currently, it seems any attempt to log in spawns an email code to complete the login.

Username/Password are currently stored in the configuration file as when this was functional, but running the command runs into the following error:

[newgrounds][info] Logging in as ********
[newgrounds][error] AuthenticationError: Invalid or missing login credentials

I've attempted adding the passport-auth and ng_session cookies to the configuration file as well with no change in behavior.

@mikf
Copy link
Owner

mikf commented Jan 26, 2024

Username & password login is currently broken since gallery-dl doesn't support the new email code.
You need the vmk1du5I8m cookie to count as "logged in" for Newgrounds, but it'd probably be best to just add all of the cookies and remove username and password from your config.

@flaccidbagel
Copy link
Author

flaccidbagel commented Jan 27, 2024 via email

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

No branches or pull requests

2 participants