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

DeployServerSnapshot Not Working #17

Closed HatipMevis closed 6 years ago

HatipMevis commented 9 years ago

ErrorId:1537 ErrorMessage:"invalid parameter count" public SimpleResponse DeployServerSnapshot(string snapshotData) { if (ExtensionMethods.IsNullOrTrimmedEmpty(snapshotData)) throw new ArgumentException("snapshotData is null or trimmed empty", "snapshotData"); Command command = CommandNameExtensions.CreateCommand(CommandName.ServerSnapshotDeploy); command.AddParameter(snapshotData); return ResponseBase.Parse(this.SendCommand(command)); }

Scordo commented 7 years ago

I'll have a look at it

Scordo commented 7 years ago

Fixed it. It will be included in the next release

HatipMevis commented 6 years ago

ty have a nice day