RaspberryPiFoundation / editor-ui

Code Editor web component
https://editor-static.raspberrypi.org
Apache License 2.0
37 stars 9 forks source link

Error on first run using turtle module #923

Closed MarcScott closed 5 months ago

MarcScott commented 5 months ago

Go to https://editor.raspberrypi.org/en/projects/turtle-race-solution and run the code.

On Firefox the following error occurs on first run:

ExternalError: TypeError: t is null on line 1 of main.py

On Chrome the following error occurs on first run:

ExternalError: TypeError: Cannot read properties of null (reading 'firstChild') on line 1 of main.py

Click run again allows the program to run as expected