rust-lang / rust-playground

The Rust Playground
https://play.rust-lang.org/
Apache License 2.0
1.24k stars 207 forks source link

Can't run / build any code (Unexpected token '<', "<!DOCTYPE "... is not valid JSON) #1017

Closed MelonenBiber closed 10 months ago

MelonenBiber commented 10 months ago

How to reproduce:

  1. Visit https://play.rust-lang.org/ in a private window (default configurations & example code)
  2. Click the "RUN" button

Beheaviour

execution progress loads for 30-45 seconds then errors out. Error message on ungoogled-chromium: Unexpected token '<', "<!DOCTYPE "... is not valid JSON Error message on firefox: JSON.parse: unexpected character at line 1 column 1 of the JSON data

Additional info

Chrome version: 119.0.6045.199 (Official Build, ungoogled-chromium) (64-bit) Firefox version: 120.0 (64-bit)

shepmaster commented 10 months ago

Duplicate of #955