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

    Cant connect to FAF

    Scheduled Pinned Locked Moved I need help
    9 Posts 7 Posters 907 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.
    • R
      Ragzan
      last edited by Ragzan

      I disabled Brandmauer - no effect
      Deinstal citrix vpn - no effect
      Disable Windows Defender - no effect
      Reinstal full FAF and SC:FA - no effect

      I think, my problem in piece of client.log below:

      2023-10-08T16:26:53.038+03:00 INFO 68 --- [reactor-tcp-nio-1] c.faforever.commons.lobby.FafLobbyApi : Connected to lobby.faforever.com on port 8002
      2023-10-08T16:26:55.997+03:00 ERROR 68 --- [reactor-tcp-nio-1] c.faforever.commons.lobby.FafLobbyApi : Inbound channel closed with error

      java.net.SocketException: Connection reset
      at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394)
      at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426)
      at io.netty.buffer.UnpooledDirectByteBuf.setBytes(UnpooledDirectByteBuf.java:570)
      at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
      at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
      at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
      at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
      at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
      at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
      at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
      at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
      at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
      at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
      at java.base/java.lang.Thread.run(Thread.java:833)

      I can ping lobby.faforever.com but not with that port. What port is working and how to change it? No info about it

      1 Reply Last reply Reply Quote 0
      • maggeM
        magge Global Moderator
        last edited by

        Are you from RU or AU? If so, try a VPN from another country.

        Join a FAFtastic Team

        1 Reply Last reply Reply Quote 0
        • K
          Khal
          last edited by

          I can't login too. I am in Europe

          1 Reply Last reply Reply Quote 0
          • R
            RedX
            last edited by

            I also cannot login, from the US:

            2023-10-08T10:01:17.612-05:00  WARN 15120 --- [parallel-1] c.faforever.commons.lobby.FafLobbyApi    : Could not reach server retrying: Attempt #0 of 10
            
            java.util.concurrent.TimeoutException: Did not observe any item or terminal signal within 60000ms in 'flatMap' (and no fallback has been configured)
            	at reactor.core.publisher.FluxTimeout$TimeoutMainSubscriber.handleTimeout(FluxTimeout.java:295)
            	at reactor.core.publisher.FluxTimeout$TimeoutMainSubscriber.doTimeout(FluxTimeout.java:280)
            	at reactor.core.publisher.FluxTimeout$TimeoutTimeoutSubscriber.onNext(FluxTimeout.java:419)
            	at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162)
            	at reactor.core.publisher.MonoDelay$MonoDelayRunnable.propagateDelay(MonoDelay.java:271)
            	at reactor.core.publisher.MonoDelay$MonoDelayRunnable.run(MonoDelay.java:286)
            	at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:68)
            	at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:28)
            	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
            	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
            	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
            	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
            	at java.base/java.lang.Thread.run(Thread.java:833)
            
            2023-10-08T10:01:48.122-05:00 DEBUG 15120 --- [reactor-tcp-nio-2] c.faforever.commons.lobby.FafLobbyApi    : Starting session listener
            2023-10-08T10:01:48.122-05:00  INFO 15120 --- [reactor-tcp-nio-2] c.faforever.commons.lobby.FafLobbyApi    : Connected to lobby.faforever.com on port 8002
            2023-10-08T10:01:48.253-05:00 ERROR 15120 --- [reactor-tcp-nio-2] c.faforever.commons.lobby.FafLobbyApi    : Inbound channel closed with error
            
            java.net.SocketException: Connection reset
            	at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394)
            	at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426)
            	at io.netty.buffer.UnpooledDirectByteBuf.setBytes(UnpooledDirectByteBuf.java:570)
            	at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
            	at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
            	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
            	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
            	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
            	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
            	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
            	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
            	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
            	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
            	at java.base/java.lang.Thread.run(Thread.java:833)
            
            2023-10-08T10:01:48.254-05:00  INFO 15120 --- [reactor-tcp-nio-2] c.faforever.commons.lobby.FafLobbyApi    : Inbound channel cancelled
            2023-10-08T10:01:48.254-05:00  INFO 15120 --- [reactor-tcp-nio-2] c.faforever.commons.lobby.FafLobbyApi    : Outbound channel cancelled
            2023-10-08T10:01:48.254-05:00  INFO 15120 --- [reactor-tcp-nio-2] c.faforever.commons.lobby.FafLobbyApi    : Disconnected from server
            2023-10-08T10:01:48.254-05:00  INFO 15120 --- [reactor-tcp-nio-2] c.faforever.commons.lobby.FafLobbyApi    : Attempting to reconnect
            2023-10-08T10:01:48.254-05:00  INFO 15120 --- [reactor-tcp-nio-2] c.faforever.commons.lobby.FafLobbyApi    : Disconnected from server
            2023-10-08T10:01:48.255-05:00  INFO 15120 --- [reactor-tcp-nio-2] c.faforever.commons.lobby.FafLobbyApi    : Attempting to reconnect
            
            1 Reply Last reply Reply Quote 1
            • B
              Balabubi
              last edited by Balabubi

              I am from germany, i can t connect too.
              I am constant in log in loading screen.

              1 Reply Last reply Reply Quote 0
              • maggeM
                magge Global Moderator
                last edited by magge

                @Khal @RedX @Balabubi That was a separate issue - Client Login Service had a small hiccup and should work again. If you still encounter issues, just make a new thread and ping me, so we can figure it out.

                Edit: Unfortunately, there is another hiccup. Was working fine the last hour. We can just be patient for now, until it is sorted out.

                Join a FAFtastic Team

                1 Reply Last reply Reply Quote 1
                • B
                  brainstormer
                  last edited by

                  Currently cannot go past Authorize
                  Client 23.7.1 initializes, but nothing happens during Authorize step
                  Anything I should do? Obviously internet is OK

                  1 Reply Last reply Reply Quote 0
                  • R
                    Ragzan
                    last edited by

                    At this time i didnt get that error, and got connection to server. But need to reopen app several times(infinite authorisation). All thanks!

                    1 Reply Last reply Reply Quote 0
                    • C
                      cyco
                      last edited by

                      Hello, I have same issue regularly (and currently)
                      "java.util.concurrent.TimeoutException: Did not observe any item or terminal signal within 60000ms in 'flatMap' (and no fallback has been configured)"
                      So... not sure what I can do... juse wait?

                      1 Reply Last reply Reply Quote 0
                      • Brutus5000B Brutus5000 locked this topic on
                      • First post
                        Last post