vinanrra / Docker-Satisfactory

Satisfactory server using LinuxGSM script in Docker
43 stars 7 forks source link

[SFSERVER] Wrong port value in LinuxGSM alerts #13

Open shalak opened 2 years ago

shalak commented 2 years ago

The port value shown in Discord alerts should be queryport, not port.

I'm not sure how to best approach this. Should the Dockefile replace the content of https://github.com/GameServerManagers/LinuxGSM/blob/master/lgsm/functions/alert_discord.sh? Or maybe it's better to fix it over there? Is the queryport even visible in the scope of that script?

vinanrra commented 2 years ago

Why should be swap to queryport, it's giving you any error? And if yes, you should create a issue at LinuxGSM repo, because they are the ones that maintain the script, I can do a quick fix here, but need more info.

shalak commented 2 years ago

When connecting to server in the game client, it expects the queryport - or am I mistaken?

vinanrra commented 2 years ago

When connecting to server in the game client, it expects the queryport - or am I mistaken?

True, could you send me a screenshot of your Discord alert message?

shalak commented 2 years ago

Here you go:

image

I created the issue in LinuxGSM repo: https://github.com/GameServerManagers/LinuxGSM/issues/3765