Repl starts then stops instantly

Hello! I have this repl that is basically an IVA. I have the issue where I press the start button and it runs but then shuts down instantly!

I have put the code on my computer and it works fine but on replit it doesn’t

Here is the link to the project: https://replit.com/@MilesWK/Zepo-Your-virtual-AI?v=1

-MilesWK

1 Like

Hey @MilesWK!

It seems you are trying to run a different file than main.py (main.py is empty there fore it doesn’t do anything and stops instantly). To do so change the entrypoint in the .replit file to be the file name or, in main.py do import filename (make sure to replace filename with your file name). Hope this helps!

3 Likes

Oh darn! I am so blind. Thanks for helping!

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.