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

winget doesn't find bat package via winget on Windows 11. #2882

Open
TehDomic opened this issue Mar 3, 2024 · 2 comments
Open

winget doesn't find bat package via winget on Windows 11. #2882

TehDomic opened this issue Mar 3, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@TehDomic
Copy link

TehDomic commented Mar 3, 2024

What steps will reproduce the bug?

  1. winget installed on Windows 11 x64 23H2
  2. Run command winget install sharkdp.bat
  3. get error message

What happens?

Error message:

PS C:\Users\username\> winget install sharkdp.bat
Failed when searching source: winget
An unexpected error occurred while executing the command:
0x8a15000f : Data required by the source is missing

No packages were found among the working sources.

What did you expect to happen instead?

bat to be installed properly.

How did you install bat?

Winget, through PowerShell.

bat version and environment
latest available?

@TehDomic TehDomic added the bug Something isn't working label Mar 3, 2024
@TehDomic
Copy link
Author

TehDomic commented Mar 3, 2024

winget search bat/sharkdp.bat doesn't show any matches either.

@avicarmi
Copy link

avicarmi commented Mar 4, 2024

as far as I can tell, msstore and/or winget are down:

> winget --version

v1.7.10582

> winget upgrade

Failed when opening source(s); try the 'source reset' command if the problem persists.

> winget source list

Name    Argument
-----------------------------------------------------
msstore https://storeedgefd.dsx.mp.microsoft.com/v9.0
winget  https://cdn.winget.microsoft.com/cache

trying msstore in browser gives:

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<script/>
<Message>No HTTP resource was found that matches the request URI 'https://useast.storeedgefd-origin.xbetservices.akadns.net/v9.0'.</Message>
</Error>

and similarly for winget

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<script/>
<Code>ResourceNotFound</Code>
<Message>The specified resource does not exist. RequestId:91cdae92-d01e-0079-2209-6ec02d000000 Time:2024-03-04T07:56:23.9195966Z</Message>
</Error>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants