You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.
After deployment if you don't login and it uses previous authtoken, then after 30mins when the HandleApiFailure triggers it doesn't have proper login settings saved and it tries to DoPtcLogin with null username and password
After deployment if you do login manually, there is bigger problem. After 30 minutes it hits HandleApiFailure, but when it tries to login with correct username and password, Google.Protobuf.dll gives ArgumentNullException.
It is happening in Login.cs:41 at:
FixST-Apps#645 by Logouting, auto-loging in again and completely reinicializing GameMapPage.
Add Exception message propagation from App_UnhandledException.
Change void to Task at ToggleUpdateTimer and fix all usages to await.
Add link to GameMapPageViewModel into GameClient -> needs refactoring.
Temporary fix for compilation error at PlayerProfilePage.xaml.cs:13
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Recap:
With help of @ST-Apps we found 2 problems:
It is happening in Login.cs:41 at:
login has correct username and password and after F10 to step through it, it gives:
@ST-Apps tried me to create breakpoint at App.xaml.cs:59 if it gets hit, but it doesn't
The text was updated successfully, but these errors were encountered: