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

"Extension server error: Object not found: <top>" #56

Open
loopmode opened this issue Apr 11, 2019 · 2 comments
Open

"Extension server error: Object not found: <top>" #56

loopmode opened this issue Apr 11, 2019 · 2 comments

Comments

@loopmode
Copy link

loopmode commented Apr 11, 2019

The main/index.js file is attempting to open the devtools too soon: https://github.com/electron-userland/electron-webpack-quick-start/blob/master/src/main/index.js#L15-L17

This results in an error message printed to the console: "Extension server error: Object not found: <top>"

A couple of solutions are proposed in SimulatedGREG/electron-vue#389

@thoni56
Copy link

thoni56 commented Jan 8, 2020

Yes, wrapping the opening of devtools inside did-frame-finish-load() worked for me.

@zivyuan
Copy link

zivyuan commented Apr 7, 2022

I also encountered the same problem. In my case, the page was stuck because a piece of code created tens of thousands of image previews

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

3 participants