agusibrahim / Aplikasi-PPOB-Xamarin

Aplikasi PPOB dibuat menggunakan Xamarin.Forms, Dapat di Compile untuk Android maupun di iOS.
14 stars 13 forks source link

Fix System.Net.WebException in JsonTextReader.ReadData (System.Boolean append, System.Int32 charsRequired) #125

Closed agusibrahim closed 4 years ago

agusibrahim commented 4 years ago

Version 1.0.3(8)

Stacktrace

Newtonsoft.Json.JsonTextReader.ReadData (System.Boolean append, System.Int32 charsRequired) [0x00024] in :0;Newtonsoft.Json

Newtonsoft.Json.JsonTextReader.ReadData (System.Boolean append) [0x00000] in :0;Newtonsoft.Json

Newtonsoft.Json.JsonTextReader.ReadStringIntoBuffer (System.Char quote) [0x0006e] in :0;Newtonsoft.Json

Newtonsoft.Json.JsonTextReader.ParseString (System.Char quote, Newtonsoft.Json.ReadType readType) [0x00014] in :0;Newtonsoft.Json

Newtonsoft.Json.JsonTextReader.ReadStringValue (Newtonsoft.Json.ReadType readType) [0x00165] in :0;Newtonsoft.Json

Newtonsoft.Json.JsonTextReader.ReadAsString () [0x00000] in :0;Newtonsoft.Json

Newtonsoft.Json.JsonReader.ReadForType (Newtonsoft.Json.Serialization.JsonContract contract, System.Boolean hasConverter) [0x000c2] in :0;Newtonsoft.Json

Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject (System.Object newObject, Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, System.String id) [0x00266] in :0;Newtonsoft.Json.Serialization

Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x00161] in :0;Newtonsoft.Json.Serialization

Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0006d] in :0;Newtonsoft.Json.Serialization

Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList (System.Collections.IList list, Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonArrayContract contract, Newtonsoft.Json.Serialization.JsonProperty containerProperty, System.String id) [0x00175] in :0;Newtonsoft.Json.Serialization

Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, System.Object existingValue, System.String id) [0x000dc] in :0;Newtonsoft.Json.Serialization

Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0007f] in :0;Newtonsoft.Json.Serialization

Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x000db] in :0;Newtonsoft.Json.Serialization

Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00054] in :0;Newtonsoft.Json

Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in :0;Newtonsoft.Json

Refit.RequestBuilderImplementation1+<>c__DisplayClass13_01+<b__0>d[TApi,T].MoveNext () [0x004e0] in :0;Refit

RetrossClient.Views.Flight.MyAirportSelector+d__10.MoveNext () [0x000f5] in <4c93ef70716147a8b9aa758627264e34>:0;RetrossClient.Views.Flight

Reason

System.Net.WebException

Link to App Center