ember-inspector keeps crashing and having to be reinstalled on 2.18 application
See original GitHub issueWe’re running Ember 2.18.2, and after the latest upgrade to ember-inspector 3.11, the extension keeps crashing. Chrome reports that, “the extension may have been corrupted” and then has to be repaired, which looks like it uninstalls and re-installs the extension.
This happens fairly frequently - seemingly once every time I close and re-open Chrome.
After cloning the repo and running the 3.12 version locally, I see the following error:
“Uncaught Error: Extension context invalidated.”
The error is the line with the >>>
function listenToEmberDebugPort(emberDebugPort) {
// listen for messages from EmberDebug, and pass them on to the background-script
emberDebugPort.addEventListener('message', function(event) {
>>> chrome.runtime.sendMessage(event.data);
});
Please let me know if I can provide any other information.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Troubleshooting - Ember Inspector
Ember Application Not Detected. If the Inspector cannot detect an Ember application, you will see the following message: Some of the reasons this...
Read more >@ember-data/serializer | Yarn - Package Manager
EmberData is a lightweight reactive data library for JavaScript applications that provides composable primitives for ordering query/mutation/peek flows, ...
Read more >Package List — Spack 0.20.0.dev0 documentation
This is a list of things you can install using Spack. It is automatically generated based on the packages in this Spack version....
Read more >Chapter 3 Definitions - NFPA
The definitions contained in this chapter shall apply to the terms ... construction having a fire resistance of at least 1 hour and...
Read more >How to debug an Ember.js application - YouTube
This is a short screencast showing some techniques for debugging an Ember. js application using the Ember Inspector and the Chrome ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@cadeParade, do you know how long this has been happening?
Thanks @cadeParade, say hello to Mr. Briggs for me.
If anyone is still experiencing this on Ember 3.x, please let us know!