Python App to Railway Troubleshooting

Hello! I have a python app and get hub that I have uploaded to Railway and I’m having much trouble getting the API to work. I would appreciate any help if possible. If you would like to try the package and see if you can get it to work this is the link to my GitHub : https://github.com/verblead/YOURVOICE.AI.git Respectfully, Kevin Luke
28 Replies
Percy
Percy7mo ago
Project ID: 529b6fa1-7c11-480b-81b2-5654cfb2f35c
VERBLEAD
VERBLEADOP7mo ago
529b6fa1-7c11-480b-81b2-5654cfb2f35c
Brody
Brody7mo ago
what have you tried, what isn't working, what are the issues and errors involved? that repo is also private
VERBLEAD
VERBLEADOP7mo ago
I’ll make it public My app.py folder says it keeps crashing after deployment It should be public now
Adam
Adam7mo ago
What is the error that the logs say?
Adam
Adam7mo ago
As a general rule, we don't run users projects. You should be able to retrieve the logs and send them here.
VERBLEAD
VERBLEADOP7mo ago
I put it in my bookmark and then clicked it while on railway, but nothing happened
Brody
Brody7mo ago
please follow the 3 instructions
VERBLEAD
VERBLEADOP7mo ago
I did
Brody
Brody7mo ago
please send the log file then
VERBLEAD
VERBLEADOP7mo ago
I don’t see anywhere that it created a log file
Brody
Brody7mo ago
your browser will download a file
VERBLEAD
VERBLEADOP7mo ago
deployment_logs_yourvoice.ai_1714961521.log I tried copying into my phone. I’m opening my computer app for discord
Brody
Brody7mo ago
ModuleNotFoundError: No module named 'six'
ModuleNotFoundError: No module named 'six'
VERBLEAD
VERBLEADOP7mo ago
Yep I've added multiple time
Brody
Brody7mo ago
how have you added it?
VERBLEAD
VERBLEADOP7mo ago
VS CODE and the git push
Brody
Brody7mo ago
im sorry but that doesn't answer the question
VERBLEAD
VERBLEADOP7mo ago
pip install six
Brody
Brody7mo ago
that installs the module to your computer you need to be using a requirements.txt file
VERBLEAD
VERBLEADOP7mo ago
I have that
Brody
Brody7mo ago
it needs to contain all the modules your app needs
VERBLEAD
VERBLEADOP7mo ago
blinker==1.8.1 click==8.1.7 Flask==3.0.3 gunicorn==22.0.0 itsdangerous==2.2.0 Jinja2==3.1.3 MarkupSafe==2.1.5 packaging==24.0 Werkzeug==3.0.2 What is the one for six
Adam
Adam7mo ago
PyPI
six
Python 2 and 3 compatibility utilities
Adam
Adam7mo ago
running pip list will give you all your installed packages. Find the one for six and copy the version.
VERBLEAD
VERBLEADOP7mo ago
six 1.16.0 Thank you I'll give it a shot
Want results from more Discord servers?
Add your server