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

MIrrorOp.download recipe URLTestSearcher Issue #125

Open
cumcitjamfadmin opened this issue Jun 27, 2023 · 4 comments
Open

MIrrorOp.download recipe URLTestSearcher Issue #125

cumcitjamfadmin opened this issue Jun 27, 2023 · 4 comments

Comments

@cumcitjamfadmin
Copy link

I've used the MirrorOp recipes (.download and .pkg) for a while and they've worked fine. I tried running the .download recipe earlier today and got the message:

"Error in ...: Processor: URLTextSearcher: Error: No match found on URL: https://www.barco.com/en/support/mirrorop/drivers"

I saw the .download recipe had been updated about two months ago, so I updated it and added the smithjw repo. After doing that and running the new recipe I got another error:

"Error in ....: Processor: URLTextSearcher: Error: % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed

      0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
      0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
    100   241    0   241    0     0    137      0 --:--:--  0:00:01 --:--:--   138

curl: (61) Unrecognized content encoding type. libcurl understands deflate, gzip content encodings."

I don't fully understand how the block for URLTextSearcher works, so I'm not sure the best way to address this.

@paul-cossey
Copy link
Contributor

Hi, @cumcitjamfadmin

I've had a look at this as it's failing for us too.

The search URL used in URLTextSearcher is still valid, but only if you manually put it in a browser. https://www.barco.com/bin/barco/tde/downloadUrl.json?fileNumber=R33050100&tdeType=3

{"downloadUrl":"https://barcoprdwebsitefs.azureedge.net/barcoprdfs/Data/secure/downloads/tde/Active/SoftwareFiles/ApplicationSoftware/R33050100_11_ApplicationSw.dmg?s4irCO4t93_ZNTMesJbVk7_YqGi1pRssgnOWCsk0mPDnGICsED8Gv1biQSQem_huptWblSFFnpR4wa0sOmbTYsBbcyaa","isSuccess":true,"isNotFound":false,"isUnauthorized":false}

Looks like the vendor has tightened things up to stop scraping 😞

@MLBZ521
Copy link
Contributor

MLBZ521 commented Jul 15, 2023

This should be fixed in #126.

@cumcitjamfadmin
Copy link
Author

I ran "autopkg repo-update all" twice to make sure I had the latest version of the recipe, but I'm still getting the same error message:

"Error in ...: Processor: URLTextSearcher: Error: % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed

      0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
      0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
    100   241    0   241    0     0    353      0 --:--:-- --:--:-- --:--:--   353
    curl: (61) Unrecognized content encoding type. libcurl understands deflate, gzip content encodings."

@MLBZ521
Copy link
Contributor

MLBZ521 commented Jul 26, 2023

@cumcitjamfadmin Sorry, my previous message may have mislead you. This issue should be fixed by #126 when it's merged, which is has not yet been.

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

3 participants