CaliDog / certstream-server

Certificate Transparency Log aggregation, parsing, and streaming service written in Elixir
https://certstream.calidog.io
MIT License
266 stars 74 forks source link

Certstream Python - SIGFPE #117

Open Asentrixx opened 7 months ago

Asentrixx commented 7 months ago

Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "C:\Users\X\AppData\Local\Programs\Python\Python312\Scripts\certstream.exe__main__.py", line 4, in File "C:\Users\X\AppData\Local\Programs\Python\Python312\Lib\site-packages\certstream\cli.py", line 8, in from signal import signal, SIGPIPE, SIG_DFL ImportError: cannot import name 'SIGPIPE' from 'signal' (C:\Users\X\AppData\Local\Programs\Python\Python312\Lib\signal.py). Did you mean: 'SIGFPE'?

Using Python 3.12.2

d-Rickyy-b commented 6 months ago

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