Windowsでwebsockify 0.6.0を実行しようとしていますが、うまくいきません。
私は試してみpython websockify.py 1501 10.0.0.141:1501
ましたが、そのようにエラーが発生し、良くありません:
Traceback (most recent call last):
File "websockify.py", line 1, in <module>
run
NameError: name 'run' is not defined
Compiling Websockify as Windows Executableも試しましたが、これも機能しませんでした。次のコマンドを使用するrun.exe 1501 10.0.0.141:1501
と、最初は有望に見え、コンソールに次のように出力されます。
WARNING: no 'resource' module, daemonizing is disabled
WebSocket server settings:
- Listen on :1501
- Flash security policy server
- No SSL/TLS support (no cert file)
- proxying from :1501 to 10.0.0.141:1501
しかし、ブラウザから以下を使用して接続しようとした後ws://localhost:1501
**次のエラーが出力されます
Traceback (most recent call last):
File "run", line 5, in <module>
File "websockify\websocketproxy.pyc", line 419, in websockify_init
File "websockify\websocket.pyc", line 1018, in start_server
UnboundLocalError: local variable 'exc' referenced before assignment
Windowsでwebsockifyを使用する方法/またはコンパイルされたwebsockifyをWindows実行可能ファイルとして使用する方法についてのアイデアはありますか?