Gargaj/BlueWP

App crashes on login

Closed this issue · 6 comments

I built an AppX using VS2017 and installed it on my Microsoft Lumia 650, and upon trying to log in the app just crashes

To cover all bases I deployed it directly to the device using Visual Studio and it does the same thing

Got a callstack / exception log?

System.NullReferenceException: Object reference not set to an instance of an object.
   at BlueWP.ATProto.Client.<RequestAsync>d__20`1.MoveNext()
--- 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`1.GetResult()
   at BlueWP.ATProto.Client.<PostAsync>d__19`1.MoveNext()
--- 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`1.GetResult()
   at BlueWP.ATProto.Client.<AuthenticateWithPassword>d__11.MoveNext()

Thanks; could you check if 3b02805 fixes it?

Yeah! just posted from it and everything! (btw to build an appx package to upload, right click on the BlueWP.App project -> Store -> Create App Packages)

Yeah I just built one, gonna upload in a second, and figure out if it's possible to automate releases.