Skip to content
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

con.content is undefined error #32

Open
askabelin opened this issue Jan 25, 2019 · 0 comments
Open

con.content is undefined error #32

askabelin opened this issue Jan 25, 2019 · 0 comments

Comments

@askabelin
Copy link

Hi,
I'm using FF 64.0 + geckodriver 0.23.0.
FF is started with -devtools option and devtools.toolbox.selectedTool is set to netmonitor. Executed JS:

HAR.triggerExport().then(log => {
 console.log(log);
});

HAR files seem to be valid. However, I see a lot of "con.content is undefined" errors in geckodriver log:

Extension error: TypeError: con.content is undefined moz-extension://af990852-cf39-4072-9ad3-75cbb82b48b3/src/background.js 44
[[Exception stack
listener@moz-extension://af990852-cf39-4072-9ad3-75cbb82b48b3/src/background.js:44:11
Current stack
applySafeWithoutClone@resource://gre/modules/ExtensionCommon.jsm:529:133
addListener/asyncWithoutClone/<@resource://gre/modules/ExtensionCommon.jsm:2234:20
]]

Is there an easy way to fix it? Can it affect HAR creation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants