rkvm icon indicating copy to clipboard operation
rkvm copied to clipboard

Nothing happens

Open subhappy opened this issue 1 year ago • 2 comments

Hi, I've got a client and server set up.

When I run rkvm-client from terminal, nothing is output to the terminal, so I'm assuming that's good. Running rkvm-server from terminal and using the hotkeys, it outputs INFO rkvm_server::server: Switched client idx=0 and then I'm still just working on the server. Hotkeys again produce INFO rkvm_server::server: Switched client idx=0

Should idx=1 when it switches to the client?

Let me know what you need to help you solve this.

subhappy avatar May 08 '24 11:05 subhappy

Hi, client idx=0 is the server. This means no client is connected.

You should see log messages like this

 INFO connection{addr=192.168.0.103:59956}: rkvm_server::server: Connected
 INFO connection{addr=192.168.0.103:59956}: rkvm_server::server: TLS connected
 INFO connection{addr=192.168.0.103:59956}: rkvm_server::server: Authenticated successfully

when another client connects.

Is that the case for you?

htrefil avatar Jul 13 '24 16:07 htrefil

I probably have the same problem. Client ran through systemd over ssh. Server through systemd in VGA terminal. Also the server frequently outputs ERROR connection(...): rkvm_server::server: Disconnected: Message timeout, client outputs something about disconnecting because of EOF, then client reconnects

katsu-chan avatar Jan 11 '25 19:01 katsu-chan