Can't open token generation in browser (Debian linux)
Efimero opened this issue ยท 0 comments
when it's supposed to open the browser link it errors
[20:02:19] [main/ERROR] [twitchintegration]: Could not open your browser - please copy the link into your browser manually.
java.lang.reflect.InvocationTargetException: null
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_151]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_151]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_151]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_151]
at net.blay09.mods.twitchintegration.util.TwitchAPI.listenForToken(TwitchAPI.java:130) [TwitchAPI.class:?]
at net.blay09.mods.twitchintegration.gui.GuiTwitchAuthentication.func_73878_a(GuiTwitchAuthentication.java:96) [GuiTwitchAuthentication.class:?]
at net.minecraft.client.gui.GuiConfirmOpenLink.func_146284_a(SourceFile:41) [bko.class:?]
at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:443) [blk.class:?]
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533) [blk.class:?]
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501) [blk.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1757) [bib.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_151]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_151]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_151]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_151]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform!
at java.awt.Desktop.checkActionSupport(Desktop.java:225) ~[?:1.8.0_151]
at java.awt.Desktop.browse(Desktop.java:381) ~[?:1.8.0_151]
... 20 more
and it does not provide a link to copy to open it manually =(