try {
importScripts("myServiceWorker.js");
} catch (err) {
console.error(err);
}
Out of desperation, we even modified the above and added retry logic here with a delay to no effect. Getting Chrome.exe debug logs are incredibly challenging but have been requested again.
Any ideas on what we should look/try?
Mitigations we have tried:
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/ab2782b7-d24f-4978-bd1f-bf15b53d6958n%40chromium.org.
[7792:18548:1113/134754.740:ERROR:service_worker_task_queue.cc(196)] DidStartWorkerFail cbcjdhblcnboaegpdapojngjkckbklim: 5
I learned this morning from our support team that if the customer removes another extension (that was also pushed by GPO), our extension seems to load successfully every time.