Lee1000
Error processing message: SSL SYSCALL error: EOF detected
Hi all, I've created a program that fetches real-time cryptocurrency data from Binance using websockets, processes it for multiple symbols simultaneously using multiprocessing, and stores the information in a PostgreSQL database. It works on my local machine, but when I deploy it on Railway, I get the following errors:
Error processing message: SSL error: sslv3 alert bad record mac Error processing message: SSL SYSCALL error: EOF detected Error processing message: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request.Any ideas?
8 replies
Does anyone know how to install ta-lib?
I tried to install ta-lib, but I got the following:
#11 31.59 Building wheels for collected packages: TA-Lib
#11 31.59 Building wheel for TA-Lib (pyproject.toml): started
#11 32.74 Building wheel for TA-Lib (pyproject.toml): finished with status 'error'
#11 32.75 Failed to build TA-Lib
#11 32.75 error: subprocess-exited-with-error
#11 32.75
#11 32.75 × Building wheel for TA-Lib (pyproject.toml) did not run successfully.
#11 32.75 │ exit code: 1
#11 32.75 ╰─> [27 lines of output]
#11 32.75 <string>:77: UserWarning: Cannot find ta-lib library, installation may fail.
#11 32.75 ERROR: Failed building wheel for TA-Lib
#11 32.75 ERROR: Could not build wheels for TA-Lib, which is required to install pyproject.toml-based projects
My project ID is ad7c9bbc-1aa3-40e0-ba84-511487698898
9 replies