Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why do I get "Response was not JSON" on the Rust Playground? [closed]

Tags:

rust

I am trying to run a simple hello world program on the Rust Playground:

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

But all I get is an error:

Response was not JSON: SyntaxError: The string did not match the expected pattern.

What is going on?

like image 336
Kalapala Teja Avatar asked Oct 14 '25 08:10

Kalapala Teja


1 Answers

This appears to be the symptomatic message displayed if the server-side of the Rust Playground is unresponsive, likely due to either updates or overloaded usage. There isn't much you can do beyond waiting for it to become responsive.

There is a mirror site here (by the playground's primary developer).

like image 131
kmdreko Avatar answered Oct 18 '25 11:10

kmdreko



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!