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

chrome 59 in ubuntu 14.04 not working #15

Closed
klepsydra-technologies opened this issue Jul 4, 2017 · 2 comments
Closed

chrome 59 in ubuntu 14.04 not working #15

klepsydra-technologies opened this issue Jul 4, 2017 · 2 comments

Comments

@klepsydra-technologies
Copy link

Hi,

I am getting the following error when running the tutorial in Ubuntu 14.04 with Chrome 59 and dont see any of the charts:

openmct.js:10 TypeError: Cannot read property 'displayRows' of undefined
    at n.setElementSizes (openmct.js:36)
    at d.n [as resize] (openmct.js:14)
    at fn (eval at compile (openmct.js:12), <anonymous>:4:209)
    at d.$eval (openmct.js:10)
    at s (openmct.js:22)
    at a (openmct.js:22)
    at openmct.js:10
    at o (openmct.js:9)
    at openmct.js:9
(anonymous) @ openmct.js:10
(anonymous) @ openmct.js:9
(anonymous) @ openmct.js:10
o @ openmct.js:9
(anonymous) @ openmct.js:9

There are also repeated appearances of the following two messages:

openmct.js:sourcemap:10 No services to aggregate for aggregator  from bundle platform/telemetry; skipping.

openmct.js:10 Please provide a time system

These messages also appear in Firefox along with this one:

Error: this.$scope is undefined
n.prototype.setElementSizes@http://localhost:8080/node_modules/openmct/dist/openmct.js:36:12096

Please let me know if there is a fix for these.

Thanks,

Pablo.

@larkin
Copy link
Contributor

larkin commented Jul 5, 2017

@klepsydra-robotics Hey Pablo-- thanks for reporting these bugs. They are harmless, but they're confusing-- and we're removing them so you don't get confused.

That said, they shouldn't cause problems with your tutorial-- it should still work.

Can you try deleting node_modules/openmct and re-running npm install?

If that doesn't work, please let me know what node version and npm version you are using.

Best,

Pete

p.s. here's the specific issues for the errors you mentioned. They should be resolved soon.

openmct.js:10 TypeError: Cannot read property 'displayRows' of undefined and Error: this.$scope is undefined are reported in nasa/openmct#1509 and will be fixed with nasa/openmct#1640. That should be merged today.

openmct.js:sourcemap:10 No services to aggregate for aggregator...--> you can ignore that, it will be removed with nasa/openmct#1641.

openmct.js:10 Please provide a time system: This is a bit of a false flag, need to address in nasa/openmct#1624. Have also filed #16 to track.

@klepsydra-technologies
Copy link
Author

Hi Pete,

did what you suggested and indeed the errors don't show anymore. However, I still don't get any charts with Chrome, while in Firefox, all works OK....

Thanks,

Pablo.

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

1 participant