please do not open new threads here, go to https://discord.gg/zg7CvCQ
@dallascyclist most nightscout discussion has now moved to this discord channel
Hi, I'm setting up Nightscout with Dexcom but the sync doesn't seem to work. Is this the right place to ask?
Nightscout is deployed on Heroku, I have enabled the bridge
feature, entered password and login and EU location, and it does seem to do something in the logs:
2022-01-13T14:31:20.173148+00:00 app[web.1]: DEXCOM: Data due, running extra poll
2022-01-13T14:31:20.173450+00:00 app[web.1]: Fetching Share Data: minutes 1479 maxCount 296
2022-01-13T14:31:20.173502+00:00 app[web.1]: RUNNING 0 failures 0
2022-01-13T14:31:20.173559+00:00 app[web.1]: Fetching new token
2022-01-13T14:31:20.377414+00:00 app[web.1]: accountId: <redacted
2022-01-13T14:31:20.602670+00:00 app[web.1]: RUNNING 0 failures 0
2022-01-13T14:31:20.602684+00:00 app[web.1]: First run, fetching 296
2022-01-13T14:31:20.672361+00:00 app[web.1]: Entries []
The amount of entries it thinks it is going to fetch is increasing, but Entries is always empty.
Hi, I'm trying to upload new nightscout data to my existing OpenHumans account.
Per the instructions here (https://openaps.readthedocs.io/en/latest/docs/Give%20Back-Pay%20It%20Forward/data-commons-data-donation.html)
Being an existing user who has uploaded data in the past, I am logged into OpenHumans, and I've visited https://dataxfer-ns-oh.herokuapp.com/
When I click the button to Start Nightscout Data Transfer, then I click "Authorize Project", I get an SSL Cert error page:SSLError at /complete/
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)
Request Method: GET
Request URL: https://dataxfer-ns-oh.herokuapp.com/complete/?code=PDQKUNjMS5FJsP4CjPbojuQTxHZG77&origin=external
Django Version: 1.10.5
Exception Type: SSLError
Exception Value:
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)
Exception Location: /app/.heroku/python/lib/python2.7/site-packages/requests/adapters.py in send, line 497
Python Executable: /app/.heroku/python/bin/python
Python Version: 2.7.13
Python Path:
['/app',
'/app/.heroku/python/bin',
'/app',
'/app/.heroku/python/lib/python27.zip',
'/app/.heroku/python/lib/python2.7',
'/app/.heroku/python/lib/python2.7/plat-linux2',
'/app/.heroku/python/lib/python2.7/lib-tk',
'/app/.heroku/python/lib/python2.7/lib-old',
'/app/.heroku/python/lib/python2.7/lib-dynload',
'/app/.heroku/python/lib/python2.7/site-packages']
Server time: Thu, 27 Jan 2022 21:51:57 +0000
Anyone know how to get ahold of someone who can update the cert on that heroku app?