noVNC/utils
Isaku Yamahata a038aff0f0 websockify: KeyError in wsproxy.py
The following exception is caused by 204675c85d
unbreak it by adding default value None.

> # ./utils/nova-novncproxy --config-file /etc/nova/nova.conf --web .
> Traceback (most recent call last):
>   File "./utils/nova-novncproxy", line 151, in <module>
>     wrap_cmd=None)
>   File "./utils/nova-novncproxy", line 78, in __init__
>     wsproxy.WebSocketProxy.__init__(self, *args, **kwargs)
>   File "/opt/stack/noVNC/utils/wsproxy.py", line 48, in __init__
>     self.unix_target    = kwargs.pop('unix_target')
> KeyError: 'unix_target'

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
2012-09-20 15:03:25 +09:00
..
Makefile Remove files that are now in websockify. 2011-01-12 20:31:04 -06:00
README.md Remove files that are now in websockify. 2011-01-12 20:31:04 -06:00
img2js.py Make scripts more compatible across OSes 2011-03-27 04:18:08 +08:00
json2graph.py util/json2graph.py: new location for json2graph.py. 2011-04-06 11:19:02 -05:00
launch.sh Fix grep pattern when searching for listening sockets 2012-08-27 22:19:51 -07:00
nova-novncproxy Fixes nova rpc package. 2012-06-21 21:38:52 -04:00
rebind utils/rebind, utils/u2x11: use /usr/bin/env 2011-04-06 10:05:59 -05:00
rebind.c wsproxy, wstelnet: wrap command, WS telnet client. 2011-01-12 13:15:11 -06:00
u2x11 utils/rebind, utils/u2x11: use /usr/bin/env 2011-04-06 10:05:59 -05:00
web.py Make scripts more compatible across OSes 2011-03-27 04:18:08 +08:00
websocket.py Update websockify/websock.js. 2012-09-17 17:00:01 -05:00
websockify websockify: KeyError in wsproxy.py 2012-09-20 15:03:25 +09:00
websockify.py Add websockify.py symlink for Windows. 2012-01-05 11:55:56 -06:00
wsproxy.py Remove files that are now in websockify. 2011-01-12 20:31:04 -06:00

README.md

WebSockets Proxy

wsproxy has become websockify. A copy of the python version of websockify (named wsproxy.py) is kept here for ease of use. The other versions of websockify (C, Node.js) and the associated test programs have been moved to websockify.

For more detailed description and usage information please refer to the websockify README.