Lee1000
Lee1000
RRailway
Created by Lee1000 on 12/10/2023 in #✋|help
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
RRailway
Created by Lee1000 on 6/22/2023 in #✋|help
What happened to restart, redeploy, remove buttons?
Hi, there used to be buttons to restart a deployment, redeploy it, or remove it. Have these been moved somewhere else? I can't find them.
6 replies
RRailway
Created by Lee1000 on 4/11/2023 in #✋|help
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