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

WacomIntuos.download Processor URLTextSearcher Error #60

Open
SeanHansell opened this issue Sep 15, 2020 · 1 comment
Open

WacomIntuos.download Processor URLTextSearcher Error #60

SeanHansell opened this issue Sep 15, 2020 · 1 comment

Comments

@SeanHansell
Copy link
Contributor

The following recipes failed:
com.github.novaksam.download.WacomIntuos
Error in com.github.novaksam.download.WacomIntuos: Processor: URLTextSearcher: Error: No match found on URL: https://www.wacom.com/en-us/support/product-support/drivers

{'Input': {'re_pattern': '(http://cdn.wacom.com/u/productsupport/drivers/mac/professional/WacomTablet_+[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 658, in process
    self.env = processor.process()
  File "/Library/AutoPkg/autopkglib/__init__.py", line 465, 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 658, in process
    self.env = processor.process()
@SeanHansell
Copy link
Contributor Author

Created PR #61 to fix this issue.

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

1 participant