Tidepool keeps on disconnecting on unreliable networks #4605
Replies: 2 comments
|
I disconnect from the internet every now and then. Are you sure you are connected and logged into Tidepool properly? |
|
Thanks both — I dug into the log and can confirm the mechanism. When the access token happens to need refreshing at the same moment the network is flaky, xDrip'''s silent token refresh (via AppAuth) fails with a transient @Navid200'''s experience is actually the intended behavior — a brief disconnect should just resync on reconnect without prompting. This edge only bites when the token happens to expire during the outage. Fix in #4608: on a transient network/server error, keep the existing session and retry silently on the next sync instead of forcing a re-login. @michaelcadilhac — if you can run a build with that change, the login page should stop appearing on flaky networks and Tidepool should resync on its own once the connection returns; that would confirm it in the field. (The |
Uh oh!
There was an error while loading. Please reload this page.
I'm traveling through France, and every now and then I get disconnected from mobile network. When connection is restored, I'm disconnected from tidepool, which is annoying because the log in page just randomly shows up when using the phone.
Version: 805ba04-2026.03.01 Code: 2126030111
Data Source: G7
Related/unrelated: I have to reset the Dexcom Transmitter ID fairly often (erase, rewrite) for xdrip to reconnect to it. It seems related because it happens at these unreliable network points, but may be a coincidence.
All reactions