Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

wssh command fails with python syntax error #394

Open
abcbarryn opened this issue Oct 6, 2024 · 1 comment
Open

wssh command fails with python syntax error #394

abcbarryn opened this issue Oct 6, 2024 · 1 comment

Comments

@abcbarryn
Copy link

wssh

File "/usr/local/bin/wssh", line 89
params = dict(filter(lambda (k, v): v is not None, params.iteritems()))
^
SyntaxError: invalid syntax

@paulraines68
Copy link

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants