hedyorg / hedy

Hedy is a gradual programming language to teach children programming. Gradual languages use different language levels, where each level adds new concepts and syntactic complexity. At the end of the Hedy level sequence, kids master a subset of syntactically valid Python.
https://www.hedy.org
European Union Public License 1.2
1.26k stars 282 forks source link

🪲 Console errors related to user activity #5550

Closed jpelay closed 2 weeks ago

jpelay commented 1 month ago

This is happening on alpha right now, we are getting console errors related to some JSON. I checked the response that is being turned to json and it seemed fine, does anyone else have any clue?

image

jpelay commented 1 month ago

Tagging @hasan-sh!

hasan-sh commented 1 month ago

Fixed by #5527

jpelay commented 1 month ago

Fixed by #5527

I don't think it is! As I see it, the error is not the same? Now it says "Unexpected end of JSON input".

Annelein commented 3 weeks ago

@hasan-sh it would be nice to have it fixed because it's quite an annoying bug when debugging!