Skip to content

Add 'requests' to requirements.txt#137

Open
vahan3x wants to merge 1 commit intoNickWaterton:masterfrom
vahan3x:master
Open

Add 'requests' to requirements.txt#137
vahan3x wants to merge 1 commit intoNickWaterton:masterfrom
vahan3x:master

Conversation

@vahan3x
Copy link

@vahan3x vahan3x commented Apr 10, 2025

What

Add 'requests' library to requirements.txt

Why

While running passwords.py script, the following exception was encountered:

Traceback (most recent call last):
  File "[...]/roomba/Roomba980-Python/roomba/./password.py", line 296, in <module>
    main()
  File "[...]/roomba/Roomba980-Python/roomba/./password.py", line 293, in main
    get_passwd.get_password()
  File "[...]/roomba/Roomba980-Python/roomba/./password.py", line 117, in get_password
    from getcloudpassword import irobotAuth
  File "[...]/roomba/Roomba980-Python/roomba/getcloudpassword.py", line 20, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'

Adding the library to requirements fixed the issue.

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

Successfully merging this pull request may close these issues.

1 participant