help mee plzzz
s7ndor
FREEOP

2 months ago

it's getting crashed what happened, anybody know? i can realy use your help

$10 Bounty

4 Replies

Railway
BOT

2 months ago

This thread has been opened as a bounty so the community can help solve it.

Status changed to Open Railway 2 months ago


2 months ago

can you share your error logs?


mayori

can you share your error logs?

s7ndor
FREEOP

2 months ago

actually all of them crashed)) sincee i'm non-technical founder. i got no idea where i got wrong. claude is in dead end and also free version. i guess i need to buy some stuff

image.png

Attachments


yashgandhe666
FREE

2 months ago

You have a syntax error in your app/main.py file

You can fix it by changing the line


from handlers import register_handlers,

to


from handlers import (

    register_handlers,

    ... (other imports)

)

2 months ago

or just remove the comma if you have nothing else to import


Welcome!

Sign in to your Railway account to join the conversation.

Loading...