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.
I haven't gone into it in a lot of detail so there isn't much I can tell, but an external executable .jar was not able to find the proper UserAgentProvider, thus resulting in the authorization window never popping up.
A quick and easy hack is to explicitly set the UserAgentProvider with
I'm merely posting the issue here with the hope of saving someone else several hours of debugging. This issue occurred in a .jar artifact, but not in the IntelliJ IDE.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I haven't gone into it in a lot of detail so there isn't much I can tell, but an external executable .jar was not able to find the proper UserAgentProvider, thus resulting in the authorization window never popping up.
A quick and easy hack is to explicitly set the UserAgentProvider with
System.getProperties().setProperty("userAgentProvider", "JavaFx");
I'm merely posting the issue here with the hope of saving someone else several hours of debugging. This issue occurred in a .jar artifact, but not in the IntelliJ IDE.
The text was updated successfully, but these errors were encountered: