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

User Agent Provider not properly recognized #43

Open
AmberSparkDev opened this issue Apr 16, 2018 · 0 comments
Open

User Agent Provider not properly recognized #43

AmberSparkDev opened this issue Apr 16, 2018 · 0 comments

Comments

@AmberSparkDev
Copy link

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.

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