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

Deploy to heroku fails #217

Open
Adverbly opened this issue May 31, 2018 · 6 comments
Open

Deploy to heroku fails #217

Adverbly opened this issue May 31, 2018 · 6 comments

Comments

@Adverbly
Copy link

I was first seeing this issue on the docker image, but I get it when trying to deploy to heroku as well.

Spaceship::Tunes::Error: {"authType"=>"sa"}

The same config was working until recently but I am now seeing this on startup.

@davidsomen
Copy link

Same here. Doesn't seem to be able to authenticate with Apple's servers. I take it they've made a change on their side.

/usr/local/rvm/gems/ruby-2.4.1/gems/fastlane-2.86.2/spaceship/lib/spaceship/client.rb:469:in `send_shared_login_request': {"authType"=>"sa"} (Spaceship::Tunes::Error)
aa=934B9839AD1621E0B5C0A6108384BEDC; Domain=idmsa.apple.com; Path=/; Secure; HttpOnly, dslang=US-EN; Domain=apple.com; Path=/; Secure; HttpOnly, site=USA; Domain=apple.com; Path=/; Secure; HttpOnly, acn01=Df3NdIHcB9fM9/3lkPZoSGfw8W2vN1ubZ5QRuysAE5W8/Gr20A==; Max-Age=31536000; Expires=Sat, 01-Jun-2019 01:11:18 GMT; Domain=apple.com; Path=/; Secure; HttpOnly

@davidsomen
Copy link

This may have something to do with Apple's introduction of their own App Store Connect API being released this summer. Including TestFlight public links.

@KaneCheshire
Copy link

Sad to see very little discussion within 17 days of this issue being opened. Also experiencing this issue with no resolution yet.

@Thwaitesy
Copy link

Hi Guys, the error is caused from Apple requiring you to accept a new privacy policy.

This thread has more details: fastlane/fastlane#12577

To fix - login to here: https://appleid.apple.com
and here: https://itunesconnect.apple.com

Ensure there is nothing to accept. I had to do this for a few accounts.

After that, my Heroku boarding deployment that is now 2 months old just worked after a restart. Didn't need to deploy any new code.

👍

@davidsomen
Copy link

Thank you @Thwaitesy !
I had forgotten that I had used a secondary account for the heroku app so that I didn't have to give them my main Apple ID and password. Logged in and accepted aaaaand.... it didn't work. A redeploy seemed to kick start it though.

@KaneCheshire
Copy link

Ah yes this works great now. Thank you :)

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

4 participants