Scordo / TS3QueryLib.Net

This library allows you to query team speak 3 servers using the query port. All queries are implemented type safe and the library is written to work with .Net 3.5 SP1 or higher inluding support for silverlight 3.0 or higher and windows phone 7.1.
BSD 3-Clause "New" or "Revised" License
51 stars 15 forks source link

Exception thrown when trying to ban somebody #46

Open Najsr opened 5 years ago

Najsr commented 5 years ago

Hello, I have a problem when trying to ban somebody. The library throws an exception.

$exception: TS3QueryLib.Core.Common.Exceptions.ParseException: 'Error while trying to parse the response.
response: "banid=2333\n\rbanid=2334\n\rerror id=0 msg=ok\n\r"
e: {"Input string was not in a correct format."}

To reproduce simply ban somebody.

Najsr commented 5 years ago

Any updates on this good sir?