rust-playground icon indicating copy to clipboard operation
rust-playground copied to clipboard

`Run` returns `Unexpected token '<', "<!DOCTYPE "... is not valid JSON`

Open xobs opened this issue 8 months ago • 1 comments

When going to https://play.rust-lang.org/?version=stable&mode=debug&edition=2021 in a new browser, hitting "Run" returns a compile error of:

Unexpected token '<', "<!DOCTYPE "... is not valid JSON

The actual response looks like a timeout error that the site is trying to parse as some sort of JSON message.

xobs avatar Feb 13 '25 09:02 xobs