-
-
Notifications
You must be signed in to change notification settings - Fork 830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Cannot download serverlist.csv #4676
Comments
Looks likw either an internet or DNS issue. LinuxGSM cant get to the internet to download the files it needs. Which is odd as you just downloaded linuxgsm.sh |
Interesting I have got the issue in one of my unit tests but I cant replicate it myself currently |
Are you running the docker container? |
Nope, on my brige machine and it is connected as dmz into internet |
Give me directly link to serverlist to manulally download |
the easiest to verify would be to get a dev-debug.log and check the curl returncode. to create the log: change to the same dir where the linuxgsm.sh is
upload the file |
There was a bug in the develop branch that had the same issue but this has been resolved. The bug definitely wasnt in master |
the direct link of the file is this one from the repo: note: you need to use the raw download link. would be nice if you could do the dev debug before you proceed |
Manulally add serverlist.csv and server ready to install |
according to the log it timed out to download the file:
curl exit code 28: I dont think that here is a lgsm issue. |
Isn't 3 seconds too little to download a file? |
well, that is only the inital connection timeout, so i assume the connection takes to long to be done to the remote host or other issues. Feel free to check the curl man to check what that option does. Edit: for a full operation timeout it would be the option |
About half a year ago I installed a server for paworld and there it downloaded this file without any problems and updated linuxgsm. The server for pal Word is on the same machine where the server ark |
maybe you want to check what is going on manually and see what i going on with:
Then you can check where it takes a long time and check you system and connection. Closed for now as I do not see this as a general issue with LGSM |
changed this to 10 seconds and it fixed the issue curlcmd=$(curl --connect-timeout 10 -s --fail -L -o "${local_filedir}/${local_filename}" "${fileurl}" 2>&1) nano -Sl pwserver Line 114 |
Thank you, that solved my problem 🤜🤛 |
User story
As described
Game
All games
Linux distro
Debian 12
Command
command: install
Further information
Cant start installing any of game server :/
Relevant log output
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: