Closed DDDog-WANG closed 9 months ago
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 (匿名函数)
Like this.
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.
I just finished install, but when I tried to input some instruction into TaxyAI box, get trhis error:
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 (匿名函数)