Closed veixus closed 1 year ago
Hey @veixus, that's odd. The code in shellshare.net is the same as is in master. Does running python3 shellshare --server http://myserver:3000
works?
Thank you for for this idea. I never thought it could be this! And you are right - it does work with http://myserver:3000
That's great! Glad it worked.
On another note, I'm curious about your usage of shellshare. Could you email me briefly talking about how you're using it?
Hereby I confirm, that I responded to @vitorbaptista via email as current issue was iniated by me and mentioned teaching comes from my practice.
Im testing the shellshare on Ubuntu 22.04 LTS desktop with python 3.10.6
Using the official way to connect and share a terminal works fine with command : curl -sLo shellshare https://get.shellshare.net/ && python3 shellshare
But trying to use my own server causes a python3 traceback and does not work. curl -sLo shellshare https://get.shellshare.net/ && python3 shellshare --server myserver:3000
A workaround is using old python2 that also works: curl -sLo shellshare https://get.shellshare.net/ && python2 shellshare --server myserver:3000
I think the server service running @ https://shellshare.net/ is newer than the code available at github that Im using. We have been using our personal server for a few years now and it has been used for sharing shell commands between teachers and students. I hope the new version will be available here soon too. It causes some confusion and I would like to remove old python2 from my systems.
The tracebacks I get are like this. Im not sure what it is trying to tell me.
Any help would be appreciated. Thanks!