fresh install of AMP and I keep getting this error when trying to create an instance. I have tried reinstalling, adding cloudflare ip’s to the iptable (Running on Linux Debian) , made sure ufw has the right ports enabled. I’m not running docker in the setup and not enabling HTTPS as i don’t have a domain.
here is the error
[Notice/7] Application Port Exclusions have not been specified, using any available…
[Activity/7] Audit: Unknown/None [CreateInstance] Creating instance ADS01 using ADS module on port 8080.
[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/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)
[Info/9] 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.”
When looking at the log, everything seems okay apart from not connecting to the CDN website via IPV6 (still connects via IPV4 and then proceeds)
OS Name/Version:
Product Name/Version: (Always use the full version number - not ‘Latest’)
Problem Description:
If you're sharing console output, logs, or commands you have run, please make sure to use code tags
(3x backticks for blocks, 1x backtick for a single line) to help make posts readable. This also
provides syntax highlighting.