Closed philipgo closed 1 year ago
Just out of curiousity, are you using the official docker image, or did you build your own with a newer node version?
I'm seeing the same issue on a self hosted version, but I blamed the fact that where I'm running it I have only node 18 available.
@viq I use this docker image: https://hub.docker.com/r/nightscout/cgm-remote-monitor
If I interpret it correctly, it uses node version 14.15.3
So the official one. Yeah, it is 14.15.3. Thank you.
AAPS master + dev needs NS master AAPS ns15 branch needs NS dev
Thank you for that information.
Skimming through https://github.com/nightscout/AndroidAPS/pull/2364 it seems like most changes touch only the nightscout and xdrip communications, and otherwise running this version should be not too different from running master
(i.e. 3.1.0.3
), do I understand it correctly?
AAPS master + dev needs NS master AAPS ns15 branch needs NS dev
Thank you, now it works.
Describe the bug Since commit https://github.com/nightscout/cgm-remote-monitor/commit/6ad4ef18140d33936bf8795c628c698b90ced02c AndroidAPS (dev built Jan 31) cannot connect to my Nightscout instance. In the NSCL tab AndroidAPS shows
Error: io.socket.engineio.client.EngineIOException xhr poll error
To Reproduce
Expected behavior Connection without error
Your setup information
Additional context My nightscout setup is a self hosted docker installation. But that probably does not play a role in this context.