Linuxgsm: Command always downloads serverlist

Created on 27 Sep 2017  Â·  4Comments  Â·  Source: GameServerManagers/LinuxGSM

I follow the commands to download the linuxgsm.sh and the server file

wget -N --no-check-certificate https://gameservermanagers.com/dl/linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh pzserver

but all it ever does is download a serverlist.csv

--2017-09-27 13:34:27--  https://gameservermanagers.com/dl/linuxgsm.sh
Resolving gameservermanagers.com (gameservermanagers.com)... 104.31.93.238, 104.31.92.238
Connecting to gameservermanagers.com (gameservermanagers.com)|104.31.93.238|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/linuxgsm.sh [following]
--2017-09-27 13:34:29--  https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/linuxgsm.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 11448 (11K) [text/plain]
Saving to: ‘linuxgsm.sh’

linuxgsm.sh                                       100%[==========================================================================================================>]  11.18K  --.-KB/s    in 0s      

Last-modified header missing -- time-stamps turned off.
2017-09-27 13:34:30 (147 MB/s) - ‘linuxgsm.sh’ saved [11448/11448]

    fetching serverlist.csv...OK
bug

Most helpful comment

Known issue, fixed in the coming hours, refer to this until the issue is patched in a hotfix

As a workaround for not being able to install servers currently: 

1.) You will need to remove lines 281-288 in linuxgsm.sh
2.) Get an older serverlist.csv Available here https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/5589e2d2cc8861fb240a3fe803b2084746359da5/lgsm/data/serverlist.csv
3.) Save the csv as lgsm/tmp/data/serverlist.csv (Under your users folder, or installation folder)
4.) Install as normal

All 4 comments

Known issue, fixed in the coming hours, refer to this until the issue is patched in a hotfix

As a workaround for not being able to install servers currently: 

1.) You will need to remove lines 281-288 in linuxgsm.sh
2.) Get an older serverlist.csv Available here https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/5589e2d2cc8861fb240a3fe803b2084746359da5/lgsm/data/serverlist.csv
3.) Save the csv as lgsm/tmp/data/serverlist.csv (Under your users folder, or installation folder)
4.) Install as normal

Should be fixed now but don't forget to add those lines back/to redownload linuxgsm.sh. #1630

Thanks for the quick fix while I was a work. I will review the travis system to add some sort of check to prevent this issue again.

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings