FAForever Forums
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Login

    Authorization error

    Scheduled Pinned Locked Moved I need help
    3 Posts 2 Posters 221 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V Offline
      Vitoshka
      last edited by

      Good afternoon. When starting the FAF, an authorization error occurs.
      Error details:

      Client Version: 2023.6.1
      java.lang.IllegalArgumentException: No redirect uris provided
      	at com.faforever.client.login.OAuthValuesReceiver.receiveValues(OAuthValuesReceiver.java:54)
      	at com.faforever.client.login.LoginController.onLoginButtonClicked(LoginController.java:274)
      	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
      	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
      	at com.sun.javafx.reflect.Trampoline.invoke(MethodUtil.java:72)
      	at jdk.internal.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
      	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
      	at com.sun.javafx.reflect.MethodUtil.invoke(MethodUtil.java:270)
      	at com.sun.javafx.fxml.MethodHelper.invoke(MethodHelper.java:84)
      	at javafx.fxml.FXMLLoader$MethodHandler.invoke(FXMLLoader.java:1855)
      	at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(FXMLLoader.java:1726)
      	at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
      	at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:232)
      	at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:189)
      	at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
      	at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
      	at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      	at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      	at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      	at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      	at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      	at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
      	at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
      	at javafx.event.Event.fireEvent(Event.java:198)
      	at javafx.scene.Node.fireEvent(Node.java:8944)
      	at javafx.scene.control.Button.fire(Button.java:203)
      	at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(ButtonBehavior.java:207)
      	at com.sun.javafx.scene.control.inputmap.InputMap.handle(InputMap.java:274)
      	at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:247)
      	at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
      	at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:232)
      	at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:189)
      	at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
      	at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
      	at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      	at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      	at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      	at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
      	at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
      	at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
      	at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
      	at javafx.event.Event.fireEvent(Event.java:198)
      	at javafx.scene.Scene$MouseHandler.process(Scene.java:3980)
      	at javafx.scene.Scene.processMouseEvent(Scene.java:1890)
      	at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2704)
      	at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:411)
      	at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:301)
      	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
      	at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(GlassViewEventHandler.java:450)
      	at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:424)
      	at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:449)
      	at com.sun.glass.ui.View.handleMouseEvent(View.java:551)
      	at com.sun.glass.ui.View.notifyMouse(View.java:937)
      	at com.sun.jna.Native.invokeLong(Native Method)
      	at com.sun.jna.Function.invoke(Function.java:427)
      	at com.sun.jna.Function.invoke(Function.java:360)
      	at com.sun.jna.Library$Handler.invoke(Library.java:244)
      	at jdk.proxy2/jdk.proxy2.$Proxy94.CallWindowProc(Unknown Source)
      	at ch.micheljung.fxwindow.DecorationWindowProcedure.callback(DecorationWindowProcedure.java:192)
      	at jdk.internal.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
      	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
      	at com.sun.jna.CallbackReference$DefaultCallbackProxy.invokeCallback(CallbackReference.java:520)
      	at com.sun.jna.CallbackReference$DefaultCallbackProxy.callback(CallbackReference.java:551)
      	at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
      	at com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:185)
      	at java.base/java.lang.Thread.run(Thread.java:833)
      
      1. I tried to change the default browser, as in the last topic - it did not help.
      2. Reinstalling FAF - did not help.

      Help solve the problem.

      1 Reply Last reply Reply Quote 0
      • S Offline
        Sheikah
        last edited by

        Something on your system most likely security settings is blocking the client connection to the server

        V 1 Reply Last reply Reply Quote 0
        • V Offline
          Vitoshka @Sheikah
          last edited by

          Also additionally made:

          1. Restarting the Internet connection.
          2. Disabling windows defender and firewall.
          3. Java update.

          The error still occurs.

          1 Reply Last reply Reply Quote 0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • First post
            Last post