You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
It looks like InfluxDB is only supported with HTTP. Please add HTTPS support.
2022/08/11 20:46:44 Exception in InfluxDBProcessor: ("Connection broken: error(104, 'Connection reset by peer')", error(104, 'Connection reset by peer'))
Traceback (most recent call last):
File "/usr/local/bin/btmon.py", line 2247, in process
p.process_compiled(self.packet_collector.packet_buffer)
File "/usr/local/bin/btmon.py", line 2836, in process_compiled
self.process_calculated(packets)
File "/usr/local/bin/btmon.py", line 4304, in process_calculated
client.write_points(series, tags=self.tags)
File "/usr/lib/python2.7/dist-packages/influxdb/client.py", line 490, in write_points
tags=tags, protocol=protocol)
File "/usr/lib/python2.7/dist-packages/influxdb/client.py", line 551, in _write_points
protocol=protocol
File "/usr/lib/python2.7/dist-packages/influxdb/client.py", line 327, in write
headers=headers
File "/usr/lib/python2.7/dist-packages/influxdb/client.py", line 267, in request
timeout=self._timeout
File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 533, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 686, in send
r.content
File "/usr/lib/python2.7/dist-packages/requests/models.py", line 828, in content
self._content = b''.join(self.iter_content(CONTENT_CHUNK_SIZE)) or b''
File "/usr/lib/python2.7/dist-packages/requests/models.py", line 753, in generate
raise ChunkedEncodingError(e)
ChunkedEncodingError: ("Connection broken: error(104, 'Connection reset by peer')", error(104, 'Connection reset by peer'))
Thanks,
Peter
The text was updated successfully, but these errors were encountered:
Hello!
It looks like InfluxDB is only supported with HTTP. Please add HTTPS support.
Thanks,
Peter
The text was updated successfully, but these errors were encountered: