Login Problem

04/24/2019 18:15 ExTaCy#1
i was mistake but idk where anybody help me please
when i try login server i get this error

HTML Code:
System.FormatException: The input string was not in the correct format.
   location: System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   location: System.Number.ParseUInt32(String value, NumberStyles options, NumberFormatInfo numfmt)
   location: System.String.System.IConvertible.ToUInt32(IFormatProvider provider)
   location: System.Convert.ToUInt32(Object value)
   location: Sirius.MySQL.MySqlCommand.ExecuteScalar() C:\Users\Theorie\OneDrive\Desktop\Sirius\MySql\MySqlCommand.cs in: Line 469
   location: Sirius.Database.Authenticate(String User, String Password) C:\Users\Theorie\OneDrive\Desktop\Sirius\Database.cs in: Line 1038
You can see in Attached

thx
04/24/2019 21:20 Super Aids#2
nice sql injection.
04/25/2019 19:25 ExTaCy#3
request close
04/25/2019 23:05 Spirited#4
It looks like you might be trying to save a string as a number in SQL or something, and that string is either empty or contains NaN (not a number). I mean, the error is in plain English... So your guess is as good as mine.