Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not start the container #1016

Closed
MizardX opened this issue Dec 9, 2023 · 5 comments
Closed

Could not start the container #1016

MizardX opened this issue Dec 9, 2023 · 5 comments

Comments

@MizardX
Copy link

MizardX commented Dec 9, 2023

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
Copy link

Taxolotl commented Dec 9, 2023

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

@Taxolotl
Copy link

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

@lioriz1
Copy link

lioriz1 commented Dec 10, 2023

Came back for life

@MizardX
Copy link
Author

MizardX commented Dec 10, 2023

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

@shepmaster
Copy link
Member

Duplicate of #955

@shepmaster shepmaster marked this as a duplicate of #955 Dec 10, 2023
@shepmaster shepmaster closed this as not planned Won't fix, can't repro, duplicate, stale Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants