-
Notifications
You must be signed in to change notification settings - Fork 206
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
Unexpected token '<', "<!DOCTYPE "... is not valid JSON
#1025
Comments
I am getting the same error on Windows and Linux. With Chrome and Edge. JSON.parse: unexpected character at line 1 column 1 of the JSON data |
Same issue here, seems that the playground has downed. 😢 |
I saw the same error today (though it was fixed shortly), maybe there needs to be some validation in whatever XHR request is returning this HTML which is presumably an error page? So it can at least fail gracefully with a more intelligible error message. |
I saw the same error today with relatively trivial code. Please fix! |
i got same error today |
is what trying to build a piece of code reports on https://play.rust-lang.org/?version=nightly&mode=release&edition=2021
I cannot share the playground (if this is specific to that at all), because the 'share' section keeps loading indefinitely
Reproduces on the trivial code:
Might have something to do with #666
The text was updated successfully, but these errors were encountered: