HI,
When i get a clean download of playit.gg this is what i enter into the terminal.
chmod +x playit-linux-amd64
./playit-linux-amd64
Then i get out this:
INFO playitd::daemon: Starting playitd socket_path=None secret_path=Some(“/home/nate-muhs/.config/playit_gg/playit.toml”) version=1.0.10
playitd error: IPC error: Failed to bind to socket: No such file or directory (os error 2)
I cant really describe how i got into this predicament. lots of different playit.gg downloads and one accidental operating system deletion later and now I’m here. If i run the “./playit-linux-amd64” as “** sudo ./playit-linux-amd64**” the error changes to:
INFO playitd::daemon: Starting playitd socket_path=None secret_path=Some(“/root/.config/playit_gg/playit.toml”) version=1.0.10
WARN playitd::linux: IPC socket group is missing, leaving default socket permissions in place group=“playit” socket_path=/run/playit/playitd.sock
INFO playitd::daemon: Waiting for frontend secret provisioning over IPC secret_path=/root/.config/playit_gg/playit.toml
When i run ./playit-linux-amd64 again i get a different os error:
INFO playitd::daemon: Starting playitd socket_path=None secret_path=Some(“/home/nate-muhs/.config/playit_gg/playit.toml”) version=1.0.10
playitd error: IPC error: Failed to bind to socket: Address in use (os error 98)
I would appreciate any kind of help! I’m not trying to do anything complicated i just want to setup the tunnel for minecraft. Thanks!