This repository was archived by the owner on May 20, 2020. It is now read-only.
This repository was archived by the owner on May 20, 2020. It is now read-only.
"Error while processing route: crates JSON.parse: unexpected end of data at line 1 column 1 of the JSON data" #40
Open
Description
@GuillaumeGomez has problems loading up rustdoc
This means that this line is for some reason not finding data.json
.
I have a hunch it's because this is a relative URL. It works for me locally, and @QuietMisdreavus as well. @GuillaumeGomez is on OS X, so I wonder if that's the issue.
If anyone else sees this bug, I'd like to figure out how to solve it.
As a workaround, python -m SimpleHTTPServer
in the example\target\doc
directory seems to make it work.