-
Notifications
You must be signed in to change notification settings - Fork 35
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
new dev area post 0.0.12 release #26
base: main
Are you sure you want to change the base?
Conversation
seems to be solution for login problems, error 422 or 402, authentifikation error; deviceInformation was filled up then broadcasting.
fix: Fixing Libre Linkup Crash
@AndyLow91 are you available to help test this? Thanks! |
@bewest Sure I can, I'll be able to test over the next few days and confirm |
@bewest QQ - When testing this locally, what I'm seeing is that nightscout-connect isn't actually uploading any data to my test Nightscout site. I've downloaded this repo and I'm running it as a standalone program with:
Everything appears to be running properly. I see data being fetched from LibreLinkUp, I just don't see any data actually being uploaded to Nightscout. Is this expected behaviour when running in "capture" mode like this? seeing things like:
and
which would usually suggest to me that there's a problem. However, it can fetch the last glucose data from my test site, as shown here:
|
Thanks, @AndyLow91. Do you mean the issue exists only with the librelink driver? Does it also fail to relay data from another Nightscout? I see a few tweaks in the pull requests acccepted so far to the librelink driver. It sounds like the eligible entries to relay from LibreLink is a list of 0 for some reason, although other drivers are unaffected. |
@ady624 Any chance you can help debug this? I don't have any LibreLinkup credentials right now to test with. |
New features and bug fixes here, please!