OpportunityLiu / E-Viewer

An UWP Client for https://e-hentai.org.
GNU General Public License v3.0
724 stars 30 forks source link

Fix crash in Newtonsoft.Json.JsonTextReader.ParseValue #25

Closed OpportunityLiu closed 7 years ago

OpportunityLiu commented 7 years ago

Version: 2016.8.25.0 | ExViewer

Stacktrace

Newtonsoft.Json.JsonTextReader;ParseValue;;
Newtonsoft.Json.JsonTextReader;Read;;
Newtonsoft.Json.Serialization.JsonSerializerInternalReader;ReadForType;;
Newtonsoft.Json.Serialization.JsonSerializerInternalReader;Deserialize;;
Newtonsoft.Json.JsonSerializer;DeserializeInternal;;
Newtonsoft.Json.JsonConvert;DeserializeObject;;
Newtonsoft.Json.JsonConvert;DeserializeObject[T];;
Newtonsoft.Json.JsonConvert;DeserializeObject[T];;
Newtonsoft.Json.JsonConvert;DeserializeAnonymousType[T];;
ExClient.SearchResult.<>c__DisplayClass9_0.<b__0>d;MoveNext;;
System.Runtime.CompilerServices.TaskAwaiter;ThrowForNonSuccess;;
System.Runtime.CompilerServices.TaskAwaiter;HandleNonSuccessAndDebuggerNotification;;
System.Runtime.CompilerServices.TaskAwaiter`1;GetResult;;
ExClient.SearchResult.<>c__DisplayClass25_0.<b__0>d;MoveNext;;
System.Runtime.CompilerServices.TaskAwaiter;ThrowForNonSuccess;;
System.Runtime.CompilerServices.TaskAwaiter;HandleNonSuccessAndDebuggerNotification;;
System.Runtime.CompilerServices.TaskAwaiter`1;GetResult;;
ExClient.IncrementalLoadingCollection`1.<b__24_1>d;MoveNext;;

Reason

Unexpected character encountered while parsing value: <. Path '', line 0, position 0.

Link to HockeyApp