You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ scoop info raspberry-pi-imager
Name : raspberry-pi-imager
Description : Tool for writing an Raspberry Pi OS images to SD cards.
Version : 1.7.2
Bucket : extras
Website : https://www.raspberrypi.org/software
License : Apache-2.0
Updated at : 2022/03/29 21:54:04
Updated by : github-actions[bot]
Binaries : rpi-imager.exe
Shortcuts : Raspberry PI Imager
I specified the version and tried to install.
$ LANG=C scoop install [email protected]
WARN Given version (1.7.3) does not match manifest (1.7.2)
WARN Attempting to generate manifest for 'raspberry-pi-imager' (1.7.3)
Autoupdating raspberry-pi-imager
Downloading imager-1.7.3.exe to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/raspberrypi/rpi-imager/releases/download/v1.7.3/imager-1.7.3.exe#/dl.7z is not valid
Could not install [email protected]
Select-CurrentVersion : Cannot bind argument to parameter 'AppName' because it
is an empty string.
At C:\Users\balloon\scoop\apps\scoop\current\lib\core.ps1:236 char:54
+ return $null -ne (Select-CurrentVersion -AppName $app -Global:$gl ...
+ ~~~~
+ CategoryInfo : InvalidData: (:) [Select-CurrentVersion], Parame
terBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAl
lowed,Select-CurrentVersion
You cannot call a method on a null-valued expression.
At C:\Users\balloon\scoop\apps\scoop\current\lib\manifest.ps1:36 char:5
+ $app = $app.TrimStart('/')
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
Couldn't find manifest for ''.
It says Not Found. I looked at the release file and the filename was imager_1.7.3.exe (it is _ and not -)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Since this is a report of a version that the Extras bucket has not released, the issue will be closed by the bot, so I reported it here.
Raspberry Pi Imager has already been updated to
v1.7.3
.https://github.com/raspberrypi/rpi-imager/releases/tag/v1.7.3
But the Extras bucket still maintains
v1.7.2
.I specified the version and tried to install.
It says
Not Found
. I looked at the release file and the filename was imager_1.7.3.exe (it is_
and not-
)Beta Was this translation helpful? Give feedback.
All reactions