Python App to Railway Troubleshooting
verblead
HOBBYOP

2 years ago

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

35 Replies

verblead
HOBBYOP

2 years ago

529b6fa1-7c11-480b-81b2-5654cfb2f35c


brody
EMPLOYEE

2 years ago

what have you tried, what isn't working, what are the issues and errors involved?

that repo is also private


verblead
HOBBYOP

2 years ago

I’ll make it public


verblead
HOBBYOP

2 years ago

My app.py folder says it keeps crashing after deployment


verblead
HOBBYOP

2 years ago

It should be public now


adam
MODERATOR

2 years ago

What is the error that the logs say?


brody
EMPLOYEE

2 years ago

deploy logs please -


adam
MODERATOR

2 years ago

As a general rule, we don't run users projects. You should be able to retrieve the logs and send them here.


verblead
HOBBYOP

2 years ago

I put it in my bookmark and then clicked it while on railway, but nothing happened


brody
EMPLOYEE

2 years ago

please follow the 3 instructions


verblead
HOBBYOP

2 years ago

I did


brody
EMPLOYEE

2 years ago

please send the log file then


verblead
HOBBYOP

2 years ago

I don’t see anywhere that it created a log file


brody
EMPLOYEE

2 years ago

your browser will download a file


verblead
HOBBYOP

2 years ago

deploymentlogsyourvoice.ai_1714961521.log


verblead
HOBBYOP

2 years ago

I tried copying into my phone. I’m opening my computer app for discord


verblead
HOBBYOP

2 years ago


brody
EMPLOYEE

2 years ago

ModuleNotFoundError: No module named 'six'

verblead
HOBBYOP

2 years ago

Yep


verblead
HOBBYOP

2 years ago

I've added multiple time


brody
EMPLOYEE

2 years ago

how have you added it?


verblead
HOBBYOP

2 years ago

VS CODE and the git push


brody
EMPLOYEE

2 years ago

im sorry but that doesn't answer the question


verblead
HOBBYOP

2 years ago

pip install six


brody
EMPLOYEE

2 years ago

that installs the module to your computer


brody
EMPLOYEE

2 years ago

you need to be using a requirements.txt file


verblead
HOBBYOP

2 years ago

I have that


brody
EMPLOYEE

2 years ago

it needs to contain all the modules your app needs


verblead
HOBBYOP

2 years 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


verblead
HOBBYOP

2 years ago

What is the one for six



adam
MODERATOR

2 years ago

running pip list will give you all your installed packages. Find the one for six and copy the version.


verblead
HOBBYOP

2 years ago

six 1.16.0


verblead
HOBBYOP

2 years ago

Thank you


verblead
HOBBYOP

2 years ago

I'll give it a shot


Loading...