Hello, im nanitook.
I am having some problems with the Authentication API (https://auth.roblox.com/docs#!/Authentication/post_v1_login)
I have seen that @Mehdi_ea were also having problems with this section of the API. I have also seen that @PupNetx has recommended adding the .ROBLOSECURITY cookie to let you log in, I have added it to the cURL, but at the time of executing the code I receive an error 403, according to the Authentication API document the error 403 means the following:
0: Token Validation Failed 1: Incorrect username or password. Please try again. 2: You must pass the robot test before logging in. 4: Account has been locked. Please request a password reset. 5: Unable to login. Please use Social Network sign on. 6: Account issue. Please contact Support. 9: Unable to login with provided credentials. Default login is required. 10: Received credentials are unverified. 12: Existing login session found. Please log out first.
But I don’t receive any kind of “sub-code” as indicated there. I only receive a 403.
Any solution to this?
Any way to do the “Robot test” from Python?
Thanks in advance.
Greetings to all,
nanitook