We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running scoop install extras/wezterm the hash ceck fails with this error message:
scoop install extras/wezterm
Get-FileHash : The file 'C:\Users\User\scoop\apps\wezterm\20240203-110809-5046fc22\WezTerm-windows-20240203-110809 -5046fc22.zip' cannot be read: Operation did not complete successfully because the file contains a virus or potenti ally unwanted software. At C:\Users\User\scoop\apps\scoop\current\lib\install.ps1:679 char:16 + $actual = (Get-FileHash -Path $file -Algorithm $algorithm).Hash.T ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ReadError: (C:\Users\User\...09-5046fc22.zip:PSObject) [Write-Error], WriteErrorExc eption + FullyQualifiedErrorId : FileReadError,Get-FileHash You cannot call a method on a null-valued expression. At C:\Users\User\scoop\apps\scoop\current\lib\install.ps1:679 char:5 + $actual = (Get-FileHash -Path $file -Algorithm $algorithm).Hash.T ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : InvokeMethodOnNull Get-Content : Operation did not complete successfully because the file contains a virus or potentially unwanted sof tware. At C:\Users\User\scoop\apps\scoop\current\lib\core.ps1:1345 char:16 + return Get-Content $file -Encoding byte -TotalCount 8 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ReadError: (C:\Users\User\...09-5046fc22.zip:String) [Get-Content], IOException + FullyQualifiedErrorId : GetContentReaderIOError,Microsoft.PowerShell.Commands.GetContentCommand ERROR Hash check failed! App: extras/wezterm URL: https://github.com/wez/wezterm/releases/download/20240203-110809-5046fc22/WezTerm-windows-20240203-110809-5046fc22.zip First bytes: Expected: 57e5d03b585303d81e8b8e96d1230362852eb39aca92b3b29c7a42cfb82f9ac4 Actual:
The text was updated successfully, but these errors were encountered:
Cannot reproduce
Are you sure your scoop is up to date? Clean cache and reinstall Please run scoop update; scoop cache rm wezterm; and update/reinstall application
scoop update; scoop cache rm wezterm;
Hash mismatch could be caused by these factors:
Sorry, something went wrong.
I think this is related to wez/wezterm#5074
No branches or pull requests
When running
scoop install extras/wezterm
the hash ceck fails with this error message:The text was updated successfully, but these errors were encountered: