Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

A fatal error in a subprocess is relayed as a very long, URL-encoded exception message #23

Closed
olivierdagenais opened this issue Mar 31, 2016 · 0 comments

Comments

@olivierdagenais
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant