Open seb-koch opened 6 years ago
It seems like the bokeh library isn't properly installed or failed to build (random guessing here). The logs state that it wasn't found by the browser (404).
nginx-bad-access.log: - - [16/May/2018:11:56:36 +0000] "GET /bokeh.css.map HTTP/1.1" 404 69 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36" nginx-bad-access.log: - - [17/May/2018:07:31:27 +0000] "GET /static/build/bokeh.js.map HTTP/1.1" 404 69 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36" nginx-bad-access.log: - - [17/May/2018:07:31:27 +0000] "GET /bokeh.css.map HTTP/1.1" 404 69 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36" app.log:WARNING:tornado.access:404 GET /static/build/bokeh.js.map (127.0.0.1) 93.04ms app.log:WARNING:tornado.access:404 GET /bokeh.css.map (127.0.0.1) 1.92ms app.log:WARNING:tornado.access:404 GET /static/build/bokeh.js.map (127.0.0.1) 4.87ms app.log:WARNING:tornado.access:404 GET /bokeh.css.map (127.0.0.1) 2.10ms app.log:WARNING:tornado.access:404 GET /static/build/bokeh.js.map (127.0.0.1) 3.03ms app.log:WARNING:tornado.access:404 GET /bokeh.css.map (127.0.0.1) 4.09ms app.log:WARNING:tornado.access:404 GET /static/build/bokeh.js.map (127.0.0.1) 4.11ms app.log:WARNING:tornado.access:404 GET /bokeh.css.map (127.0.0.1) 1.58ms
I would even try to reinstall it into the container just to test it but make fails, i guess because i am not root and thus can't execute the compiler. Any help would be appreciated @acrellin - Thanks in advance!
Hi,
i am using the latest docker image and the example data. It seems like the bokeh library isn't loaded properly.
Steps to reproduce
Problem I suppose there should be graphs appearing if i click on the "Features".
Error message
bundle.js:30198 Uncaught (in promise) ReferenceError: Bokeh is not defined at bokeh_render_plot (bundle.js:30198) at ref (bundle.js:30252) at attachRef (bundle.js:86965) at Object.ReactRef.attachRefs (bundle.js:86987) at ReactDOMComponent.attachRefs (bundle.js:14220) at CallbackQueue.notifyAll (bundle.js:22270) at ReactReconcileTransaction.close (bundle.js:86843) at ReactReconcileTransaction.closeAll (bundle.js:16853) at ReactReconcileTransaction.perform (bundle.js:16800) at ReactUpdatesFlushTransaction.perform (bundle.js:16787)