autopkg / novaksam-recipes

JSS Autopkg recipes
Apache License 2.0
12 stars 23 forks source link

WacomBamboo.download.recipe Processor: URLTextSearcher: Error: No match found on URL: #58

Open Daz-wallace opened 4 years ago

Daz-wallace commented 4 years ago
URLTextSearcher
{'Input': {'re_pattern': '(http://cdn.wacom.com/u/productsupport/drivers/mac/consumer/pentablet_+[0-9].+[0-9].+[0-9]*-*[0-9].dmg)',
           'url': 'https://www.wacom.com/en-us/support/product-support/drivers'}}
URLTextSearcher: No value supplied for result_output_var_name, setting default value of: match
Traceback (most recent call last):
  File "/Library/AutoPkg/autopkglib/__init__.py", line 676, in process
    self.env = processor.process()
  File "/Library/AutoPkg/autopkglib/__init__.py", line 483, in process
    self.main()
  File "/Library/AutoPkg/autopkglib/URLTextSearcher.py", line 122, in main
    groupmatch, groupdict = self.re_search(content)
  File "/Library/AutoPkg/autopkglib/URLTextSearcher.py", line 109, in re_search
    raise ProcessorError(f"{NO_MATCH_MESSAGE}: {self.env['url']}")
autopkglib.ProcessorError: No match found on URL: https://www.wacom.com/en-us/support/product-support/drivers
  File "/Library/AutoPkg/autopkglib/__init__.py", line 676, in process
    self.env = processor.process()
No match found on URL: https://www.wacom.com/en-us/support/product-support/drivers
Failed.
Receipt written to /Users/sadmin/Library/AutoPkg/Cache/local.munki.WacomBambooDrivers-dataJAR/receipts/local.munki-receipt-20200827-141756.plist

The following recipes failed:
    local.munki.WacomBambooDrivers-dataJAR
        Error in local.munki.WacomBambooDrivers-dataJAR: Processor: URLTextSearcher: Error: No match found on URL: https://www.wacom.com/en-us/support/product-support/drivers

Nothing downloaded, packaged or imported.

Looking to see if I can create a PR