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

Getting your username/blid and password from the iRobot cloud #110

Open
auswill opened this issue Jul 30, 2022 · 2 comments
Open

Getting your username/blid and password from the iRobot cloud #110

auswill opened this issue Jul 30, 2022 · 2 comments

Comments

@auswill
Copy link

auswill commented Jul 30, 2022

New to python here,
When executing the command

./password.py

to retrieve the password from the cloud, i have noticed because my password ends in an ampersand - & - this character that the script wont run?

not sure if this is a issue, or just something im not understanding, the script runs instantly if i run say for example with the password "thisismypassword" but as soon as i try my correct cloud password "thisismypassword&&" then it just leaves me waiting for more input >

Please let me know what i am doing wrong if so, and if there is a way around this

thank you.

@tbranyen
Copy link

tbranyen commented Aug 1, 2022

Wrap your password in single quotes.

Edit: this didn't quite work for me even with the quotes. so I ended up hardcoding my username and password into the getcloudpassword.py file.

https://github.com/NickWaterton/Roomba980-Python/blob/master/roomba/getcloudpassword.py#L74-L75

@Dave-Baldwin
Copy link

Dave-Baldwin commented Apr 6, 2024

hardcoding my username and password

I was forced to do the same, that was the only thing I was able to do to get it to work.

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