Michael-F-Bryan / mdbook-linkcheck

A backend for `mdbook` which will check your links for you.

Home Page:https://michael-f-bryan.github.io/mdbook-linkcheck/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Unable to parse RenderContext

Nutomic opened this issue · comments

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 rust-lang/mdBook#1306? Any idea how to fix it?