rcon-cli icon indicating copy to clipboard operation
rcon-cli copied to clipboard

No longer works with Rust

Open scorpio1441 opened this issue 1 year ago • 2 comments

default:
  address: "127.0.0.1:28016" # host:port, for example 127.0.0.1:16260
  password: "test1234"
  log: "rcon-default.log"
  type: "web" # rcon, telnet, web.
  timeout: "10s"

C:\rustserver>rcon test
cli: execute: auth: rcon: rcon: read packet size: read tcp 127.0.0.1:64172->127.0.0.1:28016: i/o timeout

scorpio1441 avatar Jan 09 '24 04:01 scorpio1441

change type to rcon

coolapso avatar Jan 21 '24 19:01 coolapso

Looks like the problem is the same https://github.com/gorcon/rcon-cli/issues/40 and https://github.com/gorcon/rcon-cli/issues/30

outdead avatar Feb 03 '24 09:02 outdead