Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0x8a15000f : Data required by the source is missing when running winget via OpenSSH-Win32 #2967

Closed
tigerinus opened this issue Feb 14, 2023 · 5 comments
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Resolution-Duplicate Issue is a duplicate
Milestone

Comments

@tigerinus
Copy link

tigerinus commented Feb 14, 2023

Brief description of your issue

image

image

Steps to reproduce

Just try to install or upgrade anything

Expected behavior

it should just work

Actual behavior

See the screenshot

Environment

winget --info 
Windows Package Manager v1.4.10173
Copyright (c) Microsoft Corporation. All rights reserved.

Windows: Windows.Desktop v10.0.19045.2486
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.19.10173.0

Logs: %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir

User Settings: %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json

Links
---------------------------------------------------------------------------
Privacy Statement   https://aka.ms/winget-privacy
License Agreement   https://aka.ms/winget-license
Third Party Notices https://aka.ms/winget-3rdPartyNotice
Homepage            https://aka.ms/winget
Windows Store Terms https://www.microsoft.com/en-us/storedocs/terms-of-sale
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage Issue need to be triaged label Feb 14, 2023
@tigerinus tigerinus changed the title https://cdn.winget.microsoft.com/cache - ResourceNotFound 0x8a15000f : Data required by the source is missing - unable to winget upgrade - winget source update always get cancelled. Feb 14, 2023
@denelon
Copy link
Contributor

denelon commented Feb 15, 2023

https://cdn.winget.microsoft.com/cache is expected to return "ResourceNotFound".

The actual file URL for the PreIndexed package is https://cdn.winget.microsoft.com/cache/source.msix.

WinGet will download the source and install it. You can see if it is installed via Windows Apps & Features:
WindowsAppsWinGetSource

The default timeout on the cache is 5 minutes. The settings for the TTL can be changed via winget settings.

You could try manually downloading and installing the source package.

If that doesn't work, please share the logs after running a command that would use the index like: winget search vscode -s winget. I added the source, so we don't have to dig through the logs for the "msstore" REST calls.

@denelon denelon added Issue-Bug It either shouldn't be doing this or needs an investigation. and removed Needs-Triage Issue need to be triaged labels Feb 15, 2023
@denelon denelon added this to the v1.5-Client milestone Feb 15, 2023
@denelon denelon added this to WinGet Feb 15, 2023
@denelon
Copy link
Contributor

denelon commented Feb 15, 2023

@tigerinus
Copy link
Author

@denelon - I forgot to mention I've been managing this PC via OpenSSH-Win32 all the time.

Today I came to the location of this PC and tried winget from UI and it works.

So this issue happens only when running within a SSH session.

@tigerinus tigerinus changed the title 0x8a15000f : Data required by the source is missing - unable to winget upgrade - winget source update always get cancelled. 0x8a15000f : Data required by the source is missing when running winget via OpenSSH-Win32 Feb 15, 2023
@microsoft-github-policy-service
Copy link
Contributor

@tigerinus we've identified this Issue as a duplicate of another one that already exists. This specific instance is being closed in favor of tracking the concern over on the referenced Issue. Thanks for your report! Be sure to add your 👍 to the other issue to help raise the priority.

@microsoft-github-policy-service microsoft-github-policy-service bot removed this from the v1.5-Client milestone Feb 21, 2023
@github-project-automation github-project-automation bot moved this to Done in WinGet Feb 21, 2023
@denelon denelon added this to the v1.5-Client milestone Feb 22, 2023
@denelon denelon removed this from WinGet Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Resolution-Duplicate Issue is a duplicate
Projects
None yet
Development

No branches or pull requests

2 participants