-
Notifications
You must be signed in to change notification settings - Fork 71.9k
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
CGM upload fails #8322
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When opening nightscout, there is no CGM data, only carbs. When checking the northflank logs, it appears that the CGM fails to upload because it is too large.
To Reproduce
Steps to reproduce the behavior:
Open nightscout
Expected behavior
See all data, including CGM
Screenshots
Your setup information
Additional context
Yes, Loop Nightscout service is active and other data is being uploaded (carbs, treatments).
I believe this is the cause:
I kept having crashes because of lost connection to northflank mongo database: nightscout/nightscout.github.io#217
Even though mongoDB Compass was able to connect to the mongo DB, restarting loop gave me the same error.
Therefore, today, i updated to the develop branch. Now, nightscout started but does not show cgm data.
I believe Loop might have cached too much CGM that nightscout fails receiving it.
The text was updated successfully, but these errors were encountered: