Bonjour,

J'ai un souci avec l'application GateOne ( logiciel HTML5, javascript, python ) cette application est un terminal web-gui.

Une fois sur la page j'ai ce message suivant :

The WebSocket connection was closed. Will attempt to reconnect every 5 seconds...

Note : Some web proxies do not work propely with WebSockets

Dans ma fenêtre du terminal, j'ai ceci :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
I 130305 12:00:25 gateone:1151] WebSocket closed (ANONYMOUS 10.10.43.82).
[I 130305 12:00:30 app_terminal:375] Active Terminal Plugins: bookmarks, convenience, example, html, logging, logging_plugin, notice, playback, ssh
[I 130305 12:00:30 gateone:1066] WebSocket opened (ANONYMOUS 10.10.43.82) via origin 10.10.43.91.
[E 130305 12:00:30 websocket:261] Uncaught exception in /ws
    Traceback (most recent call last):
      File "/usr/local/lib/python2.7/site-packages/tornado/websocket.py", line 258, in wrapper
        return callback(*args, **kwargs)
      File "gateone.py", line 1127, in on_message
        self.actions[key](value)
      File "gateone.py", line 1666, in get_theme
        f.write(io.open(path, 'r', encoding='utf-8').read())
    UnicodeEncodeError: 'ascii' codec can't encode character u'\u239a' in position 3356: ordinal not in range(128)
[I 130305 12:00:30 gateone:1151] WebSocket closed (ANONYMOUS 10.10.43.82).
^C[I 130305 12:00:33 gateone:3523] Caught KeyboardInterrupt.
Merci pour votre aide