ScoopInstaller / Scoop

A command-line installer for Windows.
https://scoop.sh
Other
21.25k stars 1.41k forks source link

`scoop search` always require generate the manifest and then download URL is failing #4826

Closed tower-town closed 2 years ago

tower-town commented 2 years ago

Bug Report

Current Behavior

# scoop search <applications>
# eg :
scoop search 7zip

Terminal outputoutput

Searching in local buckets...
WARN  There is no archived version of manifest 'clang'. Trying to generate the manifest
Autoupdating clang
...
Autoupdating clang
Downloading LLVM-13.0.0-win32.exe to compute hashes!
Loading LLVM-13.0.0-win32.exe from cache
Computed hash: 0fb33b3c5b8ff78337fb0a8b54aa2f81a309d1fed57887195a29fa0f683444b8
Downloading LLVM-13.0.0-win64.exe to compute hashes!
Loading LLVM-13.0.0-win64.exe from cache
Computed hash: f81f08a8bd9d787ec0505a7475cdff9653516cbbc5804e973f8749a2139fa1cb
WARN  There is no archived version of manifest 'clang'. Trying to generate the manifest
Autoupdating clang
Downloading LLVM-6.0.1-win32.exe to compute hashes!
URL https://github.com/llvm/llvm-project/releases/download/llvmorg-6.0.1/LLVM-6.0.1-win32.exe#/dl.7z is not valid
Could not find hash or download URL!
WARN  There is no archived version of manifest 'clang'. Trying to generate the manifest
Autoupdating clang
Downloading LLVM-7.0.0-win32.exe to compute hashes!
URL https://github.com/llvm/llvm-project/releases/download/llvmorg-7.0.0/LLVM-7.0.0-win32.exe#/dl.7z is not valid
Could not find hash or download URL!
WARN  There is no archived version of manifest 'clang'. Trying to generate the manifest
...

Possible Solution

maybe update URL in manifest can be solved. or Should I reinstall scoop to get new feature?

System details

Windows version: 10

OS architecture: 64bit

PowerShell version: 7.2.2

Scoop Configuration

{
  "lastupdate": "258|2022-03-19 14:19:40",
  "SCOOP_REPO": "https://github.com/Ash258/Scoop-Core",
  "SCOOP_BRANCH": "main",
  "aria2-max-connection-per-server": 16,
  "aria2-split": 16,
  "aria2-min-split-size": "1M",
  "aria2-enabled": true,
  "MSIEXTRACT_USE_LESSMSI": true
}
rashil2000 commented 2 years ago

Open issue here https://github.com/Ash258/Scoop-Core

Mr-Second commented 2 years ago

I got this issue too