Error: Failed to execute 'startTask()' on 'AsyncTaskManager': The asynchrounous task manager has been aborted.
- Dominant language
- TypeScript
- Stars
- 1.7k
- Forks
- 162
- PR merge metrics
- No merged PRs in 30d
Description
v0.0.6
```
npx sitefetch "https://www.google.com/search?q=something"
INFO Fetching https://www.google.com/search?q=something
file:///Users/songkeys/.npm/_npx/d3d6b3eceb5acd4a/node_modules/sitefetch/dist/cli.js:20904
throw new this.#browserFrame.window.Error(`Failed to execute 'startTask()' on 'AsyncTaskManager': The asynchrounous task manager has been aborted.`);
^
Error: Failed to execute 'startTask()' on 'AsyncTaskManager': The asynchrounous task manager has been aborted.
at AsyncTaskManager.startTask (file:///Users/songkeys/.npm/_npx/d3d6b3eceb5acd4a/node_modules/sitefetch/dist/cli.js:20904:13)
at file:///Users/songkeys/.npm/_npx/d3d6b3eceb5acd4a/node_modules/sitefetch/dist/cli.js:32196:59
at new Promise ()
at Fetch.sendRequest (file:///Users/songkeys/.npm/_npx/d3d6b3eceb5acd4a/node_modules/sitefetch/dist/cli.js:32195:12)
at Fetch.send (file:///Users/songkeys/.npm/_npx/d3d6b3eceb5acd4a/node_modules/sitefetch/dist/cli.js:32065:23)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Window.fetch (file:///Users/songkeys/.npm/_npx/d3d6b3eceb5acd4a/node_modules/sitefetch/dist/cli.js:57008:12)
Node.js v22.11.0
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.