Extras icon indicating copy to clipboard operation
Extras copied to clipboard

[Bug] Unable to install Gimp, Gimp-Dev, ImageMagick, SecureUXTheme, or Unlocker

Open alliter8 opened this issue 3 years ago • 1 comments

Bug Report

Package Names: gimp, gimp-dev, ccleaner, espanso, unlocker

Current Behaviour

Over the past three weeks, I have received the following errors when trying to update or install these packages.

gimp-dev

PS > scoop update gimp-dev
gimp-dev: 2.99.10 -> 2.99.12
Updating one outdated app:
Updating 'gimp-dev' (2.99.10 -> 2.99.12)
Downloading new version
OperationStopped: C:\Users\RILEYCX4\scoop\apps\scoop\current\lib\install.ps1:111
Line |
 111 |          throw $e
     |          ~~~~~~~~
     | The remote server returned an error: (403) Forbidden.

gimp

PS > scoop install gimp
Installing 'gimp' (2.10.32-1) [64bit] from extras bucket
The remote server returned an error: (403) Forbidden.
URL https://download.gimp.org/mirror/pub/gimp/v2.10/windows/gimp-2.10.32-setup-1.exe is not valid

imagemagick

PS >  scoop install imagemagick
Installing 'imagemagick' (7.1.0-47) [64bit] from main bucket
The remote server returned an error: (403) Forbidden.
URL https://imagemagick.org/archive/binaries/ImageMagick-7.1.0-47-Q16-HDRI-x64-dll.exe is not valid

secureuxtheme

PS >  scoop install secureuxtheme
Installing 'secureuxtheme' (2.1.2) [64bit] from extras bucket
The remote server returned an error: (403) Forbidden.
URL https://github.com/namazso/SecureUxTheme/releases/download/v2.1.2/ThemeTool.exe is not valid

unlocker

PS > scoop install unlocker
Installing 'unlocker' (1.9.0) [64bit] from extras bucket
The remote server returned an error: (403) Forbidden.
URL https://raw.githubusercontent.com/ScoopInstaller/Binary/master/unlocker/unlocker1.9.0-portable.zip is not valid

Expected Behaviour

I expect the packages to install without problem.

Additional context/output

[ terminal output shared above ]

Possible Solution

System details

Windows version: 10

OS architecture: 64bit

PowerShell version: 7.3.0-preview.7 (same results with v5.1.19041.1682)

Additional software:

Name                     Version          Source
----                     -------          ------
7zip                     22.01            main  
advancedrenamer          3.88.1           extras 
asciidocfx               1.7.7            extras
asciidoctorj             2.5.5            main
atom-beta                1.61.0-beta0     versions
capture2text             4.6.3            extras
curl                     7.85.0_1         main
dark                     3.11.2           main
deadlock                 1.4              extras
espanso                  0.7.3            main
flameshot                12.1.0           extras
fnr                      1.8.1            extras
gimp-dev                 2.99.10          versions
git                      2.37.3.windows.1 main
glimpse                  0.2.0            extras
greenshot                1.2.10.6         extras
innounp                  0.50             main
irfanview                4.60             extras
languagetool-java        5.8              extras
libwebp                  1.2.4            main
nvm                      1.1.9            main
openjdk                  18.0.2.1-1       java
photoflare               1.6.10           extras
phraseexpress            15.0.86d         extras
powertoys                0.61.1           extras
sharex                   14.1.0           extras
sudo                     0.2020.01.26     main
syncthing                1.21.0           main
synctrayzor              1.1.29           extras
toggl                    7.5.445          extras
vscode-insiders          nightly-20220804 versions
windows-terminal-preview 1.15.2282.0      versions
winmerge                 2.16.22          extras
xnviewmp                 1.02             extras

Scoop Configuration

{
  "lastUpdate": "2022-09-07T08:56:37.8290414-07:00",
  "SCOOP_REPO": "https://github.com/ScoopInstaller/Scoop",
  "SCOOP_BRANCH": "master"
}

alliter8 avatar Sep 07 '22 17:09 alliter8

It tends to be a network error.

niheaven avatar Sep 09 '22 06:09 niheaven

I want to add my fifty cents. Also have this problem, can't download vscode.

$ scoop update vscode
vscode: 1.71.2 -> 1.72.1
Updating one outdated app:
Updating 'vscode' (1.71.2 -> 1.72.1)
Downloading new version
OperationStopped: C:\Users\user\scoop\apps\scoop\current\lib\install.ps1:111
Line |
 111 |          throw $e
     |          ~~~~~~~~
     | The operation has timed out.

But in a browser I can download archive by following link from manifest.

ebugusey avatar Oct 13 '22 08:10 ebugusey

network error, this is up to you.

you may need:

  • scoop config proxy <proxy_server>
  • scoop config aria2-enabled $true

HUMORCE avatar Dec 08 '22 03:12 HUMORCE