Gage Benne
Gage Benne
I'd be surprised if it's an API rate limit. You're not pegging it at something silly like a request a second, haha. Are you running just this line every 30...
Ah. I started picking up sessions errors this morning as well (it's been stable for 6+ months). My assumption is that the API has been tweaked. Looking into it.
Are you running `python3 -m script.translations develop` to develop the translations? [Here](https://developers.home-assistant.io/docs/internationalization/core/#introducing-new-strings) is a good resource for strings, especially when you move into working on ConfigFlow.
Oh my. Ha, good catch, thank you!
Hi, I've poked around at this a bit, and just cant find a means of logging in via phone number. I'll investigate further how the Dexcom G6 / G7 application...
After doing a bit of Charles Proxy work, I think I'll need to do some `openid` authentication. I've been able to authenticate using a phone number using Python, and I...
So, had a moment to explore this further. Here's are some loose notes on the login process using `oauth` / `openid`: **First request** First it navigates to a sign in...
The API seems stable again. Thanks everyone!
Thanks @makors, sorry for the delay.