repasscloud / libsfw-oem

Other
0 stars 0 forks source link

Cannot download CAB file - Latitude E5570 #3

Closed danijeljw-RPC closed 2 years ago

danijeljw-RPC commented 2 years ago

This file is never downloaded as part of the script, but it is downloadable. Could there be a redirect on the CAB file itself?

https://dl.dell.com/FOLDER06251954M/1/E5570-Win10-A18-441JC.CAB

Invoke-WebRequest -Uri $cabfile -UseBasicParsing -UserAgent $userAgent -ContentType 'application/zip' -OutFile $outFile -ErrorAction Stop

To make the error more confusing, the try/catch block won't write the names of the problem files for this specific cab file.

danijeljw-RPC commented 2 years ago

This is similar solution applied to #1

danijeljw-RPC commented 2 years ago

It works on try/catch block to discover URI, could be a redirect from http->https or https->http

🪵 Link

danijeljw-RPC commented 2 years ago

Still unable to download E5570 cab file

danijeljw-RPC commented 2 years ago

Have added driver support to optechx.api.engine https://github.com/repasscloud/optechx.api.engine/issues/15