gagebenne / pydexcom

A simple Python API to interact with Dexcom Share service
https://gagebenne.github.io/pydexcom/
MIT License
149 stars 36 forks source link

Password is invalid #45

Closed rpimaster closed 1 year ago

rpimaster commented 1 year ago

Hello, I need help. Everythings is doing great, but when I type the password and username I get error: AccountError(ACCOUNT_ERROR_PASSWORD_INVALID). I checked the password many times and it is OK. Before this command dexcom = Dexcom("username", "password") I also run this command ous=True, because I am outside US. Do you know where is the problem?

Thanks