koalazak / dorita980

Unofficial iRobot Roomba and Braava (i7/i7+, 980, 960, 900, e5, 690, 675, m6, etc) node.js library (SDK) to control your robot
MIT License
931 stars 147 forks source link

Issue retrieving password Cloud or local method #178

Closed Bastien42 closed 11 months ago

Bastien42 commented 11 months ago

i can't seem to retrieve the password of my roomba that wasn't the case sometime ago here is a log of the command run

Screenshot 2023-07-13 164025

aelharda commented 11 months ago

same error as the above

FidgetyRat commented 11 months ago

Same on a J6 (which is practically the same as a J7)

munkien commented 11 months ago

Here too :( iRobot I7 + clean base

image

bredowmax commented 11 months ago

Same error message as @munkien reported

Fatal error login into iRobot account. Please check your credentials or API Key. An error occurred (AccessDeniedException) when calling the GetSecretValue operation: Access to KMS is not allowed

jayvarner commented 11 months ago

I also get the error described here. I was able to use this Python Lib. There are instructions for getting credentials from the cloud. Apologies for suggesting a another project and not adding anything helpful to the issue here.

Bastien42 commented 11 months ago

I also get the error described here. I was able to use this Python Lib. There are instructions for getting credentials from the cloud. Apologies for suggesting a another project and not adding anything helpful to the issue here.

yeah i tried this method too and this returns an error too

2023-07-17 17:09:42 INFO [Roomba.Password] Getting Roomba information from iRobot aws cloud...
Traceback (most recent call last):
  File "C:\Users\Bastien\Desktop\Roomba980-Python-master (1)\Roomba980-Python-master\roomba\password.py", line 294, in <module>
    main()
  File "C:\Users\Bastien\Desktop\Roomba980-Python-master (1)\Roomba980-Python-master\roomba\password.py", line 291, in main
    get_passwd.get_password()
  File "C:\Users\Bastien\Desktop\Roomba980-Python-master (1)\Roomba980-Python-master\roomba\password.py", line 117, in get_password
    from getcloudpassword import irobotAuth
  File "C:\Users\Bastien\Desktop\Roomba980-Python-master (1)\Roomba980-Python-master\roomba\getcloudpassword.py", line 20, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'

Edit : my python install had some issue now it seems to work with that python lib for me so thx

FidgetyRat commented 11 months ago

I also get the error described here. I was able to use this Python Lib. There are instructions for getting credentials from the cloud. Apologies for suggesting a another project and not adding anything helpful to the issue here.

Don't apologize. Im sure most people here just want a solution and the python lib was that.

RJiraya commented 11 months ago

Hello !

Did you retry today ? The problems seems to be fixed by iRobot team !

It's working on my side.

Bastien42 commented 11 months ago

well yes you're right whatever was the issue now it works with doitu980 too