You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using pip3 I am only getting a 0.1.x version installed and had the same syntax error. I had to download the webssh-1.6.2.tar.gz file and do a "python3.10 setup.py install" to get the latest version installed.
It works but every ssh connection I make only lasts 30 seconds at which point I am abruptly disconnected.
wssh
File "/usr/local/bin/wssh", line 89
params = dict(filter(lambda (k, v): v is not None, params.iteritems()))
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: