-
Notifications
You must be signed in to change notification settings - Fork 20
Description
i'm unable to install stripe-cli on 32bit windows. my antivirus s/w claims it is infected with Trojan:Script/Oneeva.A!ml . i hope this is just a false alarm.
console output:
PS C:\Users\keith> scoop bucket add stripe https://github.com/stripe/scoop-stripe-cli.git
Checking repo... ok
The stripe bucket was added successfully.
PS C:\Users\keith> scoop install stripe
Installing 'stripe' (1.5.9) [32bit]
stripe_1.5.9_windows_i386.zip (6.0 MB) [====================================================================================================================================] 100%
Move-Item : Operation did not complete successfully because the file contains a virus or potentially unwanted software.
At C:\Users\keith\scoop\apps\scoop\current\lib\install.ps1:112 char:9
-
Move-Item "$cached.download" $cached -force -
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- CategoryInfo : WriteError: (C:\Users\keith...86.zip.download:FileInfo) [Move-Item], IOException
- FullyQualifiedErrorId : MoveFileInfoItemIOError,Microsoft.PowerShell.Commands.MoveItemCommand
Copy-Item : Cannot find path 'C:\Users\keith\scoop\cache\#1.5.9#https_github.com_stripe_stripe-cli_releases_download_v1.5.9_stripe_1.5.9_windows_i386.zip' because it does not
exist.
At C:\Users\keith\scoop\apps\scoop\current\lib\install.ps1:116 char:9
-
Copy-Item $cached $to -
~~~~~~~~~~~~~~~~~~~~~- CategoryInfo : ObjectNotFound: (C:\Users\keith...indows_i386.zip:String) [Copy-Item], ItemNotFoundException
- FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.CopyItemCommand
Checking hash of stripe_1.5.9_windows_i386.zip ... Resolve-Path : Cannot find path 'C:\Users\keith\scoop\apps\stripe\1.5.9\stripe_1.5.9_windows_i386.zip' because it does not exist.
At C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Microsoft.PowerShell.Utility\Microsoft.PowerShell.Utility.psm1:110 char:36
-
$pathsToProcess += Resolve-Path $Path | Foreach-Objec ... -
~~~~~~~~~~~~~~~~~~- CategoryInfo : ObjectNotFound: (C:\Users\keith...indows_i386.zip:String) [Resolve-Path], ItemNotFoundException
- FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.ResolvePathCommand
ERROR You cannot call a method on a null-valued expression.
ERROR Hash check failed!
App: stripe/stripe
URL: https://github.com/stripe/stripe-cli/releases/download/v1.5.9/stripe_1.5.9_windows_i386.zip
Expected: ad54fd5c0e9e1b052ab149b4af8eed57c856812dc0338bee29db85a766550e78
Actual:
Please try again or create a new issue by using the following link and paste your console output:
https://github.com/stripe/scoop-stripe-cli/issues/new?title=stripe%401.5.9%3a+hash+check+failed
