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) #128

Closed agusibrahim closed 4 years ago

agusibrahim commented 4 years ago

Version 1.0.0(1)

Stacktrace

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

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

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

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

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

Newtonsoft.Json.JsonTextReader.ReadAsString () [0x00000] in <12891e825fce44a581e5bbbb579c1d49>:0;Newtonsoft.Json

Newtonsoft.Json.JsonReader.ReadForType (Newtonsoft.Json.Serialization.JsonContract contract, System.Boolean hasConverter) [0x000c2] in <12891e825fce44a581e5bbbb579c1d49>: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) [0x00280] in <12891e825fce44a581e5bbbb579c1d49>: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 <12891e825fce44a581e5bbbb579c1d49>: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 <12891e825fce44a581e5bbbb579c1d49>: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) [0x00173] in <12891e825fce44a581e5bbbb579c1d49>: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 <12891e825fce44a581e5bbbb579c1d49>: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 <12891e825fce44a581e5bbbb579c1d49>:0;Newtonsoft.Json.Serialization

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

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

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

Newtonsoft.Json.JsonSerializer.Deserialize[T] (Newtonsoft.Json.JsonReader reader) [0x00000] in <12891e825fce44a581e5bbbb579c1d49>:0;Newtonsoft.Json

Refit.JsonContentSerializer.DeserializeAsync[T] (System.Net.Http.HttpContent content) [0x000a6] in :0;Refit

Refit.RequestBuilderImplementation1+<>c__DisplayClass14_02[TApi,T,TBody].b__0 (System.Net.Http.HttpClient client, System.Threading.CancellationToken ct, System.Object[] paramList) [0x005cd] in :0;Refit

RetrossClient.Views.Flight.MyAirportSelector.LoadAirportData (System.Boolean IsDomestic) [0x000f5] in :0;RetrossClient.Views.Flight

Reason

System.Net.WebException

Link to App Center