Bokeh 0.12.3 Error Rendering

I am having an issue in bokeh 0.12.3.

The program runs correctly in 0.12.2 yet after the upgrade I am getting a

[Log] Error rendering Bokeh items (bokeh.min.js, line 9)
[Log] Error: attempted to retrieve property array for nonexistent field ‘12’

``

The graphs then do not show.

The bokeh terminal shows this:

2016-11-04 15:13:49,519 200 GET /emptydetails_graph (::1) 2452.64ms

2016-11-04 15:13:49,539 304 GET /static/css/bokeh.min.css?v=882a547e86d77d573fefc67cb37bb345 (::1) 11.57ms

2016-11-04 15:13:49,541 304 GET /static/js/bokeh-widgets.min.js?v=ce98d7a310ecac8b77374f1ac7c4819a (::1) 1.07ms

2016-11-04 15:13:49,543 304 GET /static/js/bokeh.min.js?v=2489d3f55e068b60ead4375a27399865 (::1) 0.93ms

2016-11-04 15:13:49,546 304 GET /static/css/bokeh-widgets.min.css?v=0161cfada7394f178079e5d79c611b3f (::1) 1.42ms

2016-11-04 15:13:49,768 WebSocket connection opened

2016-11-04 15:13:49,769 ServerConnection created

2016-11-04 15:13:52,078 error handling message Message ‘PATCH-DOC’ (revision 1): IndexError(‘list index out of range’,)

2016-11-04 15:13:52,145 error handling message Message ‘PATCH-DOC’ (revision 1): IndexError(‘list index out of range’,)

2016-11-04 15:14:10,053 200 GET /static/css/bokeh-widgets.min.css.map (::1) 10.09ms

2016-11-04 15:14:10,058 200 GET /static/css/bokeh.min.css.map (::1) 3.22ms

``

Hi,

Unfortunately it will be impossible to help diagnose this without some code to examine, and more probably, run and test with locally.

Bryan

···

On Nov 4, 2016, at 3:19 PM, Rob Pritchard <[email protected]> wrote:

I am having an issue in bokeh 0.12.3.

The program runs correctly in 0.12.2 yet after the upgrade I am getting a

[Log] Error rendering Bokeh items (bokeh.min.js, line 9)
[Log] Error: attempted to retrieve property array for nonexistent field '12'

The graphs then do not show.

The bokeh terminal shows this:

2016-11-04 15:13:49,519 200 GET /emptydetails_graph (::1) 2452.64ms
2016-11-04 15:13:49,539 304 GET /static/css/bokeh.min.css?v=882a547e86d77d573fefc67cb37bb345 (::1) 11.57ms
2016-11-04 15:13:49,541 304 GET /static/js/bokeh-widgets.min.js?v=ce98d7a310ecac8b77374f1ac7c4819a (::1) 1.07ms
2016-11-04 15:13:49,543 304 GET /static/js/bokeh.min.js?v=2489d3f55e068b60ead4375a27399865 (::1) 0.93ms
2016-11-04 15:13:49,546 304 GET /static/css/bokeh-widgets.min.css?v=0161cfada7394f178079e5d79c611b3f (::1) 1.42ms
2016-11-04 15:13:49,768 WebSocket connection opened
2016-11-04 15:13:49,769 ServerConnection created
2016-11-04 15:13:52,078 error handling message Message 'PATCH-DOC' (revision 1): IndexError('list index out of range',)
2016-11-04 15:13:52,145 error handling message Message 'PATCH-DOC' (revision 1): IndexError('list index out of range',)
2016-11-04 15:14:10,053 200 GET /static/css/bokeh-widgets.min.css.map (::1) 10.09ms
2016-11-04 15:14:10,058 200 GET /static/css/bokeh.min.css.map (::1) 3.22ms

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/52c2de76-498b-45bd-b304-5c1b1e0cdd35%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

I’ll try to make some simple code that also has this error.

···

On Nov 4, 2016, at 3:24 PM, Bryan Van de Ven <[email protected]> wrote:

Hi,

Unfortunately it will be impossible to help diagnose this without some code to examine, and more probably, run and test with locally.

Bryan

On Nov 4, 2016, at 3:19 PM, Rob Pritchard <[email protected]> wrote:

I am having an issue in bokeh 0.12.3.

The program runs correctly in 0.12.2 yet after the upgrade I am getting a

[Log] Error rendering Bokeh items (bokeh.min.js, line 9)
[Log] Error: attempted to retrieve property array for nonexistent field '12'

The graphs then do not show.

The bokeh terminal shows this:

2016-11-04 15:13:49,519 200 GET /emptydetails_graph (::1) 2452.64ms
2016-11-04 15:13:49,539 304 GET /static/css/bokeh.min.css?v=882a547e86d77d573fefc67cb37bb345 (::1) 11.57ms
2016-11-04 15:13:49,541 304 GET /static/js/bokeh-widgets.min.js?v=ce98d7a310ecac8b77374f1ac7c4819a (::1) 1.07ms
2016-11-04 15:13:49,543 304 GET /static/js/bokeh.min.js?v=2489d3f55e068b60ead4375a27399865 (::1) 0.93ms
2016-11-04 15:13:49,546 304 GET /static/css/bokeh-widgets.min.css?v=0161cfada7394f178079e5d79c611b3f (::1) 1.42ms
2016-11-04 15:13:49,768 WebSocket connection opened
2016-11-04 15:13:49,769 ServerConnection created
2016-11-04 15:13:52,078 error handling message Message 'PATCH-DOC' (revision 1): IndexError('list index out of range',)
2016-11-04 15:13:52,145 error handling message Message 'PATCH-DOC' (revision 1): IndexError('list index out of range',)
2016-11-04 15:14:10,053 200 GET /static/css/bokeh-widgets.min.css.map (::1) 10.09ms
2016-11-04 15:14:10,058 200 GET /static/css/bokeh.min.css.map (::1) 3.22ms

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/52c2de76-498b-45bd-b304-5c1b1e0cdd35%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/4DD7756A-A574-4199-9460-E37AAC53E729%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Great, let's start here and if it's determined to be a bug, we can move it to the GH tracker.

Thanks,

Bryan

···

On Nov 4, 2016, at 3:44 PM, Rob Pritchard <[email protected]> wrote:

I’ll try to make some simple code that also has this error.

On Nov 4, 2016, at 3:24 PM, Bryan Van de Ven <[email protected]> wrote:

Hi,

Unfortunately it will be impossible to help diagnose this without some code to examine, and more probably, run and test with locally.

Bryan

On Nov 4, 2016, at 3:19 PM, Rob Pritchard <[email protected]> wrote:

I am having an issue in bokeh 0.12.3.

The program runs correctly in 0.12.2 yet after the upgrade I am getting a

[Log] Error rendering Bokeh items (bokeh.min.js, line 9)
[Log] Error: attempted to retrieve property array for nonexistent field '12'

The graphs then do not show.

The bokeh terminal shows this:

2016-11-04 15:13:49,519 200 GET /emptydetails_graph (::1) 2452.64ms
2016-11-04 15:13:49,539 304 GET /static/css/bokeh.min.css?v=882a547e86d77d573fefc67cb37bb345 (::1) 11.57ms
2016-11-04 15:13:49,541 304 GET /static/js/bokeh-widgets.min.js?v=ce98d7a310ecac8b77374f1ac7c4819a (::1) 1.07ms
2016-11-04 15:13:49,543 304 GET /static/js/bokeh.min.js?v=2489d3f55e068b60ead4375a27399865 (::1) 0.93ms
2016-11-04 15:13:49,546 304 GET /static/css/bokeh-widgets.min.css?v=0161cfada7394f178079e5d79c611b3f (::1) 1.42ms
2016-11-04 15:13:49,768 WebSocket connection opened
2016-11-04 15:13:49,769 ServerConnection created
2016-11-04 15:13:52,078 error handling message Message 'PATCH-DOC' (revision 1): IndexError('list index out of range',)
2016-11-04 15:13:52,145 error handling message Message 'PATCH-DOC' (revision 1): IndexError('list index out of range',)
2016-11-04 15:14:10,053 200 GET /static/css/bokeh-widgets.min.css.map (::1) 10.09ms
2016-11-04 15:14:10,058 200 GET /static/css/bokeh.min.css.map (::1) 3.22ms

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/52c2de76-498b-45bd-b304-5c1b1e0cdd35%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/4DD7756A-A574-4199-9460-E37AAC53E729%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/AA8ED7D6-846D-4B71-803D-410CDB7EA62D%40gmail.com\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.