AMP failing to install on Ubuntu Server 24.04

OS Name/Version: Ubuntu Server 24.04

Product Name/Version: AMP Panel?

Problem Description: I am trying to install AMP on my Ubuntu Server and I’m struggling to get past the list of errors its throwing my way.

[Error/9] TaskCanceledException
[Error/9] [0] (TaskCanceledException) : The request was canceled due to the configured HttpClient.Timeout of 30 seconds elapsing.
[Error/9]    at Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)
   at Net.Http.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
   at ModuleShared.VersionManifest.FetchAsync(String forPlatform)
[Error/9] TimeoutException
[Error/9] [1] (TimeoutException) : A task was canceled.
[Error/9] TaskCanceledException
[Error/9] [2] (TaskCanceledException) : A task was canceled.
[Error/9]    at Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Net.Http.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
[Error/11] TaskCanceledException
[Error/11] [0] (TaskCanceledException) : The request was canceled due to the configured HttpClient.Timeout of 30 seconds elapsing.
[Error/11]    at Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)
   at Net.Http.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
   at ModuleShared.VersionManifest.FetchAsync(String forPlatform)
[Error/11] TimeoutException
[Error/11] [1] (TimeoutException) : A task was canceled.
[Error/11] TaskCanceledException
[Error/11] [2] (TaskCanceledException) : A task was canceled.
[Error/11]    at Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Net.Http.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
[Info/11] Instance creation failed. Reason: "The core archive failed to download or unpack: Failed to find a release matching the specified version: Mainline/ - This version may no longer be available to download, you should update to a newer version."
Failed to create default instance.
Aborting...

Steps to reproduce:

  • bash <(wget -qO- getamp.sh)
  • Username and Password
  • Install

Actions taken to resolve so far: I’ve tried not much since I’m extremely new to linux and I have no clue what to do.

What’s the output of:

ping -6 google.com

This usually means a bad IPv6 setup.

OutCome:


3 packets transmitted, 0 recieved, 100% packet loss, time 2057ms


Yeah you’ve got a bad IPv6 setup. Disable IPv6 on your system and try again.

It works now! Thank you for the help!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.