denoland / docland

The documentation generation website for Deno
https://doc.deno.land
MIT License
119 stars 29 forks source link

"Bad Request" error when viewing a third party module #183

Open nberlette opened 1 year ago

nberlette commented 1 year ago

When trying to view docs for a third-party module, I encounter a "Bad Request" error referencing various dependencies of the module. Refreshing the page displays a different dependency each time, but always the same vague error. This seems to only be happening when trying to view the root mod.ts file.

https://user-images.githubusercontent.com/11234104/184711839-3fa2182d-9c62-456c-badf-a854d767c70c.mov

lucsoft commented 1 year ago

Hey, any updates on this?

nberlette commented 10 months ago

@lucsoft not to the best of my knowledge. I still encounter this issue from time to time, albeit much less frequently than last year... I have no clue what could be causing it. There's some entire modules that the deno doc engine just seems to refuse to document, but there's also some that only behave like this once in a blue moon.

Maybe someone more familiar with the rendering mechanisms can chime in on what could be contributing to it? 🤷🏼‍♂️