-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
get-roomba-password-cloud gives authentication errors #193
Comments
I'm having the same issue. The command I run:
result:
The same email and password work fine to login via mobile app and on https://www.irobot.com/. |
|
I had this same error and fixed it by changing my iRobot password to NOT contain special characters. I think this utility's argument parsing gets confused by any special characters in the password (like dashes etc). Steps:
Hope that helps. |
I'm trying to use get-roomba-password-cloud, but I'm getting authentication errors. I'm using the same password and username I use to log into the app on a phone, or on the iRobot website. Did they migrate off of Gigya, or do I need a different Gigya API key than the default one?
$ get-roomba-password-cloud
Authentication error. Please check your credentials.
{
callId: 'fb8396a9bafb4fdeb7809a02bc4935fb',
errorCode: 403042,
errorDetails: 'invalid loginID or password',
errorMessage: 'Invalid LoginID',
apiVersion: 2,
statusCode: 403,
statusReason: 'Forbidden',
time: '2024-10-12T13:33:12.152Z'
}
The text was updated successfully, but these errors were encountered: