-
Notifications
You must be signed in to change notification settings - Fork 138
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
EU login 1: MiniMed Connect error: Error: Request failed with status code 504 #44
Comments
Same here! I see that Paul added a change in the way the login is done New in 3.8.5.0 Maybe, someone can interpret your code https://github.com/paul1956/CareLink/blob/ec96492b63c4095e928b3f24b30749fa6cd4af07/src/CareLink/CareLinkCommunications/CareLinkClient.vb#L321 |
There are multiple changes the one that fixed the last issue is updating UserAgent Header see below. Even with this change some have reported that on initial login 1 out of 3 tries fail but with Gateway Timeout error. After initial login I and other working implementations retry failures not caused by user/password errors. Since my program is interactive, I don't currently retry Gateway timeout.
|
It looks like the url for login is not in use anymore, someone has an idea how to debug/alter the code to get this working again?
https://carelink.minimed.eu/patient/sso/login?country=gb&lang=en
The text was updated successfully, but these errors were encountered: