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

Fatal error in Visual builder using annotations #19385

Closed
mrfrode opened this issue May 24, 2018 · 4 comments
Closed

Fatal error in Visual builder using annotations #19385

mrfrode opened this issue May 24, 2018 · 4 comments
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:TSVB TSVB (Time Series Visual Builder) Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@mrfrode
Copy link

mrfrode commented May 24, 2018

Kibana version: 6.2.4

Elasticsearch version: 6.2.4

Server OS version:

Browser version: Chrome Versjon 65.0.3325.181

Browser OS version:

Original install method (e.g. download page, yum, from source, etc.):

Description of the problem including expected versus actual behavior:
Working on Visual Builder to illustrate a time series of a bar when an subscription started (startDate) and an annotation on when the subscription ended.

Got the following error when looking at a larger timespan, ie. 1 year.

Uncaught Invariant Violation: Minified React error #31; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=31&args[]=object%20with%20keys%20%7Bdescription%2C%20fileName%2C%20lineNumber%2C%20message%2C%20name%2C%20number%2C%20error%7D&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings. (https://xxx/bundles/vendors.bundle.js?v=16627:156)
@thomasneirynck thomasneirynck added bug Fixes for quality problems that affect the customer experience Feature:Visualizations Generic visualization features (in case no more specific feature label is available) triage_needed Feature:TSVB TSVB (Time Series Visual Builder) labels May 24, 2018
@Teressss
Copy link

I have the same problem in visualization using Visual builder. Mac OS 10.12, 10.13, Safari, Chrome...

@timroes
Copy link
Contributor

timroes commented May 28, 2018

Hi @mrfrode

are the documents you are trying to visualize there in the format, where the have the following keys: {description, fileName, lineNumber, message, name, number, error}? Might this actually be documents from a different index, that you are accidentally pulling in by not selecting the correct index pattern in the panel options?

@mattapperson @simianhacker Are you aware of an issue that sounds similar to that? Have we changed anything in the build process that could cause that to happen? (The above link to the facebook error decoder seems rather useful:

Objects are not valid as a React child (found: object with keys {description, fileName, lineNumber, message, name, number, error}).

Cheers,
Tim

@timroes timroes added Team:Visualizations Visualization editors, elastic-charts and infrastructure and removed Team:Visualizations Visualization editors, elastic-charts and infrastructure Feature:Visualizations Generic visualization features (in case no more specific feature label is available) labels Sep 16, 2018
@Nehmiabm
Copy link

I'm running into the same kind of issue. After I configured a Timer Series using Visual Builder and added Annotations to it, if I hover over the annotation on the displayed chart, it throws fatal error and crashes. I'm using Windows 10, Kibana 6.4, chrome browser.

image

@richcollier
Copy link

@Nehmiabm - I've seen cases of this when the field name in the Row Template box contains a "." in it, such as:

Client:{{client.keyword}}

sulemanof added a commit to sulemanof/kibana that referenced this issue Dec 21, 2018
sulemanof added a commit to sulemanof/kibana that referenced this issue Dec 21, 2018
@sulemanof sulemanof self-assigned this Dec 22, 2018
sulemanof pushed a commit to sulemanof/kibana that referenced this issue Dec 26, 2018
sulemanof pushed a commit to sulemanof/kibana that referenced this issue Dec 26, 2018
sulemanof added a commit to sulemanof/kibana that referenced this issue Dec 26, 2018
sulemanof added a commit to sulemanof/kibana that referenced this issue Dec 26, 2018
sulemanof added a commit to sulemanof/kibana that referenced this issue Jan 8, 2019
sulemanof added a commit that referenced this issue Jan 9, 2019
* Fix: Fatal error in Visual builder using annotations #19385

* changed false to null for consistency
sulemanof added a commit to sulemanof/kibana that referenced this issue Jan 9, 2019
* Fix: Fatal error in Visual builder using annotations elastic#19385

* changed false to null for consistency
sulemanof added a commit to sulemanof/kibana that referenced this issue Jan 9, 2019
* Fix: Fatal error in Visual builder using annotations elastic#19385

* changed false to null for consistency
sulemanof added a commit that referenced this issue Jan 9, 2019
* Fix: Fatal error in Visual builder using annotations #19385

* changed false to null for consistency
sulemanof added a commit that referenced this issue Jan 9, 2019
* Fix: Fatal error in Visual builder using annotations #19385

* changed false to null for consistency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:TSVB TSVB (Time Series Visual Builder) Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

No branches or pull requests

7 participants