How do I get rid of: exit status -1?

Replit never used to do this.
when I press stop it used to stop, but now it says:

exit status -1

in red text

Hey, @ANDRINLEWIS welcome to the forums!

Can you please provide a link to the repl? This way it is easier for staff and members of the community to help you!

Also see this guide on how to share your code:

1 Like

:wave: Welcome to the community, @ANDRINLEWIS!
This is completely normal! By stopping your code, Replit is running exit status -1 for you, so it displays in the console.


If this helps, please mark it as a solution!

https://replit.com/@ANDRINLEWIS/test#main.py

I made a dummy program to show it.
I haven’t imported anything here or done anything except go into .replit to fix the:

/nix/store/zqk3m21442kvpjwd3rh41wdavqkzkyik-python3-wrapper/bin/python3 $file

But even without fixing it it still says exit status -1
It’s only one line of code.

It doesn’t happen on the cover page, so I’m not sure why it matters?

@ANDRINLEWIS In my :point_up: above post, I have described the answer already. Please look at it, and if it helps, mark it as a solution.

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