OverflowError: Python int too large to convert to C int
Traceback (most recent call last): File "/root/python//myenv/lib64/python3.9/site-packages/cycurl/requests/websockets.py", line 537, in run_forever chunk, frame = self.recv_fragment() File "/root/python//myenv/lib64/python3.9/site-packages/cycurl/requests/websockets.py", line 365, in recv_fragment chunk, frame = self.curl.ws_recv() File "cycurl/_curl.pyx", line 295, in cycurl._curl.Curl.ws_recv File "cycurl/_curl.pyx", line 316, in cycurl._curl.Curl.ws_recv File "cycurl/_curl.pyx", line 385, in cycurl._curl.Curl._check_error cycurl._curl.CurlError: Failed to WS_RECV, curl: (81) . See https://curl.se/libcurl/c/libcurl-errors.html first for more details.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/python//.py", line 45, in
Amazing. Can you provide a minimal example to reproduce this?