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.
This happens because there are soo many lines in your code, that by the time it loads, replit raises an error saying "we are having trouble". To fix, this, either buy a hacker plan for more storage/speed or divide your code into multiple files so that they have different loading times preventing crashes.
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.
This happens because there are soo many lines in your code, that by the time it loads, replit raises an error saying "we are having trouble". To fix, this, either buy a hacker plan for more storage/speed or divide your code into multiple files so that they have different loading times preventing crashes.