koraktor / steam-condenser

A multi-language library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
https://koraktor.de/steam-condenser
Other
356 stars 67 forks source link

[Ruby] Rcon authenticate error #286

Closed jpalumickas closed 8 years ago

jpalumickas commented 8 years ago

Hey,

I'm getting this error when trying to authenticate with Rcon:

TypeError: #<SteamCondenser::Servers::Packets::RCON::RCONGoldSrcRequest:0x007f809b899360 @content_data=#<StringIO:0x007f809b899338>, @header_data=0> is not a symbol nor a string
from /lib/steam-condenser/servers/sockets/goldsrc_socket.rb:146:in `rcon_send'

This error I'm getting in master branch, but I found that in 6b39915 is working fine. So after this b8465c2 something is wrong.

koraktor commented 8 years ago

Thanks for reporting.

jpalumickas commented 8 years ago

Thanks for fast response :+1: