Groups
Groups
Sign in
Groups
Groups
Chromium Extensions
Conversations
About
Send feedback
Help
Looping and repetitive error in Chrome Console - Please help!
369 views
Skip to first unread message
SalesPath Support
unread,
Feb 20, 2019, 11:29:50 AM
2/20/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions
I cannot find cause in extension (Even after removing the affected files it persists...)
```let pingTimer = setInterval(ping, 100); let pingUtilities = new PingUtilities(); function ping() { let port = chrome.runtime.connect(); if (port) { pingUtilities.checkTitleInLinkedIn(); pingUtilities.appendBookMarkInPing(); pingUtilities.checkCounter(); port.disconnect(); return; } clearInterval(pingTimer); pingUtilities.onDisabled(); } Uncaught Error: Extension context invalidated. Uncaught Error: Extension context invalidated. Uncaught Error: Extension context invalidated. Uncaught Error: Extension context invalidated. Uncaught Error: Extension context invalidated. Uncaught Error: Extension context invalidated. Uncaught Error: Extension context invalidated.```
Do you know what could be causing this?
Reply all
Reply to author
Forward
0 new messages