Old deployment suddenly crashes
entropy5
HOBBYOP

a year ago

PID: 63a98ccd-078d-491b-99ac-4f3b72535986
I have a python-dash project that has been running on railway for a long time now, and I just pushed a commit with some new data that made the site crash
After doublechecking everything and being quite sure that I didnt create the issue, I tried redeploying an older version (which definitely worked), but that one also crashes with the same error, making me believe something changed on the deployment level (?)
copy pasting logs below

19 Replies

entropy5
HOBBYOP

a year ago


entropy5
HOBBYOP

a year ago

i think this crash happens when it tries to import pandas


entropy5
HOBBYOP

a year ago

bugfix is the old version i tried redeploying after new data and remove extra file crashed

1303915611390345200


entropy5
HOBBYOP

a year ago

I understand that im using quite old versions at this point, and if this would be causing issues i can start updating all of it


entropy5
HOBBYOP

a year ago

this project originally ran on heroku and was moved to railway when they changed their free plan


a year ago

what version of python do you run this app with locally?


entropy5
HOBBYOP

a year ago

Python 3.9.15


a year ago

does the app work locally?


entropy5
HOBBYOP

a year ago

yes


a year ago

have you pinned all your modules to specfic versions in your requirements.txt?


entropy5
HOBBYOP

a year ago

1304121201643487200


entropy5
HOBBYOP

a year ago

i tried comparing build logs between the two but the old ones seem to be cleared


a year ago

hobby users only have logs for the past 7 days


entropy5
HOBBYOP

a year ago

yea that explains


a year ago

have you tried researching this error?


entropy5
HOBBYOP

a year ago

ill uhh rebuild the venv and investigate the versions
the errors not very clear
i thought maybe you guys had seen something like it before


a year ago

ive never seen this before as it wouldnt be specific to our platform.


entropy5
HOBBYOP

a year ago

ok rebuilding my env from requirements.txt locally produces the same error
no clue why but its a pip issue i guess
thanks for the help


a year ago

no problem!


Loading...