tsdocs icon indicating copy to clipboard operation
tsdocs copied to clipboard

Site crashing for some packages

Open ej-shafran opened this issue 1 year ago • 4 comments

Trying to access @hilma/forms results in the site crashing.

The first few times I tried to access it, it resulted in an UNEXPECTED_DOCS_POLL_FAILURE:

image

Refreshing the page led to this:

image

I tried again a few minutes later and got a different failure, with this stack trace:

image

Accessing other libraries works fine (I looked at the docs for react and eslint-plugin-nitpick which is my own package and didn't encounter any error).

I don't know if this issue is the proper way to report this, but help would be appreciated...

ej-shafran avatar Dec 20 '23 06:12 ej-shafran

I got the same problem trying the @nestjs/bull package. I repeated the request after a few minutes and the documentation was loaded normally. So I tried to reproduce with @nestjs/throttler and got Bad Gateway. After another attempt, everything worked well.

Meelistenso avatar Dec 20 '23 07:12 Meelistenso

the same issue with @syncfusion packaes

jpgdata avatar Dec 20 '23 09:12 jpgdata

Thought this might be an issue for namespaced packages, but some similar crash just happened to me for both eslint-plugin-nitpick and @ej-shafran/eslint-plugin-nitpick

ej-shafran avatar Dec 20 '23 09:12 ej-shafran

Searching for astro also creates errors. For example: Searching for astro -> Choose Type Aliases -> APIRoute returns: ":500,"code":"ENOENT","error":"Internal Server Error","message":"ENOENT: no such file or directory, open '/var/www/tsdocs/tsdocs/docs/1.0/astro/4.0.6/types/APIRoute.html'"}

ThePhilgrim avatar Dec 20 '23 09:12 ThePhilgrim