Ulogin 1.9.2

Report bugs of MFPS 2.0 here
Post Reply
User avatar
websbk
Contributor
Contributor
Posts: 180
Joined: Fri Aug 04, 2017 5:34 pm

HTTP/1.1 400 Bad Request
UnityEngine.Debug:LogError(Object)
ULoginResult:PrintError() (at Assets/Addons/ULoginSystemPro/Content/Scripts/Internal/Structures/ULoginResult.cs:92)
<>c__DisplayClass30_0:<UpdateUserData>b__0(ULoginResult) (at Assets/Addons/ULoginSystemPro/Content/Scripts/Runtime/Main/bl_DataBase.cs:139)
<DoPost>d__4:MoveNext() (at Assets/Addons/ULoginSystemPro/Content/Scripts/Internal/Utils/bl_ULoginWebRequest.cs:43)
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) at the end of the battle, this error appears and is not recorded in the database kills, deaths, score. With the rest of the fields, everything is fine, the record passes
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

in bl_DataBase.cs -> UpdateUserData(...) try changing this line:

Code: Select all

 wf.AddSecureField("typ", 0);
to this:

Code: Select all

 wf.AddSecureField("typ", 1);
How to find your Invoice Number: Here
How to find your Order Number: Here
Post Reply