esm.sh icon indicating copy to clipboard operation
esm.sh copied to clipboard

Failed to import - egraph-visaulizer recent version (error code 524)

Open saulshanabrook opened this issue 1 year ago • 2 comments

Failing module

  • GitHub: https://github.com/saulshanabrook/egraph-visualizer
  • npm: https://www.npmjs.com/package/egraph-visualizer
import { render } from "https://esm.sh/[email protected]"

Error message

After onload I got this:

error code: 524

Additional info

Previously published versions work fine

saulshanabrook avatar Oct 12 '24 14:10 saulshanabrook

I am also getting the same timeout on version 2.0.1 which I just published with a small bugfix.

saulshanabrook avatar Oct 12 '24 14:10 saulshanabrook

this happens if there are too many build tasks in the queue and it's your first time accessing the module(including version updated), then you should wait for a while until it's built and stored in cache

ije avatar Oct 12 '24 17:10 ije