Skip to content

Error launching knotter on OSX #4

@smartinsightsfromdata

Description

@smartinsightsfromdata

I've installed the latest version of knotter with pip on OSX. Normally I use Anaconda python.

This is the error:

$ knotter
Serving at port 8000
Server started at http://localhost:9000
0:30: execution error: An error of type -10814 has occurred. (-10814)
69:77: execution error: Can’t get application "chrome". (-1728)
127.0.0.1 - - [04/Apr/2017 22:27:33] code 404, message File not found
127.0.0.1 - - [04/Apr/2017 22:27:33] "GET /favicon.ico HTTP/1.1" 404 -
Error handling request
Traceback (most recent call last):
  File "/Users/e/anaconda3/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 417, in start
    resp = yield from self._request_handler(request)
  File "/Users/e/anaconda3/lib/python3.6/site-packages/aiohttp/web.py", line 289, in _handle
    resp = yield from handler(request)
  File "/Users/e/anaconda3/lib/python3.6/site-packages/knotter/server.py", line 476, in handler
    self.ws.start(request)
AttributeError: 'WebSocketResponse' object has no attribute 'start'
127.0.0.1 - - [04/Apr/2017 22:27:33] code 404, message File not found
127.0.0.1 - - [04/Apr/2017 22:27:33] "GET /favicon.ico HTTP/1.1" 404 -
127.0.0.1 - - [04/Apr/2017 22:27:33] code 404, message File not found
127.0.0.1 - - [04/Apr/2017 22:27:33] "GET /bower_components/paper-listbox/paper-listbox.html HTTP/1.1" 404 -

After this the browser (usually Firefox) comes up. I load swiss-roll.csv. It appears loaded but I cannot see anything (just the file name in the upper left corner) nor select / deselect anything. No nodes to display: basically the app is not responding.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions