ChocoPackages icon indicating copy to clipboard operation
ChocoPackages copied to clipboard

IrfanView package is broken

Open Gummientchen opened this issue 10 years ago • 0 comments

Hi

The IrfanView Package is broken:

Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (404) Not Found."
 At C:\ProgramData\chocolatey\helpers\functions\Get-WebFile.ps1:66 char:3
 +   $res = $req.GetResponse();
 +   ~~~~~~~~~~~~~~~~~~~~~~~~~
     + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
     + FullyQualifiedErrorId : WebException
 You cannot call a method on a null-valued expression.
 At C:\ProgramData\chocolatey\helpers\functions\Get-WebFile.ps1:138 char:3
 +   $res.Close();
 +   ~~~~~~~~~~~~
     + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
     + FullyQualifiedErrorId : InvokeMethodOnNull
 Chocolatey expected a file to be downloaded to 'C:\Users\*****\AppData\Local\Temp\chocolatey\IrfanView\IrfanViewInstall.exe' but nothing exists at that
 location.
 In C:\ProgramData\chocolatey\helpers\functions\Get-ChocolateyWebFile.ps1:158 Zeichen:24
 + ... .Exists)) { throw "Chocolatey expected a file to be downloaded to `'$ ...
 +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     + CategoryInfo          : OperationStopped: (Chocolatey expe... that location.:String) [], RuntimeException
     + FullyQualifiedErrorId : Chocolatey expected a file to be downloaded to 'C:\Users\*****\AppData\Local\Temp\chocolatey\IrfanView\IrfanViewInstall.exe' bu 
    t nothing exists at that location.
The install of irfanview was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\IrfanView\tools\ChocolateyInstall.ps1'.
 See log for details.

Gummientchen avatar Aug 08 '15 22:08 Gummientchen