Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Failed to execute 'startTask()' on 'AsyncTaskManager': The asynchrounous task manager has been aborted. #2

Open
songkeys opened this issue Jan 7, 2025 · 1 comment

Comments

@songkeys
Copy link

songkeys commented Jan 7, 2025

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 (<anonymous>)
    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
@egoist
Copy link
Owner

egoist commented Jan 7, 2025

It doesn’t work for google yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants