Certstream Python - SIGFPE
Traceback (most recent call last):
File "
Using Python 3.12.2
Seems like you were having this issue with the python client library: https://github.com/CaliDog/certstream-python.
Also you are probably running the python client on Windows 10? Because SIGPIPE doesn't seem to be available on Windows 10. See https://stackoverflow.com/questions/58718659/cannot-import-name-sigpipe-from-signal-in-windows-10
Duplicate of https://github.com/CaliDog/certstream-python/issues/36