Skip to content
New issue

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

Get-FoxitReader errors out #72

Closed
msfreaks opened this issue Sep 14, 2020 · 0 comments
Closed

Get-FoxitReader errors out #72

msfreaks opened this issue Sep 14, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@msfreaks
Copy link

Describe the bug
Get-FoxitReader returns an error (format something something -> https://www.foxitsoftware.com/downloads/downloadForm.html?retJson=1&product=Foxit-Reader&platform=Windows -> this page no longer exists seems like)

Exception calling "Format" with "2" argument(s): "Value cannot be null.
Parameter name: args"
At C:\Program Files\WindowsPowerShell\Modules\Evergreen\2006.212\Private\Invoke-WebContent.ps1:99 char:9

  •     Throw ([string]::Format("Error : {0}", $_.Exception.StatusCod ...
    
  •     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [], MethodInvocationException
    • FullyQualifiedErrorId : ArgumentNullException

ConvertFrom-Json : Cannot bind argument to parameter 'InputObject' because it is null.
At C:\Program Files\WindowsPowerShell\Modules\Evergreen\2006.212\Public\Get-FoxitReader.ps1:38 char:39

  •         $PackageJson = $Content | ConvertFrom-Json
    
  •                                   ~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidData: (:) [ConvertFrom-Json], ParameterBindingValidationException
    • FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.ConvertFrom
      JsonCommand

To Reproduce
Execute "Get-FoxitReader"
Desktop (please complete the following information):

  • OS: Windows 10 2004
  • Module Version 2006-212

Additional context
Add any other context about the problem here.

@aaronparker aaronparker self-assigned this Sep 28, 2020
@aaronparker aaronparker added the bug Something isn't working label Sep 28, 2020
@aaronparker aaronparker mentioned this issue Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants