xginn8
xginn8
Would you be willing to prepare a patch for this issue (and a test)? If not, I should be able to get to it this week. Thanks for reporting!
Can you upgrade to the latest release and see if the problem persists? On Dec 14, 2017 5:01 AM, "Avner Cohen" wrote: > influxdb/client.py in send_packet at line 772 >...
Is it possible two processes are racing and one is holding the port open causing this error? How are you calling the `write`?
Seen on 2 RPi3s that had only one configured source until daemon restart: ``` root@1b5cf49:~# chronyc sources 210 Number of sources = 1 MS Name/IP address Stratum Poll Reach LastRx...
ref. https://www.flowdock.com/app/rulemotion/resin-starters/threads/EnKJD_-UK7-JC_yIF-DZqB-uuLs
@gelbal hit this too, ref. https://www.flowdock.com/app/rulemotion/resin-starters/threads/u2d1wvyTDGszF5Dc0g8DipFFCLF
@zbjornson I think discarding an entire scrape due to failed worker(s) is the wrong approach, as we'd be throwing away useful data that may not be aggregated at all (from...
related to https://github.com/balena-io-modules/balena-errors/issues/32
@pdcastro good note, thanks. We have an [open issue](https://github.com/balena-io/device-diagnostics/issues/129) for a generic check from the device side, though necessarily that will be implemented in balenaOS-compliant bash. It may be worthwhile...
From my perspective, case sensitivity is fine and pretty standard in short flags (`-`) but strange in long flags (`--`). All long flags being dash case would be a massive...