I get the following error after a few days of running:
pi@raspberrypi:~ $ sudo systemctl status xrit-rx
● xrit-rx.service - xrit-rx - LRIT/HRIT Downlink Processor
Loaded: loaded (/etc/systemd/system/xrit-rx.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2022-08-14 14:27:28 +08; 1 weeks 1 days ago
Docs: https://github.com/sam210723/xrit-rx
Main PID: 1451 (python3)
Tasks: 3 (limit: 4915)
CPU: 31min 5.523s
CGroup: /system.slice/xrit-rx.service
└─1451 /usr/bin/python3 xrit-rx.py
Aug 22 18:53:42 raspberrypi python3[1451]: File "/usr/lib/python3.9/http/server.py", line 427, in handle
Aug 22 18:53:42 raspberrypi python3[1451]: self.handle_one_request()
Aug 22 18:53:42 raspberrypi python3[1451]: File "/usr/lib/python3.9/http/server.py", line 415, in handle_one_request
Aug 22 18:53:42 raspberrypi python3[1451]: method()
Aug 22 18:53:42 raspberrypi python3[1451]: File "/home/pi/xrit-rx/dash.py", line 99, in do_GET
Aug 22 18:53:42 raspberrypi python3[1451]: self.wfile.write(
Aug 22 18:53:42 raspberrypi python3[1451]: File "/usr/lib/python3.9/socketserver.py", line 799, in write
Aug 22 18:53:42 raspberrypi python3[1451]: self._sock.sendall(b)
Aug 22 18:53:42 raspberrypi python3[1451]: BrokenPipeError: [Errno 32] Broken pipe
I get the following error after a few days of running:
pi@raspberrypi:~ $ sudo systemctl status xrit-rx ● xrit-rx.service - xrit-rx - LRIT/HRIT Downlink Processor Loaded: loaded (/etc/systemd/system/xrit-rx.service; enabled; vendor preset: enabled) Active: active (running) since Sun 2022-08-14 14:27:28 +08; 1 weeks 1 days ago Docs: https://github.com/sam210723/xrit-rx Main PID: 1451 (python3) Tasks: 3 (limit: 4915) CPU: 31min 5.523s CGroup: /system.slice/xrit-rx.service └─1451 /usr/bin/python3 xrit-rx.py
Aug 22 18:53:42 raspberrypi python3[1451]: File "/usr/lib/python3.9/http/server.py", line 427, in handle Aug 22 18:53:42 raspberrypi python3[1451]: self.handle_one_request() Aug 22 18:53:42 raspberrypi python3[1451]: File "/usr/lib/python3.9/http/server.py", line 415, in handle_one_request Aug 22 18:53:42 raspberrypi python3[1451]: method() Aug 22 18:53:42 raspberrypi python3[1451]: File "/home/pi/xrit-rx/dash.py", line 99, in do_GET Aug 22 18:53:42 raspberrypi python3[1451]: self.wfile.write( Aug 22 18:53:42 raspberrypi python3[1451]: File "/usr/lib/python3.9/socketserver.py", line 799, in write Aug 22 18:53:42 raspberrypi python3[1451]: self._sock.sendall(b) Aug 22 18:53:42 raspberrypi python3[1451]: BrokenPipeError: [Errno 32] Broken pipe