2 years ago
Hello,
I have a Django App that has crashed and I can't find any error information. Nothing has been added or changed to the code base so I'm a little confused as to why it crashed without me changing anything. I need this site to be up for my business to be able to run. So far I've tried the following:
Deploying an older version of the application.
I changed debug to True and re-deployed it to Github to trouble shoot the issue but I'm not seeing any debug information when it crashes.
Verified that my membership is paid and it is.
This is what the deployment log is showing:
conn = connect(dsn, connectionfactory=connection_factory, **kwasync)
django.db.utils.OperationalError: connection to server at "viaduct.proxy.rlwy.net" (35.212.174.161), port 30894 failed: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request.
7 Replies
2 years ago
I can't find any error information
May I ask what you would refer to this information as? 
conn = connect(dsn, connectionfactory=connection_factory, **kwasync)
django.db.utils.OperationalError: connection to server at "viaduct.proxy.rlwy.net" (35.212.174.161), port 30894 failed: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request.2 years ago
I'm not familiar with Railway's debug. Could you describe what's happening here?
2 years ago
That's your own application code printing that panic, not Railway.
What is the deployment status of Postgres?
2 years ago
Why would it randomly stop working if I didn't change any code? Postgres deployment status is active.
2 years ago
You were right I redeployed Postgres and the project works now. Did it get deactivated when my subscription lapsed?
Status changed to Solved Railway • over 1 year ago
2 years ago
Thank you!
2 years ago
That is how it works, yes, I'm not sure why you said it was active then, but glad it works now.