CodaBool

Results 14 comments of CodaBool

nice, your changes worked well. I made a new docker-compose off that still gives some errors but gives enough data for me to be happy. As a note to anyone...

Not at home right now but I believe it was ~~404 codes~~ (edit: conn refused)

docker logs for sense-collector prints the following line multiple times: `curl: (7) Failed to connect to influxdb port 8086: Connection refused` But again it pulls a lot of data into...

resolved the issue by delaying the startup of sense container. It was trying to connect to the database without it being available yet. You can do this with a healthcheck...