Good day,
On a recent website, I started having issues with Avast Plug-in for IE.
In the following _watcherReady scriptblock, I receive the “Could not complete the operation due to error 8070000c.”
The stack for this error is: “Error: Could not complete the operation due to error 8070000c.\n at _watcherReady (Unknown script code:5:13)”
Error occurs at the line: avastBHO.SERPWatcherOnReadyState();
{
var _alreadyRunned = false;
setTimeout(function _watcherReady() {
if (window.document.readyState === “complete” && !_alreadyRunned) {
avastBHO.SERPWatcherOnReadyState();
_alreadyRunned = true;
} else {
timer = setTimeout(_watcherReady, 1000);
}
}, 1000);
};
Call stack:
Main frame
_watcherReady
I’m a bit disappointed by this… my current work around is to close the offending tab, clear cache and cookies, reopen the URL and THEN I am able to continue in the particular website.
For reasons, I’m predominantly using IE. However, I tested in Chrome and the issue does not present itself.
Below is the information regarding IE:
Version: 11.0.9600.17207
Update Versions: 11.0.10 (KB2962872)
Product ID: 00150-20000-00003-AA459
Avast Plugin Information:
Name: avast! Online Security
Publisher: AVAST Software a.s.
Type: Browser Helper Object
Architecture: 32-bit and 64-bit
Version: 9.0.2021.112
File date: Thursday, July 10, 2014, 5:34 PM
Date last accessed: Today, July 24, 2014, 7:34 PM
Class ID: {8E5E2654-AD2D-48BF-AC2D-D17F00898D06}
Use count: 97
Block count: 3
File: aswWebRepIE64.dll
Folder: C:\Program Files\AVAST Software\Avast
I hope this report might assist in a resolution to this issue that seems to be affected IE users exclusively.
Thank you,
Heidi