question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ember-inspector keeps crashing and having to be reinstalled on 2.18 application

See original GitHub issue

We’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:closed
  • Created 4 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
nummicommented, Oct 22, 2019

@cadeParade, do you know how long this has been happening?

Thanks @cadeParade, say hello to Mr. Briggs for me.

0reactions
rwwagner90commented, Mar 29, 2021

If anyone is still experiencing this on Ember 3.x, please let us know!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found