elastic / sense

A JSON aware developer's interface to Elasticsearch. Comes with handy machinery such as syntax highlighting, autocomplete, formatting and code folding.
Other
381 stars 134 forks source link

GET _stats fails with maximum call stack error #125

Open msimos opened 8 years ago

msimos commented 8 years ago

From Sense if you do either of these two API calls:

GET _stats
GET _cluster/state

Kibana throws this error:

Uncaught RangeError: Maximum call stack size exceeded (https://localhost:5601/bundles/sense.bundle.js?v=9693:14041)

Version: 4.4.1 Build: 9693

Error: Uncaught RangeError: Maximum call stack size exceeded (https://localhost:5601/bundles/sense.bundle.js?v=9693:14041) at window.onerror (https://localhost:5601/bundles/commons.bundle.js?v=9693:64305:25)

The JSON response is fairly large however my environment is relatively small. See the attached screenshot.

sense_error

GabrielLaden-minted commented 7 years ago

I get the same error but don't even have to do a query, a few seconds after opening the sense app in browser, it flips to this screen and errors, version 4.5.4 build 10000

supritshah1289 commented 6 years ago

Firefox is the solution for me. I get the same error as @GabrielLaden-minted on Chrome. However, it works fine on Firefox.