Unable to complete task - fetching lastest configurations

Note - If you do not fill in every section below, your post won’t be answered - you must provide the steps you have followed so far and the actions you’ve already taken. Make sure to remove this notice from your post too.

Screenshots of text are prohibited. Always copy and paste text as text.

Make sure you search before posting! Duplicate posts for the same issue may not be answered.

OS Name/Version: Windows server 2022 (Linux Debian server as a controller )

Product Name/Version: 2.6.1.4 - 20250410.2

Problem Description: Error every 2 minutes pooping up

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.

Steps to reproduce:

  • Step 1 Open amp.
  • Step 2 Wait several minutes
  • Step 3 See error message
  • Step 4. Error pops up again after a few minutes when closing it

Actions taken to resolve so far:

Error message
“unable to complete task - This task coud not be compoleted (Remote on windows server amp) Updating remote sources - fetching lastest configurations… -State 3 / Am error occured while sending the request”

This is the full error i get while just sitting in the main web page / management page or other pages and just waiting .. it seems to come up randomly every few minutes

Amp is installed on 3 servers

2 Virtual Debian servers , 1 is the main controller , 2 is a game server )

  1. on bare metal with windows 2022

It does not seem to cause allot of trouble. That server currently has only ark ASA dedicated servers installed and it does not happen right at the start when i installed ASA servers. I have no idea whats going on. I guess Amp wants to get some remote sources and updates something but cant .. but why i dont know

Do you have git installed on the host?


This task could not be completed: (Remote on Windows Server Amp) Updating remote sources - Fetching latest configurations… - State: 3.

An error occurred while sending the request.

Yes i have git installed . I attached an image of the error and what amp shows when the error happens

Edit … Or wait did you mean the windows instance needed also git installed (that did not seem to have it automatically installed but i added it now to see if that resolves the issue if thats what you meant =) )

Edit 2 : ok i tested it after installing git on windows server too and checking it is working .. I am still getting the error

Have you rebooted the Windows machine since installing git? AMP won’t pick it up as a service until after a reboot.

OK i think i start to figure out what the issue is. Looks like since i am using windows server Winget is not getting installed as it should be because of missing dependency

trying to manually install it is not possible because the normaly depency when you download it from microsoft are outdated …

i found in the end Releases · microsoft/winget-cli · GitHub

Where you can get winget and the requireted dependency you can install via “Add-AppxPackage -Path “C:\Users\amp\Downloads\Microsoft.VCLibs.x64.14.00.UWPDesktop.appx”” as an example (adding the details for other users.

now i have reinstalled ( repaired amp ) again .

amp was now able to proberly install the missing dependency that it did via Winget (that did not work earlier )

So when winget worked git installed correctly and after a reboot ( i testet it .. you cant skip it ! ) it looks like its finally updating correctly and not trowing errors anymore.

The main issues seems from winget not installing on windows server 2022, and installing winget is not straight forward ether for if people are not used iwth the appxPackage in powershell ( because of the dependency mess where you have to extract nuget packages that are outpdated etc … but at least thats the expelantion for anyone else looking .. thanks this is now fixed !

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