sharkdp/bat

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

TehDomic opened this issue · 2 comments

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?

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

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>