Michael-F-Bryan / mdbook-linkcheck

A backend for `mdbook` which will check your links for you.
https://michael-f-bryan.github.io/mdbook-linkcheck/
MIT License
144 stars 29 forks source link

Error: Unable to parse RenderContext #71

Open Nutomic opened 2 years ago

Nutomic commented 2 years ago

Hi, i'm trying to add mdbook-linkcheck to our project, but getting a strange error:

Error: Unable to parse RenderContext

Caused by:
missing field `sections` at line 1 column 479523
2022-05-16 12:27:34 [ERROR] (mdbook::renderer): Renderer exited with non-zero return code.
2022-05-16 12:27:34 [ERROR] (mdbook::utils): Error: Rendering failed
2022-05-16 12:27:34 [ERROR] (mdbook::utils):    Caused By: The "linkcheck" renderer failed

Maybe its because we are using a forked mdbook version based on https://github.com/rust-lang/mdBook/pull/1306? Any idea how to fix it?