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

ember inspector error in Chrome Version 65.0.3325.181 #783

Closed
rinoldsimon opened this issue Apr 11, 2018 · 9 comments
Closed

ember inspector error in Chrome Version 65.0.3325.181 #783

rinoldsimon opened this issue Apr 11, 2018 · 9 comments
Labels

Comments

@rinoldsimon
Copy link

rinoldsimon commented Apr 11, 2018

An error has occurred when switching to data tab:
Chrome Version: 65.0.3325.181

VM322:92 Ember Inspector has errored.
This is likely a bug in the inspector itself.
You can report bugs at https://github.com/emberjs/ember-inspector.
Error message: _emberInflector.default.uncountable is not a function
Stack trace: TypeError: _emberInflector.default.uncountable is not a function
at Module.callback (https://project.local/assets/project-client.js:13598:27)
at Module.exports (https://project.local/assets/vendor.js:111:32)
at requireModule (https://project.local/assets/vendor.js:32:18)
at Class._extractDefaultExport (https://project.local/assets/vendor.js:91540:20)
at Class.resolveOther (https://project.local/assets/vendor.js:91258:32)
at Class.superWrapper [as resolveOther] (https://project.local/assets/vendor.js:60963:22)
at Class.resolve (https://project.local/assets/vendor.js:28839:35)
at _resolve (https://project.local/assets/vendor.js:26813:36)
at Registry.resolve (https://project.local/assets/vendor.js:26515:21)
at Registry.resolve (https://project.local/assets/vendor.js:26519:55)

@rinoldsimon
Copy link
Author

can't access data tab in browsers including firefox.

@RobbieTheWagner
Copy link
Member

@rinoldsimon can you please give more info? What website are you trying to inspect? Ember versions, etc?

@rinoldsimon
Copy link
Author

rinoldsimon commented Apr 19, 2018

I'm inspecting my Ember app. ember version 2.18.2, ember data version 2.18.2

@RobbieTheWagner
Copy link
Member

@rinoldsimon can you please share some code or a link to a deployed site where we can reproduce the error?

@rinoldsimon
Copy link
Author

rinoldsimon commented Apr 23, 2018

steps to reproduce:

  • install Ember Inspector browser extension in chrome or firefox
  • create an ember app and run ember server
  • point to localhost:4200
  • click data tab under ember tab in browser's developer tool

versions:
chrome: 65.0.3325.181
ember-data: 2.18.2

@RobbieTheWagner
Copy link
Member

@rinoldsimon the data tab works great for me. Can you please share some code or a link to a deployed site where we can reproduce the error?

@rinoldsimon
Copy link
Author

I'm running the ember app in my local machine

@RobbieTheWagner
Copy link
Member

Can you please share some code or a link to a deployed site where we can reproduce the error? Perhaps put together a reproduction repo on GitHub, if you do not have any code pushed we can look at?

@rinoldsimon
Copy link
Author

this is actually the error in ember-inflector addon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants