zduey / iex

Near Real-Time Stock Quote Streaming with Bokeh
https://zduey.github.io/snippets/streaming-stock-data-with-bokeh/
6 stars 7 forks source link

Error thrown from periodic callback: KeyError('time',) #1

Open rsignell-usgs opened 7 years ago

rsignell-usgs commented 7 years ago

This is working, and it's cool, but I'm getting a message every second to the console:

2017-07-19 10:13:59,397 Error thrown from periodic callback: KeyError('time',)
2017-07-19 10:14:00,396 Error thrown from periodic callback: KeyError('time',)
2017-07-19 10:14:01,400 Error thrown from periodic callback: KeyError('time',)
2017-07-19 10:14:02,398 Error thrown from periodic callback: KeyError('time',)
2017-07-19 10:14:03,399 Error thrown from periodic callback: KeyError('time',)

Is that to be expected?

I'm on windows, if that matters:

(ioos3) C:\Users\rsignell\Documents\GitHub\testing>conda list bokeh
# packages in environment at C:\Users\rsignell\AppData\Local\Continuum\Miniconda
3\envs\ioos3:
#
bokeh                     0.12.6                   py35_0    conda-forge
false9striker commented 5 years ago

Same issue when I tried in my local. @rsignell-usgs Were you able to resolve this?

@zduey Could you please help?