Cannot create a default AMP instance (see log)

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.

I just tried installing AMP as well, and I’m experiencing the same issue when creating an instance. The installation seems to proceed normally, but it fails due to a timeout error when trying to fetch the core archive.

Is this a temporary issue with the AMP servers, or is there something else we should check on our end?

I don’t think it’s anything to do with AMP servers but i’ve been trying to get someone to help me for hours with not much help with your exact issue too

Disabling IPv6 on Linux worked for me! After turning it off, the AMP instance creation completed successfully. I hope this helps you!

Let me know if turning IPV6 off will have an effect on connection (other people connecting to your server etc)

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