Closed greencoder closed 3 months ago
You need the new "Carelink Python Client2" from the main branch. It resolves the login issue with the Capcha challenge and implements the API which is used by the Carelink connect app (instead of the Web UI).
Perfect. Thanks!
I have been using code from the
refresh_token
branch because I thought it was the most recent, but now I'm not sure. My code stopped working last Saturday and I can no longer log in. (it had been working perfectly all year without a single problem)The
main
branch has the captcha stuff so I'm not sure if it's the one I should be using. I triedmain
yesterday with thecarelink_carepartner_api_login.py
file and I can't get it to work - it returns "invalid username or password" when I try to log in. (despite the fact that I can use the credentials to log in to the Carelink Connect iOS app)