tty-share icon indicating copy to clipboard operation
tty-share copied to clipboard

tty-share does not start HTTP server on port 8000

Open wiktorpyk opened this issue 6 months ago • 1 comments

I'm running tty-share with --public and --command, expecting the local session at http://localhost:8000 to be available. However, nothing is listening on port 8000. Steps to reproduce:

./tty-share_linux-amd64 --public --verbose --command bash

Output:

public session: https://on.tty-share.com/s/...
local session: http://localhost:8000/s/local/
ERRO[0005] Cannot proxy the connection to the target HTTP server: dial tcp [::1]:8000: connect: connection refused

Additional details: netstat confirms no process is listening on port 8000. Binary version: latest release from GitHub.

wiktorpyk avatar May 05 '25 13:05 wiktorpyk