arkmanager / ark-server-tools

Set of server tools used to manage ARK: Survival Evolved servers on Linux
MIT License
680 stars 144 forks source link

arkmanager upgrade-tools not working #1162

Closed CorsairF4U closed 3 years ago

CorsairF4U commented 3 years ago

$ arkmanager upgrade-tools arkmanager v1.6: Checking for updates... Getting latest release... Unable to get latest release

Checked arkmanager which seems to point to : https://api.github.com/repos/${arkstGithubRepo}/releases/latest

but it's not responding or otherwise working.

   
message "Not Found"
documentation_url "https://docs.github.com/rest"
klightspeed commented 3 years ago

Please refer to the readme:

Known issue with updating

If updating from 1.6.53 or earlier, you will likely get the following message:

Unable to get latest release

If updating from 1.6.53 or earlier, and arkstUnstable is set, then it is likely to say that a hotfix is available, but fail to install it.

Please either:

arkstGithubRepo="FezVrasta/ark-server-tools"

with

arkstGithubRepo="arkmanager/ark-server-tools"

or

CorsairF4U commented 3 years ago

Thank you, I missed that it seems. Please close issue.