You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Ah, thanks, I was trying to sort which cookie it was, but that makes sense
as well. If it's got all of them, it'll have the one it needs as well lol.
I'll keep that in mind for some other sites as well in case anything
changes.
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:
I've attempted adding the passport-auth and ng_session cookies to the configuration file as well with no change in behavior.
The text was updated successfully, but these errors were encountered: