Ifconfig:
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
options=3<RXCSUM,TXCSUM>
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
stf0: flags=0<> mtu 1280
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether b8:e8:56:04:30:8c
inet6 fe80::bae8:56ff:fe04:308c%en0 prefixlen 64 scopeid 0x4
inet 192.168.1.120 netmask 0xffff0000 broadcast 192.168.255.255
media: autoselect
status: active
p2p0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 2304
ether 0a:e8:56:04:30:8c
media: autoselect
status: inactive
stack trace:
local web server running at http://localhost:8991/
Initialized WearConnectServer
Running WearConnectServer
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/gevent/greenlet.py", line 327, in run
result = self._run(_self.args, *_self.kwargs)
File "/Users/christianvazquez/tagalong/src/wearconnect/wearconnect/wearconnect.py", line 432, in start_uber_client
group = uber_client_group, device = uber_client_device, debug = DEBUG_INTERNAL )
File "/Users/christianvazquez/tagalong/src/wearconnect/submodule/wearscript-python/wearscript/socket.py", line 245, in websocket_client_factory
callback(WebSocketClientConnection(websocket.create_connection(client_endpoint), kw))
File "/usr/local/lib/python2.7/site-packages/websocket/init.py", line 227, in create_connection
websock.connect(url, options)
File "/usr/local/lib/python2.7/site-packages/websocket/init.py", line 513, in connect
self.sock.connect(address)
File "/usr/local/lib/python2.7/site-packages/gevent/socket.py", line 342, in connect
raise error(err, strerror(err))
error: [Errno 61] Connection refused
<Greenlet at 0x109349f50: <bound method WearConnectServer.start_uber_client of <wearconnect.wearconnect.WearConnectServer object at 0x1093e4090>>> failed with error
Ifconfig: lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 options=3<RXCSUM,TXCSUM> inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280 stf0: flags=0<> mtu 1280 en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 ether b8:e8:56:04:30:8c inet6 fe80::bae8:56ff:fe04:308c%en0 prefixlen 64 scopeid 0x4 inet 192.168.1.120 netmask 0xffff0000 broadcast 192.168.255.255 media: autoselect status: active p2p0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 2304 ether 0a:e8:56:04:30:8c media: autoselect status: inactive
stack trace:
local web server running at http://localhost:8991/ Initialized WearConnectServer Running WearConnectServer Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/gevent/greenlet.py", line 327, in run result = self._run(_self.args, *_self.kwargs) File "/Users/christianvazquez/tagalong/src/wearconnect/wearconnect/wearconnect.py", line 432, in start_uber_client group = uber_client_group, device = uber_client_device, debug = DEBUG_INTERNAL ) File "/Users/christianvazquez/tagalong/src/wearconnect/submodule/wearscript-python/wearscript/socket.py", line 245, in websocket_client_factory callback(WebSocketClientConnection(websocket.create_connection(client_endpoint), kw)) File "/usr/local/lib/python2.7/site-packages/websocket/init.py", line 227, in create_connection websock.connect(url, options) File "/usr/local/lib/python2.7/site-packages/websocket/init.py", line 513, in connect self.sock.connect(address) File "/usr/local/lib/python2.7/site-packages/gevent/socket.py", line 342, in connect raise error(err, strerror(err)) error: [Errno 61] Connection refused <Greenlet at 0x109349f50: <bound method WearConnectServer.start_uber_client of <wearconnect.wearconnect.WearConnectServer object at 0x1093e4090>>> failed with error