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

2.1.0 doesn't run if Inspector is on #478

Closed
benjaminbalazs opened this issue Oct 5, 2015 · 5 comments
Closed

2.1.0 doesn't run if Inspector is on #478

benjaminbalazs opened this issue Oct 5, 2015 · 5 comments

Comments

@benjaminbalazs
Copy link

Getting a deprecation message and my app stays blank.

The initialize method for Application initializer 'ember-inspector-booted' should take only one argument...

I tried to uninstall and install Ember Inspector, but didn't help.

@rwjblue
Copy link
Member

rwjblue commented Oct 5, 2015

#476 fixed the deprecation, we are going to shoot for a new release soon (hopefully a day or two).

Getting a deprecation message and my app stays blank.

Deprecations do not generally prevent apps from booting. Perhaps you have Ember.ENV.RAISE_ON_DEPRECATION set? If not, can you share a reproduction?

@benjaminbalazs
Copy link
Author

Made a 20 sec screencast.
https://www.dropbox.com/s/r9pkami32jyhjrm/Google%20Chrome.mov?dl=0

It happens even if I add
Ember.RAISE_ON_DEPRECATION = false;
Ember.LOG_STACKTRACE_ON_DEPRECATION = false;
to app.js

@FilmKnurd
Copy link

This happens for me as well. However, If I load the app while the Chrome Dev Tools are closed, then open the dev tools, refreshing works.

@FilmKnurd
Copy link

This is probably the same problem in #461

@rwjblue
Copy link
Member

rwjblue commented Oct 5, 2015

Yep, seems like the same thing reported there.

Also the same issue as emberjs/ember.js#12439.

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