Trying accessing al old Python Replit application, got You can't run this Repl right now

Problem description:
The problem is that I have a really long Python application in main.py that I built long time ago. I wanted to update the code so it would work better but I got You can’t run this Repl right now. modal right after entering the page. Is there a way to fix this? I am the owner of the app (if there is anything wrong I’m sorry).

Expected behavior:
I excepted to access the code and update it.

Actual behavior:
Modal You can’t run this Repl right now.

Steps to reproduce:

  1. Go to my page https://replit.com/@Antonio225/Antobot-Discord#main.py
  2. Wait some seconds

Bug appears at this link:
https://replit.com/@Antonio225/Antobot-Discord#main.py

Browser/OS/Device:
Windows 10

This happened because you violated the ToS iirc probably

if you can, enter kill 1 in Shell.
Otherwise, try forking the repl. It does load on the spotlight page for me.

Thanks for your answer, if I did that it might be a problem, all I did is request.get() to some websites. If I did violate ToS I’m really sorry then.

1 Like

Thanks for the answer, I did try to fork the application but it shows again. The problem seems to be the main.py but I don’t know why. Probably because it is very long.

I can’t view the code. Evidently it violates the ToS. Length is not an issue (see this Repl with over 3000 lines of code).
image

Alright, I’ll see what is wrong then and solve this issue if it really violates ToS.

I can still view it :thinking: Maybe some Explorer bug/fix? (I tried without Explorer, but then that could be because the temporary fork from before is being loaded?)