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

recipe not working for October/Monthly patch for common apps #137

Open
ViksB opened this issue Oct 17, 2023 · 4 comments
Open

recipe not working for October/Monthly patch for common apps #137

ViksB opened this issue Oct 17, 2023 · 4 comments

Comments

@ViksB
Copy link

ViksB commented Oct 17, 2023

Hi Team
Need some help with recipe for October patch for.

it has only worked for Google Chrome, Firefox and Power BI.

it hasn't pulled anything for iTtunes, VLC Player, Adobe Acrobat Reader, NotePad++,

i have tried multiple times but still no go. in first attempt, it created the application but had no version number or data in it. which i have cleared now.

Thanks
Vik

@asjimene
Copy link
Owner

Hmm, I tested 7-Zip and iTunes, VLC and Notepad++ really quickly and they worked well for me:
image

@asjimene
Copy link
Owner

Check and see if you are getting download errors in the powershell and the logs

@ViksB
Copy link
Author

ViksB commented Oct 19, 2023

thanks for looking into this @asjimene
so, this VLC is older version from your list, 3.0.18 has vulnerability, it should be 3.0.19

it has worked for Acrobat reader and Notepad ++ this morning, also, it has pulled latest Chrome too.
iTunes looks correct according to your list and no updates available for that.

i saw this when ran the script earlier where it didn't download latest package for VLC.

Begin Processing: VLC.xml
Download
Invoke-WebRequest :
Redirect
body{font-family:Arial,Helvetica;font-size:0.8em;}
.foot{font-family:Verdana,Arial,Helvetica;font-size:0.8em;}
Click here if your browser does not automatically redirect you.
WebMarshal Server: VPRDWMCPN00 (ver 7.4.5.9142)
At line:1 char:71

  • ... t/win64/$(((Invoke-WebRequest 'https://download.videolan.org/pub/vide ...
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException
    • FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
      VERBOSE: GET https://download.videolan.org/pub/videolan/vlc/last/win64/ with 0-byte payload
      VERBOSE: GET https://download.videolan.org/pub/videolan/vlc/last/win64/ with 0-byte payload
      Invoke-WebRequest : Click here if your browser does not automatically redirect you.
      WebMarshal Server: VPRDWMCPN00 (ver 7.4.5.9142)
      At E:\Scripts\cmpackager\CMPackager.ps1:492 char:20
  • ... $request = Invoke-WebRequest -Uri "$URL" -OutFile $DownloadFile -Err ...
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException
    • FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
      WARNING: Exception calling "InvokeMember" with "5" argument(s): "OpenDatabase,DatabasePath,OpenMode"
      Application Creation
      The operation completed successfully.

@asjimene
Copy link
Owner

Interesting. VLC is not downloading the latest because they haven't updated the page here: https://download.videolan.org/pub/videolan/vlc/last/win64/ with the latest version. I'll give it a bit of time before I rebuild the recipe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants