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 281 forks source link

🪲 Clicking a link to a program sometimes results in an error #5598

Closed Felienne closed 2 weeks ago

Felienne commented 3 weeks ago

Here is an example:

image

Id: afab870719be4310a8ed936d6365470a

(and as you can see, the error message is also broken, not a biggie but ugly)

Felienne commented 3 weeks ago

Ah interesting!

If I login (as an admin), the program does show. So something in the auth code might be off?

jpelay commented 2 weeks ago

Working on this!

jpelay commented 2 weeks ago

Here is an example:

image

Id: afab870719be4310a8ed936d6365470a

(and as you can see, the error message is also broken, not a biggie but ugly)

I can see that in this screenshot the user is not logged in! Which is required to see a program. I think the problem is also that the error page is broken and I will fix that.