conqp / rcon

Python RCON client library
GNU General Public License v3.0
83 stars 15 forks source link

SessionTimeout exception on PalWorld #29

Closed SalSevenSix closed 7 months ago

SalSevenSix commented 7 months ago

So this rcon client doesn't work with PalWorld. It throws a SessionTimeout exception. Issue is here...

    if response.id != request.id:
        raise SessionTimeout()

Looks like PalWorld is always returning 0 for the response ID. I think that it's actually PalWorld that needs to be fixed, but thought I should raise the issue to get awareness. I tried 2 different rcon CLI clients and on only 1 worked - https://github.com/gorcon/rcon-cli

conqp commented 7 months ago

https://github.com/conqp/rcon/issues/25