TheArtfulProgrammer
TheArtfulProgrammer
RRailway
Created by TheArtfulProgrammer on 7/5/2024 in #✋|help
API returning 502 Bad Gateway for long running requests, short running requests are working fine.
No description
6 replies
RRailway
Created by TheArtfulProgrammer on 2/13/2024 in #✋|help
Good day, I am facing issues while streaming the video using ffmpeg. I am using express and nodejs.
No description
14 replies
RRailway
Created by TheArtfulProgrammer on 8/22/2023 in #✋|help
Extension of Payment Due Date for Subscription
Is there a way I can request for a brief extension of a few days for my upcoming payment?
10 replies
RRailway
Created by TheArtfulProgrammer on 7/27/2023 in #✋|help
Issue accessing the file after a successful upload
I am uploading a file to a directory e.g documents/2635353553/1/content/filenane.txt. The issue comes when am try to access the file eg https://web-production-bd9e.up.railway.app/documents/263782244051/1/content/Software_Developer_Intern.pdf It is giving a 404 error. This works on localhost if i try to access eg at http://127.0.0.1:5000/documents/263782244051/1/content/Software_Developer_Intern.pdf
80 replies
RRailway
Created by TheArtfulProgrammer on 7/26/2023 in #✋|help
[WARNING] Worker with pid 10 was terminated due to signal 9
My application is kinda terminated. The set up of the application is like this when i upload the document, i have to wait for the application to process the document. After processing the document, it will return a message. If the document is not process it keeps checking every 15 seconds. I believe this process is somehow terminated. How i solve this. My Application is Flask app
12 replies
RRailway
Created by TheArtfulProgrammer on 7/25/2023 in #✋|help
How to do I change my Python Version on Railway Up and How Do I Access the Project files
I have a Flask App which was working perfectly fine n my local machine, last night i pushed it to Railway, its giving some errors I suspect its the python version, the version I was using on localhost is 3.10, the build version is 3.8 Also I have an sqlite database in the project directory, how will i access the project files so that i will see the databse changes and avoiding memory leaks
12 replies