I don't know why but recently, my friends' repl has been crashing with an error(The IDE is having a bit of trouble). We have about 500 lines of code in python so I don't know if it is because we have a lot of lines of code or something else.
It's most likely due to a lack of processing power in repl's servers as they have to allocate that power to hundreds of different repls. My recommendation would be to use a local IDE which will use your CPU and will avoid internet-related issues.
Why is replit lagging and crashing?
I don't know why but recently, my friends' repl has been crashing with an error(The IDE is having a bit of trouble). We have about 500 lines of code in python so I don't know if it is because we have a lot of lines of code or something else.
It's most likely due to a lack of processing power in repl's servers as they have to allocate that power to hundreds of different repls. My recommendation would be to use a local IDE which will use your CPU and will avoid internet-related issues.