hedy
hedy copied to clipboard
🪲 Puzzle gives 500 server error
Pressing "Run code" for a puzzle results in a HTTP 500 for hedy.org/parse
Level 1 > Puzzle > Exercise 1
It happend in the classroom with a chromebook / chrome. I can reproduce this on a Mac with FF
POST Payload:
{"level":"1","code":"print Welcome to bakery Hedy!\nask What type of pie do you want to order?\necho So you want\nprint Your order is being prepared!\n","lang":"en","skip_faulty":false,"is_debug":false,"tutorial":false,"read_aloud":false,"save_name":"Introduction 1"}
URL https://hedy.org/parse
Response:
{"code": 500, "error": "Something went wrong...", "exception": ["werkzeug.exceptions.InternalServerError: 500 Internal Server Error: The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.\n"]}