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

get-roomba-password-cloud gives authentication errors #193

Open
Lindahl opened this issue Oct 12, 2024 · 3 comments
Open

get-roomba-password-cloud gives authentication errors #193

Lindahl opened this issue Oct 12, 2024 · 3 comments

Comments

@Lindahl
Copy link

Lindahl commented Oct 12, 2024

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'
}

@sbogomolov
Copy link

I'm having the same issue. The command I run:

docker run --rm -it node sh -c "npm install -g dorita980 && get-roomba-password-cloud '[email protected]' 'password'"

result:

Authentication error. Please check your credentials.
{
  callId: '4024656685a547879f41e8c7dae39c97',
  errorCode: 403042,
  errorDetails: 'invalid loginID or password',
  errorMessage: 'Invalid LoginID',
  apiVersion: 2,
  statusCode: 403,
  statusReason: 'Forbidden',
  time: '2024-11-30T19:24:03.553Z'
}

The same email and password work fine to login via mobile app and on https://www.irobot.com/.

@Curleys
Copy link

Curleys commented Dec 2, 2024

same as above.
even tried changing password, making sure new password works in app, then trying. still getting
image

@sbogomolov
Copy link

password.py from this repository worked for me: https://github.com/NickWaterton/Roomba980-Python.

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

No branches or pull requests

3 participants