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

URLTextSearcher: Error: No match found on URL: https://developer.android.com/studio #53

Open
Deej-McDeej opened this issue Mar 13, 2020 · 4 comments

Comments

@Deej-McDeej
Copy link

Android Studio download recipe seems to be failing as of this morning. URL does still redirect to a download page for Android Studio...

@neilmartin83
Copy link
Member

The following PR should fix that: #54

@jelockwood
Copy link

Can someone commit the above fix so peoples copies of the recipe update?

@novaksam

@neilmartin83
Copy link
Member

@jelockwood this was merged - are you overriding SEARCH_PATTERN with the old value by any chance?

@jelockwood
Copy link

@neilmartin83
I am running AutoPkg via AutoPkgr. I have foigus' recipe which imports it in to Munki, foigus' recipe has novaksam's download recipe as its parent. I do have an override to foigus' Munki recipe but this is standard practice and in no way does it alter the download pattern.

I have just looked at foigus' recipe and yes it does have a search override in it.

<key>VERSION_SEARCH_PATTERN</key>
<string>https\://redirector\.gvt1\.com/edgedl/android/studio/install/([0-9.]+)/android-studio-ide.+\.dmg</string>
<key>VERSION_SEARCH_URL</key>
<string>https://developer.android.com/sdk/index.html</string>

I will contact him.
(Now raised an issue against his recipe.)

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