-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
content.js "could not establish connection" errors in the console #289
Comments
This happens when the JS instrument is not enabled - we are injecting the instrumentation anyway but nothing is listening for the messages in the privileged scope. The solution is to either only inject our instrumentation if the JS instrument is enabled in the config, or to silently ignore this error by wrapping the block in a try/catch. The problem with the former is that it will likely cause an async delay while injecting our script which will cripple its utility. The problem with the latter is that it will suppress legitimate errors. |
We should figure out how to do the former. The |
I solved the problem #288 by installing the repository 0.8 by downloading it from the link. Errors occurred when installing via the console of an unknown version through the command git clone.Version 0.8 is stable. |
See #288 for an example.
JavaScript error: moz-extension://6cbcf7fe-c654-4558-bfa1-bcc2f8a7769c/content.js, line 983: Error: Could not establish connection. Receiving end does not exist.
Possible cause? https://stackoverflow.com/questions/44673632/firefox-webextension-error-could-not-establish-connection-receiving-end-does-n
The text was updated successfully, but these errors were encountered: