[SOLVED] Microsoft store app and quick share template problem

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
Vincent38
Messages: 41
Registration: May 22, 2023 - 12:13

September 26, 2025 - 12:39

Good morning

I have a problem with the "template microsoft store app" package, which seems not to work to generate the package with the quick share app.
It works with other software, but with QuickShare this is what I get:

Code: Select all

Retrieving informations from Microsoft Store API, please wait

Downloading: SAMSUNGELECTRONICSCoLtd.SamsungQuickShare_2.2.19.0_neutral___wyx1vj98g3asy_17cba7b8-16ac-49e2-aa9e-429b732b4bdd.msixbundle
CRITICAL:waptcore:Fatal error in update_package  None : None:
Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\lib\site-packages\urllib3\connectionpool.py", line 534, in _make_request
    response = conn.getresponse()
  File "C:\Program Files (x86)\wapt\lib\site-packages\urllib3\connection.py", line 565, in getresponse
    httplib_response = super().getresponse()
  File "http\client.py", line 1375, in getresponse
  File "http\client.py", line 318, in begin
  File "http\client.py", line 279, in _read_status
  File "socket.py", line 717, in readinto
TimeoutError: timed out

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\lib\site-packages\requests\adapters.py", line 644, in send
    resp = conn.urlopen(
  File "C:\Program Files (x86)\wapt\lib\site-packages\urllib3\connectionpool.py", line 841, in urlopen
    retries = retries.increment(
  File "C:\Program Files (x86)\wapt\lib\site-packages\urllib3\util\retry.py", line 474, in increment
    raise reraise(type(error), error, _stacktrace)
  File "C:\Program Files (x86)\wapt\lib\site-packages\urllib3\util\util.py", line 39, in reraise
    raise value
  File "C:\Program Files (x86)\wapt\lib\site-packages\urllib3\connectionpool.py", line 787, in urlopen
    response = self._make_request(
  File "C:\Program Files (x86)\wapt\lib\site-packages\urllib3\connectionpool.py", line 536, in _make_request
    self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
  File "C:\Program Files (x86)\wapt\lib\site-packages\urllib3\connectionpool.py", line 367, in _raise_timeout
    raise ReadTimeoutError(
urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='tlu.dl.delivery.mp.microsoft.com', port=80): Read timed out. (read timeout=10)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 9036, in call_python_code
    hookdata = hook_func()
  File "C:\Users\vmorey\AppData\Local\Temp\wapt\MKDEGI_9\domoprod-template-microsoft-store-app_0-77_windows_10.0_PROD-wapt\update_package.py", line 109, in update_package
    wget(download_url, latest_bin, proxies=proxies)
  File "C:\Program Files (x86)\wapt\waptutils.py", line 1139, in wget
    httpreq = session.get(url,
  File "C:\Program Files (x86)\wapt\lib\site-packages\requests\sessions.py", line 602, in get
    return self.request("GET", url, **kwargs)
  File "C:\Program Files (x86)\wapt\lib\site-packages\requests\sessions.py", line 589, in request
    resp = self.send(prep, **send_kwargs)
  File "C:\Program Files (x86)\wapt\lib\site-packages\requests\sessions.py", line 703, in send
    r = adapter.send(request, **kwargs)
  File "C:\Program Files (x86)\wapt\lib\site-packages\requests\adapters.py", line 690, in send
    raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPConnectionPool(host='tlu.dl.delivery.mp.microsoft.com', port=80): Read timed out. (read timeout=10)

Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\lib\site-packages\urllib3\connectionpool.py", line 534, in _make_request
    response = conn.getresponse()
  File "C:\Program Files (x86)\wapt\lib\site-packages\urllib3\connection.py", line 565, in getresponse
    httplib_response = super().getresponse()
  File "http\client.py", line 1375, in getresponse
  File "http\client.py", line 318, in begin
  File "http\client.py", line 279, in _read_status
  File "socket.py", line 717, in readinto
TimeoutError: timed out

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\lib\site-packages\requests\adapters.py", line 644, in send
    resp = conn.urlopen(
  File "C:\Program Files (x86)\wapt\lib\site-packages\urllib3\connectionpool.py", line 841, in urlopen
    retries = retries.increment(
  File "C:\Program Files (x86)\wapt\lib\site-packages\urllib3\util\retry.py", line 474, in increment
    raise reraise(type(error), error, _stacktrace)
  File "C:\Program Files (x86)\wapt\lib\site-packages\urllib3\util\util.py", line 39, in reraise
    raise value
  File "C:\Program Files (x86)\wapt\lib\site-packages\urllib3\connectionpool.py", line 787, in urlopen
    response = self._make_request(
  File "C:\Program Files (x86)\wapt\lib\site-packages\urllib3\connectionpool.py", line 536, in _make_request
    self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
  File "C:\Program Files (x86)\wapt\lib\site-packages\urllib3\connectionpool.py", line 367, in _raise_timeout
    raise ReadTimeoutError(
urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='tlu.dl.delivery.mp.microsoft.com', port=80): Read timed out. (read timeout=10)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Program Files (x86)\wapt\common.py", line 9040, in call_python_code
    raise e
  File "C:\Program Files (x86)\wapt\common.py", line 9036, in call_python_code
    hookdata = hook_func()
  File "C:\Users\vmorey\AppData\Local\Temp\wapt\MKDEGI_9\domoprod-template-microsoft-store-app_0-77_windows_10.0_PROD-wapt\update_package.py", line 109, in update_package
    wget(download_url, latest_bin, proxies=proxies)
  File "C:\Program Files (x86)\wapt\waptutils.py", line 1139, in wget
    httpreq = session.get(url,
  File "C:\Program Files (x86)\wapt\lib\site-packages\requests\sessions.py", line 602, in get
    return self.request("GET", url, **kwargs)
  File "C:\Program Files (x86)\wapt\lib\site-packages\requests\sessions.py", line 589, in request
    resp = self.send(prep, **send_kwargs)
  File "C:\Program Files (x86)\wapt\lib\site-packages\requests\sessions.py", line 703, in send
    r = adapter.send(request, **kwargs)
  File "C:\Program Files (x86)\wapt\lib\site-packages\requests\adapters.py", line 690, in send
    raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPConnectionPool(host='tlu.dl.delivery.mp.microsoft.com', port=80): Read timed out. (read timeout=10)
Any idea what's going on?

THANKS

Commander

WAPT 2.6.1.17472
Debian 12 server
Win 11 24h2 creation machine (26100.4349)
jlepiquet
Messages: 69
Registration: Sep 3, 2024 - 4:09 p.m.

September 29, 2025 - 09:35

Hi Vincent,

There seems to be a timeout with the download links.
I tested it on our end and it works, so there might be a URL block on your end, or an unfortunate timing issue during the download.

Please try again and get back to us.

Best regards,

Joffrey
Vincent38
Messages: 41
Registration: May 22, 2023 - 12:13

September 30, 2025 - 1:45 PM

Hello
, yes, there seems to be something blocking it on our end. The download from Microsoft is strange; I'm working on it with WatchGuard.
Regards
User avatar
dcardon
WAPT Expert
Messages: 1929
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

September 30, 2025 - 4:18 PM

Hi Vincent,
thanks for the feedback :-) , I'm marking the topic as resolved.
Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Locked