You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part way through checking our files, the checker will fail with:
FILE: ./edge-impulse-studio/processing-blocks/image.md
/usr/local/lib/node_modules/markdown-link-check/node_modules/async/dist/async.js:324
if (fn === null) throw new Error("Callback was already called.");
^
Error: Callback was already called.
at /usr/local/lib/node_modules/markdown-link-check/node_modules/async/dist/async.js:324:36
at /usr/local/lib/node_modules/markdown-link-check/node_modules/async/dist/async.js:248:17
at /usr/local/lib/node_modules/markdown-link-check/index.js:129:13
at /usr/local/lib/node_modules/markdown-link-check/node_modules/link-check/lib/proto/http.js:117:21
at done (/usr/local/lib/node_modules/markdown-link-check/node_modules/needle/lib/needle.js:463:14)
at PassThrough.<anonymous> (/usr/local/lib/node_modules/markdown-link-check/node_modules/needle/lib/needle.js:717:9)
at PassThrough.emit (node:events:524:35)
at endReadableNT (node:internal/streams/readable:1378:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Node.js v20.4.0
*** ERROR: Something went wrong - see the errors above...
This seems to occur randomly on different markdown files in our repo.
Part way through checking our files, the checker will fail with:
This seems to occur randomly on different markdown files in our repo.
Here is our job:
The text was updated successfully, but these errors were encountered: