GithubHelp home page GithubHelp logo

Comments (7)

onebeastchris avatar onebeastchris commented on June 17, 2024

Are you using a reverse proxy infront of your Geyser instance? If so, which one?
This looks like a malformed packet being received; my guess would be to improper configuration

from geyser.

Rejxcted avatar Rejxcted commented on June 17, 2024

Are you using a reverse proxy infront of your Geyser instance? If so, which one? This looks like a malformed packet being received; my guess would be to improper configuration

Yes, we're using TCPShield, only had this problem after we updaed to the latest geyser lol

from geyser.

onebeastchris avatar onebeastchris commented on June 17, 2024

Which version did you update from? That might be able to pin down what might have changed between now and then

from geyser.

Rejxcted avatar Rejxcted commented on June 17, 2024

No clue but the last JAR we installed before this was 23 days ago, so I guess one on that date or the closest

from geyser.

Kas-tle avatar Kas-tle commented on June 17, 2024

Is this running in docker or no?

from geyser.

Rejxcted avatar Rejxcted commented on June 17, 2024

Yes, we're running our servers on Pterodactyl

from geyser.

Kas-tle avatar Kas-tle commented on June 17, 2024

Can you run the following while reproducing the error? You can either post the resulting pcap here or if you are afraid of sharing sensitive info feel free to DM it to me on Discord (kastle). For the container name that should be the full uuid of the server found in the Servers tab of the Pterodactyl admin menu.

sudo docker run --rm --net container:$(sudo docker ps -qf name=CONTAINER_NAME_HERE) nicolaka/netshoot:latest tcpdump -s 0 -U -n -w - udp port 19132 > out.pcap

Also if you are running Geyser on a different port than 19132 you will of course want to change that.

from geyser.

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.