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 System.UriFormatException in Project.get_HeroImageUri () #63

Open yoshiask opened 4 years ago

yoshiask commented 4 years ago

Version 1.1.1.70(1.1.1.70)

Stacktrace

Internal.Reflection.Execution.MethodInvokers.InstanceMethodInvoker.Invoke(Object thisObject, Object[] arguments, BinderBundle binderBundle, Boolean wrapInTargetInvocationException) in Invoke at 16707566:0;Internal.Reflection.Execution.MethodInvokers

Internal.Reflection.Core.Execution.MethodInvoker.Invoke(Object thisObject, Object[] arguments, Binder binder, BindingFlags invokeAttr, CultureInfo cultureInfo) in Invoke at 16707566:0;Internal.Reflection.Core.Execution

Refit.FormValueMultimap..ctor(Object, RefitSettings) + 0xc22;Refit.FormValueMultimap

Refit.RequestBuilderImplementation.<>c__DisplayClass18_0.<b0>d.MoveNext() + 0x1cc4;Refit.RequestBuilderImplementation.<>cDisplayClass18_0

Refit.RequestBuilderImplementation.<>c__DisplayClass23_0.<b0>d.MoveNext() + 0x268;Refit.RequestBuilderImplementation.<>cDisplayClass23_0

UWPCommunity.Views.Subviews.EditProjectView.d__8.MoveNext() + 0x38e;UWPCommunity.Views.Subviews.EditProjectView

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

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

Reason

System.UriFormatException

Link to App Center