TaxyAI / browser-extension

Automate your browser with GPT-4
MIT License
1.01k stars 395 forks source link

Failed to attach debugger: Cannot access a chrome:// URL #56

Closed DDDog-WANG closed 9 months ago

DDDog-WANG commented 9 months ago
截屏2024-02-21 14 03 54

I just finished install, but when I tried to input some instruction into TaxyAI box, get trhis error:

Error
Failed to attach debugger: Cannot access a chrome:// URL

popup.bundle.js:77394 (_callee$)

case 0: if (!chrome.runtime.lastError) { _context.next = 5; break; } console.error('Failed to attach debugger:', chrome.runtime.lastError.message); reject(new Error("Failed to attach debugger: ".concat(chrome.runtime.lastError.message))); _context.next = 13; break;

popup.bundle.js:77375 (tryCatch) popup.bundle.js:77375 (匿名函数) popup.bundle.js:77375 (匿名函数) popup.bundle.js:77376 (asyncGeneratorStep) popup.bundle.js:77377 (_next) popup.bundle.js:77377 (匿名函数) popup.bundle.js:77377 (匿名函数)

DDDog-WANG commented 9 months ago
截屏2024-02-21 14 07 23

Like this.

DDDog-WANG commented 9 months ago

I have solved this problem.

Do not start from chrome initial page, which has no any url, just brower.

Go a url, like google.com, then this can work.