GDQuest / learn-gdscript

Learn Godot's GDScript programming language from zero, right in your browser, for free.
https://gdquest.github.io/learn-gdscript/
Other
2.11k stars 160 forks source link

Lesson 15. Modulo freezes up #451

Closed MaggieKix closed 2 years ago

MaggieKix commented 2 years ago

When executing the script in "advancing traffic lights", browser will freeze up.

Steps to reproduce the bug:

  1. Go to lesson 15, "advancing traffic lights"
  2. Complete script
  3. Run
  4. See error "ERROR connection timed out"

I have reset my cache and cookies but it still does happen, I have a stable connection

Windows 11, Chrome

MaggieKix commented 2 years ago

gdquest-1647394061185.log

NathanLovato commented 2 years ago

Could you try again? Might've just been the server restarting after a crash. If it works now, we can close the issue.

NathanLovato commented 2 years ago

Should be fixed with #462 now solved, that was the root issue, server-side. We're also now working on #300 to remove the need for an internet connection and server entirely.