coach icon indicating copy to clipboard operation
coach copied to clipboard

Dashboard error: error handling message Message 'EVENT' (revision 1) content

Open mattiasmar opened this issue 5 years ago • 2 comments

Issue: Error when 'selecting directory' inside dashboard.

Error message: error handling message Message 'EVENT' (revision 1) content: '{"event_name":"button_click","event_values":{"model_id":"1058"}}': KeyError('Wall-Clock Time',)

Steps to reproduce.

  1. Build the dockerfile of the gitrepo using the command 'make build' in docker directory.
  2. Add firefox to the docker image (apt-get install -y firefox)
  3. Execute dashboard (command: dashboard) inside the docker.
  4. Select a directory created by a coach agent.

Note: Instructions on how to visualize the firefox GUI running inside the docker on the local host are available here: docker GUI

Full log:

root@d173453fdc13:~/src# dashboard
2019-05-05 12:15:22,920 Starting Bokeh server version 1.1.0 (running on Tornado 6.0.2)
2019-05-05 12:15:22,927 Bokeh app running at: http://localhost:34925/dashboard
2019-05-05 12:15:22,927 Starting Bokeh server with process id: 797
2019-05-05 12:15:24,456 200 GET /dashboard (127.0.0.1) 191.46ms
2019-05-05 12:15:24,518 200 GET /static/css/bokeh.min.css?v=78fc5cdca5d1645d69a523a11b1956bb (127.0.0.1) 9.03ms
2019-05-05 12:15:24,528 200 GET /static/css/bokeh-widgets.min.css?v=5fb15c2fc1344abfe5fa3615a34beae7 (127.0.0.1) 6.57ms
2019-05-05 12:15:24,539 200 GET /static/css/bokeh-tables.min.css?v=69a9e725f277a6c569c9261b8ffe50eb (127.0.0.1) 13.84ms
2019-05-05 12:15:24,557 200 GET /static/js/bokeh.min.js?v=b1a617df3e4bb5eaed88141b5ece9f97 (127.0.0.1) 30.23ms
2019-05-05 12:15:24,574 200 GET /static/js/bokeh-tables.min.js?v=e6d91201ae24423b50e8adc4a34c83f5 (127.0.0.1) 9.99ms
2019-05-05 12:15:24,582 200 GET /static/js/bokeh-gl.min.js?v=45b32bac7a19474b239917fd767660eb (127.0.0.1) 15.88ms
2019-05-05 12:15:24,587 200 GET /static/js/bokeh-widgets.min.js?v=7b536dae739d1a061cd29a120e634761 (127.0.0.1) 19.75ms
2019-05-05 12:15:24,891 404 GET /favicon.ico (127.0.0.1) 1.36ms
2019-05-05 12:15:25,436 101 GET /dashboard/ws?bokeh-protocol-version=1.0&bokeh-session-id=npCcVtoI81sHKKhnjY0h6QPgNIuot9TWwLQQue2WNmHb (127.0.0.1) 1.30ms
2019-05-05 12:15:25,436 WebSocket connection opened
2019-05-05 12:15:25,437 ServerConnection created
2019-05-05 12:15:34,176 error handling message Message 'EVENT' (revision 1) content: '{"event_name":"button_click","event_values":{"model_id":"1058"}}': KeyError('Wall-Clock Time',)

mattiasmar avatar May 05 '19 09:05 mattiasmar