Giter Site home page Giter Site logo

Comments (11)

miniduikboot avatar miniduikboot commented on June 11, 2024

Hi there,

You get automatically logged out when Among Us fails to connect to the http server.

  1. Have you installed the Impostor.Http plugin?
  2. Have you correctly portforwarded the http service?
    If you fix the http server, you should be able to stay logged in and hopefully also connect to your impostor server.

from impostor.

pilldesomebody avatar pilldesomebody commented on June 11, 2024

thank for the respond
but i downloaded the http plugin but dont know where it should be placed
i saw some dll in the docker folder so i tried to put it in that folder but it didnt worked
and i found all of the docker file but didnt find a folder called plugin
Should I create a new folder called plugin directly?

from impostor.

miniduikboot avatar miniduikboot commented on June 11, 2024

If you're using the latest Docker container it should already have Impostor.Http installed, and it should list that the plugin is installed when starting it. Can you confirm it is loaded?

from impostor.

pilldesomebody avatar pilldesomebody commented on June 11, 2024

屏幕截图 2023-09-11 211536
i'm reloaded the latest docker container.Firewall sets as all tcp/udp open(i will close it when i close the docker.just for test)
This is what the terminal and the game shows.
Is this correct?

from impostor.

miniduikboot avatar miniduikboot commented on June 11, 2024

I don't speak Chinese so I don't know the message that's on your screen, but I think I can read enough to help you. It looks like you connected directly using the UDP server. Can you generate a new region file using https://impostor.github.io/Impostor/ and check if that works better?

A few releases ago, Among Us started requiring HTTP Matchmaking otherwise you get logged out. Old region files contain a region of type "StaticRegionInfo" or "DnsRegionInfo", new files contain one called "StaticHttpRegionInfo". Make sure your region file only contains the latter type

from impostor.

pilldesomebody avatar pilldesomebody commented on June 11, 2024

It works worse.
I cant create a new room and get logged out
I generated a new region and replaced the old region屏幕截图 2023-09-12 111543
This is what the terminal,the game and the region shows.
(i dont have a json format tool so a make a format in a different file but it is the same contant)

from impostor.

miniduikboot avatar miniduikboot commented on June 11, 2024

Even though you may not believe me, you're almost there. It looks that your client doesn't connect to the HTTP server yet. Can you check if you have portforwarded port 22023 TCP next to the UDP port? In particular, check if you have added the port to your Docker configuration: -p 22023:22023/tcp

Note that by default our docs recommend you to bind Impostor.Http to localhost and use a reverse proxy for HTTPS support, but if you don't need that you can also bind it to all ports.

To verify that you've done it correctly, run the following command: netstat -tlpen. It should contain a line as follows:

tcp 0 0 0.0.0.0:22023 0.0.0.0:* LISTEN 1000 65599 9556/./Impostor.Server

I've made a few fields bold, they should match exactly

from impostor.

pilldesomebody avatar pilldesomebody commented on June 11, 2024

i recreated the docker server and redownloaded the docker
run the command and show this
屏幕截图 2023-10-11 221644
is this correct?

from impostor.

Huier-Huang avatar Huier-Huang commented on June 11, 2024

你开放的可能是运营商提供的网络防火墙,你可以尝试关闭系统防火墙
What you have open may be the network firewall provided by your carrier, you can try turning off the system firewall

from impostor.

miniduikboot avatar miniduikboot commented on June 11, 2024

Your configuration seems correct. It could still be that you have an extra firewall you'd need to add an exception to, or need to port forward the required ports

from impostor.

pilldesomebody avatar pilldesomebody commented on June 11, 2024

thanks!!!
Successfully created the room and no logged out again!
it's the firewall issus.
i forgot to open the required ports :P

from impostor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.