WindowsAppCommunity / UWPCommunityApp

A UWP companion app for the UWP Community website
https://www.microsoft.com/store/apps/9PJW4588MKV0
13 stars 5 forks source link

Fix Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: <. Path '', line 0, position 0. in JsonTextReader.ParseValue () #124

Open yoshiask opened 3 years ago

yoshiask commented 3 years ago

Version 1.2.2.0(1.2.2.0)

Stacktrace

Newtonsoft.Json.JsonTextReader.ParseValue() + 0x36e;Newtonsoft.Json

Newtonsoft.Json.JsonTextReader.Read() + 0x52;Newtonsoft.Json

Newtonsoft.Json.JsonReader.ReadAndMoveToContent() + 0x11;Newtonsoft.Json

Newtonsoft.Json.JsonReader.ReadForType(JsonContract, Boolean) + 0x56;Newtonsoft.Json

Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader, Type, Boolean) + 0x239;Newtonsoft.Json.Serialization

Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader, Type) + 0xf3;Newtonsoft.Json

Newtonsoft.Json.JsonSerializer.DeserializeT + 0x3b;Newtonsoft.Json

Refit.NewtonsoftJsonContentSerializer.d__4`1.MoveNext() + 0x350;Refit.NewtonsoftJsonContentSerializer

Refit.ApiException.d__33`1.MoveNext() + 0x1e8;Refit.ApiException

UWPCommunity.Views.Subviews.EditProjectView.d__12.MoveNext() + 0x87d;UWPCommunity.Views.Subviews.EditProjectView

Interop.ComCallHelpers.Call(ComObject, RuntimeTypeHandle, Int32) + 0xb8;__Interop

__Interop.ForwardComStubs.Stub_16[TThis](ComObject, Int32) + 0x24;Interop

Reason

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

Link to App Center