We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An unhandled exception occurred - sorry about that, we're going to have to crash now :(
You can open a bug with a copy of this crash: hit Ctrl + C right now and then paste into a new bug at https://github.com/nachmore/unBand/issues.
System.ArgumentException: Requested value 'NotWorn' was not found.
at System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument)
at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
at Newtonsoft.Json.Utilities.ConvertUtils.TryConvertInternal(Object initialValue, CultureInfo culture, Type targetType, Object& value)
at Newtonsoft.Json.Utilities.ConvertUtils.Convert(Object initialValue, CultureInfo culture, Type targetType)
at Newtonsoft.Json.Linq.JValue.JValueDynamicProxy.TryConvert(JValue instance, ConvertBinder binder, Object& result)
at CallSite.Target(Closure , CallSite , Object )
at unBand.Cloud.SleepEventSequenceItem..ctor(JObject json) in d:\codesanity\oss\unBand\src\unBand.Cloud\Events\SleepEvent.cs:line 52
at CallSite.Target(Closure , CallSite , Type , Object )
at unBand.Cloud.SleepEvent.InitFullEventData(JObject json) in d:\codesanity\oss\unBand\src\unBand.Cloud\Events\SleepEvent.cs:line 134
at unBand.CloudHelpers.BandEventViewModel.d__0.MoveNext() in d:\codesanity\oss\unBand\src\unBand\CloudHelpers\BandEventViewModel.cs:line 67
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at unBand.CloudHelpers.BandCloudManager.d__18.MoveNext() in d:\codesanity\oss\unBand\src\unBand\CloudHelpers\BandCloudManager.cs:line 262
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at unBand.pages.ActivityLogPage.<btnExportAll_Click>d__17.MoveNext() in d:\codesanity\oss\unBand\src\unBand\pages\ActivityLogPage.xaml.cs:line 293
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c__DisplayClass2.b__3(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While attempting to save all data from the cloud.
Imminent Crash
An unhandled exception occurred - sorry about that, we're going to have to crash now :(
You can open a bug with a copy of this crash: hit Ctrl + C right now and then paste into a new bug at https://github.com/nachmore/unBand/issues.
System.ArgumentException: Requested value 'NotWorn' was not found.
at System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument)
at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
at Newtonsoft.Json.Utilities.ConvertUtils.TryConvertInternal(Object initialValue, CultureInfo culture, Type targetType, Object& value)
at Newtonsoft.Json.Utilities.ConvertUtils.Convert(Object initialValue, CultureInfo culture, Type targetType)
at Newtonsoft.Json.Linq.JValue.JValueDynamicProxy.TryConvert(JValue instance, ConvertBinder binder, Object& result)
at CallSite.Target(Closure , CallSite , Object )
at unBand.Cloud.SleepEventSequenceItem..ctor(JObject json) in d:\codesanity\oss\unBand\src\unBand.Cloud\Events\SleepEvent.cs:line 52
at CallSite.Target(Closure , CallSite , Type , Object )
at unBand.Cloud.SleepEvent.InitFullEventData(JObject json) in d:\codesanity\oss\unBand\src\unBand.Cloud\Events\SleepEvent.cs:line 134
at unBand.CloudHelpers.BandEventViewModel.d__0.MoveNext() in d:\codesanity\oss\unBand\src\unBand\CloudHelpers\BandEventViewModel.cs:line 67
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at unBand.CloudHelpers.BandCloudManager.d__18.MoveNext() in d:\codesanity\oss\unBand\src\unBand\CloudHelpers\BandCloudManager.cs:line 262
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at unBand.pages.ActivityLogPage.<btnExportAll_Click>d__17.MoveNext() in d:\codesanity\oss\unBand\src\unBand\pages\ActivityLogPage.xaml.cs:line 293
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c__DisplayClass2.b__3(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
OK
The text was updated successfully, but these errors were encountered: