Closed freaky-m0 closed 7 years ago
I can't reproduce it on my end. :/ Which Factorio branch are you on? Please post more details (./fctrserver pd). Could you try running:
echo $(curl -s https://www.factorio.com/download-headless/stable | grep 'headless/linux64' | head -n 1 | grep -oP '(?<=get-download/).*?(?=/)')
curl -s https://www.factorio.com/download-headless/stable
Replace "stable" in the URLs if you are on a different branch.
Line in question: https://github.com/GameServerManagers/LinuxGSM/blob/master/lgsm/functions/update_factorio.sh#L79
I am on the "experimental" branch. Didn't play or update for a while. (Some month i guess.)
./fctrserver pd
>> https://hastebin.com/konibisuci
echo $(curl -s https://www.factorio.com/download-headless/stable | grep 'headless/linux64' | head -n 1 | grep -oP '(?<=get-download/).*?(?=/)')
>> 0.15.37
curl -s https://www.factorio.com/download-headless/experimental
>> https://hastebin.com/obuqesefil
EDIT: Now when i realized that my server is on the newest version.. (facepalm) maybe that's the problem? But then it should not show an error but "already newest version" or so?
Latest releases Stable: 0.15.37 Experimental: None
Oh. That explains it, I think.
No download links listed on https://www.factorio.com/download-headless/experimental.
Because they moved it to stable! Of course. I didn't realize that. Yes that explains it indeed. It was just confusing.
Thank you ;)
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.
I try to update my factorio server with
./fctrserver update
and only get[ FAIL ] Update fctrserver: Checking for update: factorio.com: Not returning version info
I already updated my scripts with
./fctrserver update-functions
:Am i doing it wrong? Or is there something wrong with the factorio scripts?