rust-lang / rust-playground

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

Could not start the container #1016

Closed MizardX closed 10 months ago

MizardX commented 10 months ago

When trying to execute some code on https://play.rust-lang.org/ I just got a blank screen. No output at all.

fn main() {
    println!("X");
}

Looking in the console, I noticed a POST request that resulted in HTTP 500 error:

Unable to perform a streaming execute: Could not begin the execution session: Could not start the container: Unable to load original Cargo.toml: Could not read the file: Did not receive a response from the demultiplexer: channel closed

This error was not shown on the page, unless I switched to one of the alternative outputs (ASM, LLVM IR, MIR, HIR or WASM): image

Switching to Stable or Beta channel does not work either.

Whatever I try, that message seems to repeat.

Taxolotl commented 10 months ago

I'm having this same issue. I am pretty sure it's a server problem. It was working earlier today though.

Taxolotl commented 10 months ago

image This is the output from attempting to run code in rust by example with the run button

lioriz1 commented 10 months ago

Came back for life

MizardX commented 10 months ago

Seems to be working again. We'll see if this persists. I have no idea what happened. image

shepmaster commented 10 months ago

Duplicate of #955