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

Bartender2 recipe failing: Can't open Sparkle feed #32

Closed
homebysix opened this issue Dec 23, 2015 · 3 comments
Closed

Bartender2 recipe failing: Can't open Sparkle feed #32

homebysix opened this issue Dec 23, 2015 · 3 comments

Comments

@homebysix
Copy link
Member

Bartender's recipe has been failing for a while for me.

$ autopkg run -v com.github.arubdesu.pkg.Bartender
Processing com.github.arubdesu.pkg.Bartender...
SparkleUpdateInfoProvider
Can't open URL http://www.macbartender.com/updates/Appcast.xml
Failed.
Receipt written to /Users/elliot/Library/AutoPkg/Cache/com.github.arubdesu.pkg.Bartender/receipts/com.github.arubdesu.pkg-receipt-20151222-213328.plist

The following recipes failed:
    com.github.arubdesu.pkg.Bartender
        Error in com.github.arubdesu.pkg.Bartender: Processor: SparkleUpdateInfoProvider: Error: Can't open URL http://www.macbartender.com/updates/Appcast.xml

Nothing downloaded, packaged or imported.

This isn't a common SSL or user-agent error as far as I can tell. Something else is preventing SparkleUpdateInfoProvider from grabbing either v1 or v2 URLs.

Is it happening on your end too?

@byronwolfman
Copy link

Hi @homebysix,

AutoPkg is failing because Bartender's Sparkle Cast is now served over HTTPS. A plain request receives HTTP 302 which AutoPkg doesn't deal with gracefully. I've put up a PR against keeleysam's recipe repo which is where I grab Bartender from, so it should be pretty trivial to do the same for this one.

https://github.com/autopkg/keeleysam-recipes/pull/56/files

@byronwolfman
Copy link

Ahh, may as well PR it here too. :)

#35

@arubdesu
Copy link
Member

Uh, I'm just going to delete the recipes. No point in maintaining in two places, and I don't actively use/check the product anymore. Feel free to send @keeleysam any missing recipes

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