mbugert / connectbox-prometheus

Prometheus exporter for Compal CH7465LG cable modems, commonly sold as "Connect Box"
Apache License 2.0
49 stars 9 forks source link

Exception happened during processing of request from: BrokenPipeError: [Errno 32] Broken pipe #10

Closed abrilevskiy closed 3 years ago

abrilevskiy commented 3 years ago

Exception happened during processing of request from Traceback (most recent call last): File "/usr/lib/python3.7/socketserver.py", line 650, in process_request_thread self.finish_request(request, client_address) File "/usr/lib/python3.7/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python3.7/socketserver.py", line 720, in init self.handle() File "/usr/lib/python3.7/http/server.py", line 426, in handle self.handle_one_request() File "/usr/lib/python3.7/http/server.py", line 414, in handle_one_request method() File "/usr/local/lib/python3.7/dist-packages/prometheus_client/exposition.py", line 175, in do_GET self.wfile.write(output) File "/usr/lib/python3.7/socketserver.py", line 799, in write self._sock.sendall(b) BrokenPipeError: [Errno 32] Broken pipe

mbugert commented 3 years ago

Hi, thanks for reporting. Could you please provide more details on the steps which led to this error message? What was supposed to happen? Also, which version of the exporter are you using?

mbugert commented 3 years ago

Closing due to inactivity.