Advertisement
cyberbikepunk

bokeh-server in verbose mode

Aug 19th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.71 KB | None | 0 0
  1. 2015-08-19 17:39:56,675:INFO:tornado.access:200 GET /bokeh/userinfo/ (127.0.0.1) 2.47ms
  2. 2015-08-19 17:39:56,716:INFO:tornado.access:200 POST /bokeh/doc/ (127.0.0.1) 2.84ms
  3. 2015-08-19 17:39:56,719:INFO:tornado.access:200 GET /bokeh/getdocapikey/7fe36a4f-1a61-4bb7-8b10-79ce6276de61 (127.0.0.1) 1.21ms
  4. 2015-08-19 17:39:56,736:INFO:tornado.access:200 POST /bokeh/bb/7fe36a4f-1a61-4bb7-8b10-79ce6276de61/gc (127.0.0.1) 14.22ms
  5. 2015-08-19 17:39:56,742:INFO:tornado.access:200 GET /bokeh/bb/7fe36a4f-1a61-4bb7-8b10-79ce6276de61/ (127.0.0.1) 3.26ms
  6. 2015-08-19 17:39:56,830:ERROR:bokeh.server:Exception on /bokeh/bb/7fe36a4f-1a61-4bb7-8b10-79ce6276de61/bulkupsert [POST]
  7. Traceback (most recent call last):
  8.   File "/home/loic/Code/anaconda/lib/python3.4/site-packages/flask/app.py", line 1817, in wsgi_app
  9.     response = self.full_dispatch_request()
  10.   File "/home/loic/Code/anaconda/lib/python3.4/site-packages/flask/app.py", line 1477, in full_dispatch_request
  11.     rv = self.handle_user_exception(e)
  12.   File "/home/loic/Code/anaconda/lib/python3.4/site-packages/flask/app.py", line 1381, in handle_user_exception
  13.     reraise(exc_type, exc_value, tb)
  14.   File "/home/loic/Code/anaconda/lib/python3.4/site-packages/flask/_compat.py", line 33, in reraise
  15.     raise value
  16.   File "/home/loic/Code/anaconda/lib/python3.4/site-packages/flask/app.py", line 1475, in full_dispatch_request
  17.     rv = self.dispatch_request()
  18.   File "/home/loic/Code/anaconda/lib/python3.4/site-packages/flask/app.py", line 1461, in dispatch_request
  19.     return self.view_functions[rule.endpoint](**req.view_args)
  20.   File "/home/loic/Code/anaconda/lib/python3.4/site-packages/bokeh/server/views/bbauth.py", line 21, in wrapper
  21.     return func(*args, **kwargs)
  22.   File "/home/loic/Code/anaconda/lib/python3.4/site-packages/bokeh/server/views/backbone.py", line 64, in bulk_upsert
  23.     clientdoc.load(*data, events='none', dirty=True)
  24.   File "/home/loic/Code/anaconda/lib/python3.4/site-packages/bokeh/document.py", line 182, in load
  25.     model = cls.load_json(obj_attrs)
  26.   File "/home/loic/Code/anaconda/lib/python3.4/site-packages/bokeh/plot_object.py", line 177, in load_json
  27.     instance.update(**attrs)
  28.   File "/home/loic/Code/anaconda/lib/python3.4/site-packages/bokeh/plot_object.py", line 290, in update
  29.     setattr(self, k, v)
  30.   File "/home/loic/Code/anaconda/lib/python3.4/site-packages/bokeh/properties.py", line 326, in __setattr__
  31.     (name, self.__class__.__name__, text, nice_join(matches)))
  32. AttributeError: unexpected attribute 'callback' to DataRange1d, possible attributes are end, name, names, range_padding, renderers, session, start or tags
  33. 2015-08-19 17:39:56,834:ERROR:tornado.access:500 POST /bokeh/bb/7fe36a4f-1a61-4bb7-8b10-79ce6276de61/bulkupsert (127.0.0.1) 8.71ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement