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 Oct 12, 2022. It is now read-only.
A fatal error (like the one caused by issue #22) currently causes the stack trace to contain something that looks like:
Caused by: error=unknown_error&error_description=Exception+in+Application+start+method%0AException+in+Application+stop+method%0Ajava.lang.reflect.InvocationTargetException%0A%09at+sun.reflect.NativeMethodAccessorImpl.invoke0%28Native+Method%29%0A%09at
(...goes on for several "lines"...)
%09...+1+more%0AException+running+application+com.microsoft.alm.oauth2.useragent.JavaFx%0A
At the very least, we should URL-decode the output so it can be formatted nicely.
The text was updated successfully, but these errors were encountered:
A fatal error (like the one caused by issue #22) currently causes the stack trace to contain something that looks like:
At the very least, we should URL-decode the output so it can be formatted nicely.
The text was updated successfully, but these errors were encountered: