ciscocsirt / GOSINT

The GOSINT framework is a project used for collecting, processing, and exporting high quality indicators of compromise (IOCs).
BSD 3-Clause "New" or "Revised" License
537 stars 106 forks source link

metrics.js error #7

Closed c0rpse closed 7 years ago

c0rpse commented 7 years ago

Uncaught TypeError: Cannot read property 'length' of undefined at countUp (metrics.js:50) at metrics.js:23 at d3.min.js:1 at Object. (d3.min.js:1) at Object.t (d3.min.js:1) at XMLHttpRequest.u (d3.min.js:1)

error occured in metrics.js:50. My browser is Chrome 60.0.3112.113(64)

iamtmehdi commented 7 years ago

Hello, The function of metrics.js is to display some charts about the indicators in GOSINT. This error suggests to me that there are no indicators loaded in GOSINT. Is this a fresh installation of GOSINT or has GOSINT accumulated some indicators? Thanks.

c0rpse commented 7 years ago

Thanks,iamtmehdi.Seems that you're right.