Closed xsen84 closed 1 year ago
I think this problem is caused whenever this app tries to upload measurements to Nightscout which are in fact empty. We need to make sure that we are only uploading to Nightscout when there are actual measurements. You can see that right below the cryptic HTML error message, there is this message:
Upload of 0 measurements to NightScout succeeded
This is missleading and we need to address this. As of why there are no measurements in the first place thats on Abbotts side unfortunately and nothing we can address here with this application :(
I will improve the error handling in one of the next releases though.
I improved the error handling in version 1.9.0. Could you check if this is still an issue?
After some update on libre link servers that happened on August 3 i am getting the error bellow once very 2-3 readings:
` 2022-08-03T13:52:00.501607+00:00 app[worker.1]: [info]: Found 1 LibreLink Up connection. 2022-08-03T13:52:00.501662+00:00 app[worker.1]: [info]: -> The following connection will be used: Alexandru Mihai (Patient-ID: XXX) 2022-08-03T13:52:00.674858+00:00 app[worker.1]: [info]: Received blood glucose measurement items
2022-08-03T13:53:00.576644+00:00 app[worker.1]: [info]: Found 1 LibreLink Up connection. 2022-08-03T13:53:00.576785+00:00 app[worker.1]: [info]: -> The following connection will be used: Alexandru Mihai (Patient-ID: XXX) 2022-08-03T13:53:00.742464+00:00 app[worker.1]: [info]: Received blood glucose measurement items 2022-08-03T13:53:01.280426+00:00 app[worker.1]: [info]: Upload of 1 measurements to NightScout succeeded `