NickWaterton / Roomba980-Python

Python program and library to control iRobot Roomba 980 Vacuum Cleaner
MIT License
361 stars 103 forks source link

Problem getting Password #98

Closed kiatchun closed 2 years ago

kiatchun commented 2 years ago

This is what I get when I try to get the password. It is a similar error for this script and any other script I try.

image
kiatchun commented 2 years ago

Update: I just needed to use a older version of python without the ssl patch.

NickWaterton commented 2 years ago

What version of python were you using? This is actually an OS issue. Ubuntu changed the default minimum TLS version in 20.04, which causes this error.

Are you using Ubuntu 20.04?

kiatchun commented 2 years ago

I was using windows. Downgrading from Python 3.10 to Python 3.9 fixed it.