-
Notifications
You must be signed in to change notification settings - Fork 40
Login Issue #18
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 s 8000 ervice and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Here's the actual error message I get when running it in python
|
Are you a US user, or outside of the US? |
US user |
Yeah, this issue closely aligns with #17. One last question -- are you using an email address for your username? I am able to replicate your exact error, but only when I send an incorrect password. Could you ensure your password is alphanumeric? Either way, this should fail more gracefully than it is with the endpoint changes. Thank you. |
I'm using email address for the username and the password is alphanumeric. I do get the Thanks for the quick response! EDIT: Sorry, I had my calls switched around. I always fail the Login endpoint, but I do get a unique session id for the authenticate endpoint. I've updated my comments. |
When you go to your Dexcom G6 application, what do you see under Settings > Account > Username? Is it an email? Lot's of changes in the endpoints in the past few days, sorry to pester you for information... Just trying to learn all I can about how exactly the endpoint responses have changed for different users with different situations. |
No problem at all. In the app the username is the email address. |
Fixed. Please use |
Sorry, I never got around to releasing 0.2.2 to pypi, I'll do that around
lunch time. After that you should be set.
|
As far as Home Assistant is concerned will these changes be pulled in automatically or will we need to wait for a version bump? |
Nice! Glad to hear. I think it'll have to wait for a version bump unfortunately, here's the pull request. You could probably just go in and edit the same files in the pull request in your own setup, and it should work. |
Ok, sounds good. Thanks again! |
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to debug a login issue I'm experiencing.
It seems that my account passes the
DEXCOM_AUTHENTICATE_ENDPOINT
which tells me my username and pwd are correctHowever, I receive the

DEFAULT_SESSION_ID
for theDEXCOM_LOGIN_ENDPOINT
.Any Ideas? Seems like dexcom may have recently made some changes on their end. Should I just wait for the dust to settle and try later?
The text was updated successfully, but these errors were encountered: