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.

App Switcher breaks inspector

See original GitHub issue
image

Error in event handler: Error: Assertion Failed: You attempted to remove a function listener which did not exist on the instance, which means you may have attempted to remove it before it was added.

The entire Inspector turns into a white screen.

Seems to be coming from this line: https://github.com/emberjs/ember-inspector/blob/master/app/routes/app-detected.js#L52

I believe updating to 3.11 is the culprit. This PR causes the error: https://github.com/emberjs/ember-inspector/pull/1000

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
nummicommented, Dec 19, 2019

@chancancode, it’s getting better: no empty white screen. Unfortunately Inspector doesn’t switch apps and now I’m getting this error:

VM129:9027 Uncaught TypeError: Cannot read property '__deprecatedInstance__' of undefined
    at <anonymous>:9027:46
    at <anonymous>:138:9
    at Array.forEach (<anonymous>)
    at Class._messageReceived (<anonymous>:137:30)
    at <anonymous>:378:16
    at Backburner._run (backburner.js:1010)
    at Backburner.run (backburner.js:751)
    at run (index.js:122)
    at MessagePort.<anonymous> (<anonymous>:377:9)

Here’s the test app I’ve been using: https://github.com/nummi/inspector-test

It embeds the deprecation app in an iframe.

0reactions
patricklxcommented, Oct 4, 2022
Read more comments on GitHub >

github_iconTop Results From Across the Web

Load Break Disconnect Switch Inspection Checklist - Fulcrum
Conduct a quick and easy inspection of load break switch - also known as disconnect switch - to protect your facility from overcurrent...
Read more >
debugging - Safari Web inspector keeps disconnecting
Quit your app, go to the app switcher and force close your application by swiping it away. Then re-open it using the app...
Read more >
Switch apps on your iPhone, iPad, or iPod touch - Apple Support
Learn how to quickly switch from one app to another. Then when you switch back, you can pick up right where you left...
Read more >
Debug your layout with Layout Inspector and Layout Validation
The Layout Inspector in Android Studio allows you to debug the layout of your app by showing a view hierarchy and allowing you...
Read more >
How To Use Appium Inspector For Mobile Apps | LambdaTest
Follow the steps given below to inspect your mobile app with UI Automator Viewer: Click on the Device Screenshot icon, which is a...
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