Version 8.0.1 freeze

New version 8.1.1 freeze also on clicks .But i found one more critical clue .
I work on 2 tabs (tab0 and tab1) and extension switching sometimes between them.
So problem not happen if i work only on second tab domain.I mean on same page, same buttons , clicks will never freeze if work alone.
But now look .If i make another script and work to both domains switching between tab0 and tab1 , then problem happens to tab0 but also to tab1 ! I mean problem happens even to domain (tab1) which has no problem if work alone .

Is it any way or tool to use to debug application while freezing so i can give you more info ? Please if someone know how i can do it let me know.Thanks !

Update to problem.Is not related to single or multi tabs.Even with one only tab, extension is freezing .Until now i tested on 2 domains and freeze after up to 1 hour.
The latest script is not so big .Clicking and storing some variables and after some minutes is freeze .Also the part which freeze is small and repeated for some times and then freeze on the same (and the only one) button.
If there is a way to debug it maybe i can find the reason.

Now its freezing every minute :frowning: I tried to debug extension using this https://developer.chrome.com/docs/extensions/mv3/tut_debugging/ but when i select on the menu of developers tools the UI vision extension is not shown any detail or message for Kantu .
But there are 5 different Ui vision extensions running on the menu ! Is this normal ?
And is it option here to upload picture ?

Ok i can debug extension now while running .Here is the errors i receive on log
" bg.js:18859 Uncaught (in promise) Error: xFile is not installed yet
at chrome-extension:/xxxxxxxxxxxxxxxx/bg.js:18859:23
at async Promise.all (index 1) "
This error showing 3 times.
And also a warning
“requestFileSystem not supported”…
If i have news i return.
But please is this error giving any clue of what happen ?

And here is the log of dev tools when extension stopping after i focus to other browser.:
popup.js:4946 Uncaught (in promise) Error: Stop reason: ERROR
at popup.js:4946:18
at wrappedFn (263.js:4797:20)
anonymous) @ popup.js:4946
wrappedFn @ 263.js:4797
setTimeout (async)
smartSetTimeout @ 263.js:4799
(anonymous) @ popup.js:4939
F @ vendor.js:54824
__createPromiseForStop @ popup.js:4938
__end @ popup.js:4974
__errLog @ popup.js:5003
(anonymous) @ popup.js:4880
(anonymous) @ popup.js:4753
Promise.catch (async)
(anonymous) @ popup.js:4879
Promise.then (async)
__go @ popup.js:4775
(anonymous) @ popup.js:4877
Promise.then (async)
(anonymous) @ popup.js:4873
(anonymous) @ popup.js:4753
Promise.then (async)
(anonymous) @ popup.js:4849
Promise.then (async)
__go @ popup.js:4775
(anonymous) @ popup.js:4877
Promise.then (async)
(anonymous) @ popup.js:4873
(anonymous) @ popup.js:4753
Promise.then (async)
(anonymous) @ popup.js:4849
Promise.then (async)
__go @ popup.js:4775
(anonymous) @ popup.js:4877
Promise.then (async)
(anonymous) @ popup.js:4873
(anonymous) @ popup.js:4753
Promise.then (async)
(anonymous) @ popup.js:4849
Promise.then (async)
__go @ popup.js:4775
(anonymous) @ popup.js:4877
Promise.then (async)
(anonymous) @ popup.js:4873
(anonymous) @ popup.js:4753
Promise.then (async)
(anonymous) @ popup.js:4849
Promise.then (async)
__go @ popup.js:4775
(anonymous) @ popup.js:4877
Promise.then (async)
(anonymous) @ popup.js:4873
(anonymous) @ popup.js:4753
Promise.then (async)
(anonymous) @ popup.js:4849
Promise.then (async)
__go @ popup.js:4775
(anonymous) @ popup.js:4877
Promise.then (async)
(anonymous) @ popup.js:4873
(anonymous) @ popup.js:4753
Promise.then (async)
(anonymous) @ popup.js:4849
Promise.then (async)
__go @ popup.js:4775
(anonymous) @ popup.js:4877
Promise.then (async)
(anonymous) @ popup.js:4873
(anonymous) @ popup.js:4753
Promise.then (async)
(anonymous) @ popup.js:4849
Promise.then (async)
__go @ popup.js:4775
(anonymous) @ popup.js:4877
Promise.then (async)
(anonymous) @ popup.js:4873
(anonymous) @ popup.js:4753
Promise.then (async)
(anonymous) @ popup.js:4849
Promise.then (async)
__go @ popup.js:4775
(anonymous) @ popup.js:4877
Promise.then (async)
(anonymous) @ popup.js:4873
(anonymous) @ popup.js:4753
Promise.then (async)
(anonymous) @ popup.js:4849
Promise.then (async)
__go @ popup.js:4775
(anonymous) @ popup.js:4877
Promise.then (async)
(anonymous) @ popup.js:4873
(anonymous) @ popup.js:4753
Promise.then (async)
(anonymous) @ popup.js:4849

Hi, is this on windows, mac or Linux?

1 Like

Hi ! It is windows 10 32bit but also on 64bit problem is same.

Also i can not confirm if on developer mode problem not happen. Because i read that all extensions must not run to developer mode but only for developer reasons . So after debug i switched back to normal mode.

I receive an error on debug while script freezing (not stops but waiting there for nothing).
" bg.js:3289 Could not establish connection. Receiving end does not exist., sendMessage, [1451865076,{“type”:“BG_ANSWER_CS_8198”,“uid”:“ipcp_xxxxxxxxxxx_9”,“err”:null,“data”:10}]
callback @ bg.js:3289
bg.js:3290 Uncaught (in promise) {message: ‘Could not establish connection. Receiving end does not exist.’}"
I edited some numbers on ipcp

What is developer mode? Do you mean the switch in the Chrome extension page? I have this “on” all the time, why not?

Its better to turn it off for security reasons .Its giving access to all extensions data and code. On chromebook this option give root access.No need to have this enabled . Is better to keep it off.