Old deployment suddenly crashes
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
Project ID:
63a98ccd-078d-491b-99ac-4f3b72535986
i think this crash happens when it tries to import pandas
bugfix is the old version i tried redeploying after new data and remove extra file crashed
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
this project originally ran on heroku and was moved to railway when they changed their free plan
what version of python do you run this app with locally?
Python 3.9.15
does the app work locally?
yes
have you pinned all your modules to specfic versions in your requirements.txt?
i tried comparing build logs between the two but the old ones seem to be cleared
hobby users only have logs for the past 7 days
yea that explains
have you tried researching this error?
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
ive never seen this before as it wouldnt be specific to our platform.
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
updated numpy pandas and its live again
no problem!