Uncaught Error: reference ColumnDataSource

Hi guys,

I updated Bokeh to the latest version: 0.13.0, and come across this issue.

index.js:2 Uncaught Error: reference {“id”:“404613dd-8587-478c-835b-9602ce94b777”,“type”:“ColumnDataSource”} isn’t known (not in Document?)

at o (index.js:2)

at index.js:2

at o (index.js:2)

at index.js:2

at o (index.js:2)

at Function.P._resolve_refs (index.js:2)

at Function.P._initialize_references_json (index.js:2)

at P.apply_json_patch (index.js:2)

at t._handle_patch (index.js:2)

at t.handle (index.js:2)

o @ index.js:2

(anonymous) @ index.js:2

o @ index.js:2

(anonymous) @ index.js:2

o @ index.js:2

P._resolve_refs @ index.js:2

P._initialize_references_json @ index.js:2

P.apply_json_patch @ index.js:2

t._handle_patch @ index.js:2

t.handle @ index.js:2

t._steady_state_handler @ index.js:2

ACK.t.msgtype._current_handler @ index.js:2

t._on_message @ index.js:2

i.socket.onmessage @ index.js:2

index.js:2 Uncaught Error: reference {“id”:“79442296-e037-478b-8419-b901f1219f06”,“type”:“ColumnDataSource”} isn’t known (not in Document?)

at o (index.js:2)

at index.js:2

at o (index.js:2)

at index.js:2

at o (index.js:2)

at Function.P._resolve_refs (index.js:2)

at Function.P._initialize_references_json (index.js:2)

at P.apply_json_patch (index.js:2)

at t._handle_patch (index.js:2)

at t.handle (index.js:2)

o @ index.js:2

(anonymous) @ index.js:2

o @ index.js:2

(anonymous) @ index.js:2

o @ index.js:2

P._resolve_refs @ index.js:2

P._initialize_references_json @ index.js:2

P.apply_json_patch @ index.js:2

t._handle_patch @ index.js:2

t.handle @ index.js:2

t._steady_state_handler @ index.js:2

ACK.t.msgtype._current_handler @ index.js:2

t._on_message @ index.js:2

i.socket.onmessage @ index.js:2

index.js:2 [bokeh] Unhandled ERROR reply to 2CA80EAC92C449D5983833A187552100: KeyError(‘JobNumber’,)

``

The situation is I select item from combox and try to update several ColumnDataSource at the same time.

Thanks a lot for any response.

Hi,

The name “JobNumber” is not anywhere in the Bokeh codebase, which means it is something to do with the code you are running. In order to help, more information, or realistically, code to reproduce, is needed.

Thanks,

Bryan

···

On Jul 11, 2018, at 10:38, peng wang [email protected] wrote:

Hi guys,

I updated Bokeh to the latest version: 0.13.0, and come across this issue.

index.js:2 Uncaught Error: reference {“id”:“404613dd-8587-478c-835b-9602ce94b777”,“type”:“ColumnDataSource”} isn’t known (not in Document?)

at o (index.js:2)

at index.js:2

at o (index.js:2)

at index.js:2

at o (index.js:2)

at Function.P._resolve_refs (index.js:2)

at Function.P._initialize_references_json (index.js:2)

at P.apply_json_patch (index.js:2)

at t._handle_patch (index.js:2)

at t.handle (index.js:2)

o @ index.js:2

(anonymous) @ index.js:2

o @ index.js:2

(anonymous) @ index.js:2

o @ index.js:2

P._resolve_refs @ index.js:2

P._initialize_references_json @ index.js:2

P.apply_json_patch @ index.js:2

t._handle_patch @ index.js:2

t.handle @ index.js:2

t._steady_state_handler @ index.js:2

ACK.t.msgtype._current_handler @ index.js:2

t._on_message @ index.js:2

i.socket.onmessage @ index.js:2

index.js:2 Uncaught Error: reference {“id”:“79442296-e037-478b-8419-b901f1219f06”,“type”:“ColumnDataSource”} isn’t known (not in Document?)

at o (index.js:2)

at index.js:2

at o (index.js:2)

at index.js:2

at o (index.js:2)

at Function.P._resolve_refs (index.js:2)

at Function.P._initialize_references_json (index.js:2)

at P.apply_json_patch (index.js:2)

at t._handle_patch (index.js:2)

at t.handle (index.js:2)

o @ index.js:2

(anonymous) @ index.js:2

o @ index.js:2

(anonymous) @ index.js:2

o @ index.js:2

P._resolve_refs @ index.js:2

P._initialize_references_json @ index.js:2

P.apply_json_patch @ index.js:2

t._handle_patch @ index.js:2

t.handle @ index.js:2

t._steady_state_handler @ index.js:2

ACK.t.msgtype._current_handler @ index.js:2

t._on_message @ index.js:2

i.socket.onmessage @ index.js:2

index.js:2 [bokeh] Unhandled ERROR reply to 2CA80EAC92C449D5983833A187552100: KeyError(‘JobNumber’,)

``

The situation is I select item from combox and try to update several ColumnDataSource at the same time.

Thanks a lot for any response.

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/5a758b17-08af-401d-a457-86255706d3c7%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

Yes, you are right, the problem is from my code. After carefully check my source code again and again. the issue is gone. thanks

···

On Wednesday, July 11, 2018 at 11:19:16 AM UTC-6, Bryan Van de ven wrote:

Hi,

The name “JobNumber” is not anywhere in the Bokeh codebase, which means it is something to do with the code you are running. In order to help, more information, or realistically, code to reproduce, is needed.

Thanks,

Bryan

On Jul 11, 2018, at 10:38, peng wang [email protected] wrote:

Hi guys,

I updated Bokeh to the latest version: 0.13.0, and come across this issue.

index.js:2 Uncaught Error: reference {“id”:“404613dd-8587-478c-835b-9602ce94b777”,“type”:“ColumnDataSource”} isn’t known (not in Document?)

at o (index.js:2)

at index.js:2

at o (index.js:2)

at index.js:2

at o (index.js:2)

at Function.P._resolve_refs (index.js:2)

at Function.P._initialize_references_json (index.js:2)

at P.apply_json_patch (index.js:2)

at t._handle_patch (index.js:2)

at t.handle (index.js:2)

o @ index.js:2

(anonymous) @ index.js:2

o @ index.js:2

(anonymous) @ index.js:2

o @ index.js:2

P._resolve_refs @ index.js:2

P._initialize_references_json @ index.js:2

P.apply_json_patch @ index.js:2

t._handle_patch @ index.js:2

t.handle @ index.js:2

t._steady_state_handler @ index.js:2

ACK.t.msgtype._current_handler @ index.js:2

t._on_message @ index.js:2

i.socket.onmessage @ index.js:2

index.js:2 Uncaught Error: reference {“id”:“79442296-e037-478b-8419-b901f1219f06”,“type”:“ColumnDataSource”} isn’t known (not in Document?)

at o (index.js:2)

at index.js:2

at o (index.js:2)

at index.js:2

at o (index.js:2)

at Function.P._resolve_refs (index.js:2)

at Function.P._initialize_references_json (index.js:2)

at P.apply_json_patch (index.js:2)

at t._handle_patch (index.js:2)

at t.handle (index.js:2)

o @ index.js:2

(anonymous) @ index.js:2

o @ index.js:2

(anonymous) @ index.js:2

o @ index.js:2

P._resolve_refs @ index.js:2

P._initialize_references_json @ index.js:2

P.apply_json_patch @ index.js:2

t._handle_patch @ index.js:2

t.handle @ index.js:2

t._steady_state_handler @ index.js:2

ACK.t.msgtype._current_handler @ index.js:2

t._on_message @ index.js:2

i.socket.onmessage @ index.js:2

index.js:2 [bokeh] Unhandled ERROR reply to 2CA80EAC92C449D5983833A187552100: KeyError(‘JobNumber’,)

``

The situation is I select item from combox and try to update several ColumnDataSource at the same time.

Thanks a lot for any response.

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/5a758b17-08af-401d-a457-86255706d3c7%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.