Teevity / ice

AWS Usage Tool
2.86k stars 435 forks source link

ice/dashboard/summary shows spinning wheel #214

Open mpodber1971 opened 8 years ago

mpodber1971 commented 8 years ago

i am able to navigate to different screens in the dashboard but it doesnt display any data. shows a spinning wheel.

interactivetech commented 8 years ago

What is the error message you are receiving from the command line when you run the app? Are you running ICE from docker-ice also?

mpodber1971 commented 8 years ago

i have 2 separate instances running. one with non-docker and one with docker to do a compare/contrast and see which is easier to maintain.

just to clarify the URL responds with the selection criteria and a spinning wheel underneath where all the data should be

i am getting an error when trying to install highcharts:

from ../ice/node_modules/highcharts

[root@ip-172-31-10-64 highcharts]# npm install highcharts --save npm ERR! Linux 3.10.0-327.10.1.el7.x86_64 npm ERR! argv "/usr/bin/node" "/bin/npm" "install" "highcharts" npm ERR! node v6.1.0 npm ERR! npm v3.8.6 npm ERR! code ENOSELF

npm ERR! Refusing to install highcharts as a dependency of itself npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! https://github.com/npm/npm/issues

npm ERR! Please include the following file with any support request: npm ERR! /home/centos/ice/node_modules/highcharts/npm-debug.log

ghaber commented 8 years ago

have you check the issue 210 that is related with highcharts?