Skip to content

Add 'requests' to requirements.txt #137

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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