Open alanajrobinson opened 9 years ago
GetMaxStrappCountAsync no longer exists in the Microsoft Band Sync App DLL. The downloadable executable for UnBand is calling that. Going to an older version of the health app works. Not too helpful, sorry
-----Original Message----- From: "alanajrobinson" notifications@github.com Sent: 6/5/2015 1:59 PM To: "nachmore/unBand" unBand@noreply.github.com Subject: [unBand] Imminent crash after band sync app has been closed (#96)
Imminent Crash every time app is launched, and microsoft band sync app has been closed. Repro steps: Open unband Agree to terms Close microsoft sync app Imminent crash
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.MissingMethodException: Method not found: 'System.Threading.Tasks.Task`1 Microsoft.Band.Admin.CargoClient.GetMaxStrappCountAsync()'.
at unBand.BandHelpers.BandProperties.d0.MoveNext()
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.StartTStateMachine
at unBand.BandHelpers.BandProperties.InitAsync()
at unBand.BandHelpers.BandManager.<>cDisplayClassb.
@morizono Do you have a link for the older version?
Thanks for this app. it seems like a great idea but I'm unable to use it. I'm having this same crash at the call for GetMaxStrappCountAsync
Is there a fix available?
Imminent Crash every time app is launched, and microsoft band sync app has been closed.
Repro steps: Open unband Agree to terms Close microsoft sync app Imminent crash
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.MissingMethodException: Method not found: 'System.Threading.Tasks.Task`1 Microsoft.Band.Admin.CargoClient.GetMaxStrappCountAsync()'.
at unBand.BandHelpers.BandProperties.d__0.MoveNext()
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at unBand.BandHelpers.BandProperties.InitAsync()
at unBand.BandHelpers.BandManager.<>cDisplayClassb.<b 9>d__d.MoveNext() in d:\codesanity\oss\unBand\src\unBand\BandHelpers\BandManager.cs:line 260
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.b__4(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
OK