autopkg / hansen-m-recipes

My recipes for Autopkg - https://github.com/autopkg
27 stars 49 forks source link

URLTextSearcher: Error: No match found on URL: https://inkscape.org/release #216

Closed mallej closed 2 years ago

mallej commented 2 years ago

maybe Inkscape has changed its url scheme with the release of Inkscape 1.2 ?

`URLTextSearcher {'Input': {'re_pattern': '(/release/inkscape-([0-9]{1,3}.[0-9]{0,3}.[0-9]{0,3})/mac-os-x/dmg/dl/)', 'result_output_var_name': 'release_page_match', 'url': 'https://inkscape.org/release'}} URLTextSearcher: Curl command: ['/usr/bin/curl', '--compressed', '--location', 'https://inkscape.org/release'] Traceback (most recent call last): File "/Library/AutoPkg/autopkglib/init.py", line 840, in process self.env = processor.process() File "/Library/AutoPkg/autopkglib/init.py", line 626, 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://inkscape.org/release File "/Library/AutoPkg/autopkglib/init.py", line 840, in process self.env = processor.process() No match found on URL: https://inkscape.org/release Failed. Receipt written to /Users/munkipkg/Library/AutoPkg/Cache/local.munki.Inkscape/receipts/inkscape-receipt-20220518-141554.plist

The following recipes failed: inkscape.munki Error in local.munki.Inkscape: Processor: URLTextSearcher: Error: No match found on URL: https://inkscape.org/release `

jgstew commented 2 years ago

See here: https://github.com/autopkg/hansen-m-recipes/issues/217

The url used on the inkscape page has changed.