-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
[!] The request could not be completed because: {"authType"=>"sa"} #12577
Comments
I'm also getting this when I run |
This is currently failing for us too with |
Me too! |
Hello, everyone! We are looking into this 💪 👀 |
Awesome, thanks a lot |
@joshdholtz that's great to hear :D |
Got same error. This helped me - login to https://appleid.apple.com website using the same apple credentials. After login, accept/continue any `Privacy` information displayed, and then try using fastlane again.
On Tuesday, May 22, 2018, 4:40:37 AM GMT+5:30, Dani Vega <notifications@github.com> wrote:
Awesome, thanks a lot
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Login to https://itunesconnect.apple.com with your Apple ID; you should see this new privacy prompt: Once you select "continue", this should resolve your issue. |
@getaaron That resolved the issue for me for |
Confirmed that this resolved my issue with |
Confirmed that this fixes the issue for me too! |
Solved, but I had to change to another Apple ID because the one I was using wasn't eligible for iTunes connect (whut?) Thanks |
@danivegamx Going to keep this open for now for visibility and until I make a code fix for a prettier error 🙃 Sent with GitHawk |
Hmm, the above fix didn't work for me 😭 |
@stevemoser Gotta ask this but did you accept it under all your iTunesConnect accounts that you use? 🙃 Sent with GitHawk |
Am I understanding this correctly? In order for this to work, the account we are using for match has to also be on iTC? I use two accounts. One that has access to the developer account and one on iTC. The developer account does not have a privacy prompt. |
@bencmorrison Hmmm, I’ve only been able to get that prompt on the iTunesConnect side but I will see what I can dig up when I get home in 30 minutes 💪 Sent with GitHawk |
What if you login on appleid.apple.com? |
When I went to the iTunes Connect site, I was already logged in automatically. I had to sign out and sign back in to get the prompt. |
Going to appleid.apple.com as @getaaron suggested also shows the same privacy step 💪 |
Thanks @getaaron |
1 similar comment
Thanks @getaaron |
Thanks @getaaron, it appears to be working for me as well! |
Also getting this for |
@nevil Try going to https://appleid.apple.com and trying this 😊 |
@mmarvick I have not seen |
@joshdholtz can we handle for authTypes
|
@lalitb |
👍 2.96.1 does indeed display a much friendlier error, however the recommended solution does not fix the problem for me. The privacy statement appears every time I login no matter how many times I accept it.
I have repeated this 4 times with the login used by fastlane. Just me? |
Tried on a different network and this time it took. The network it didn't work on was my AT&T Mobley hotspot. I occasionally encounter weird quirks like this on that network (here's another one), so it's not entirely surprising. Sorry for the noise, but hopefully it helps somebody else as well. |
Good to see other CLT devs here @stevemoser |
I had to logout and login again to see the notice but acknowledged it and everything works again. Way not to do GDPR, Apple :-/ |
I continue to get an error: "Need to acknowledge to Apple's Apple ID and Privacy statement. Please manually log into https://appleid.apple.com (or https://itunesconnect.apple.com) to acknowledge the statement". I have logged into both (and developer.apple.com) multiple times from different networks. No statement is presented to acknowledge, yet fastlane produces the error above. |
I had to switch browsers from Chrome to Safari. Logout and log back in to ITC. |
I tried that, different browser on a different computer. Still no joy. |
@garyhooper are you logging in with the same Apple ID specified in |
Yes, I have verified that they are the same. |
Sill not working. I am running under Jenkins...is anyone else? More detail under #12675. |
Login to https://appstoreconnect.apple.com/ instead of https://itunesconnect.apple.com to accept the privacy statement. |
fastlane is still failing. When logging in to https://appstoreconnect.apple.com/, no privacy statement acceptance was presented; it went straight to the dashboard. |
I just solved this by checking all three of:
|
I have logged into each of https://appleid.apple.com, https://developer.apple.com, https://itunesconnect.apple.com, and https://appstoreconnect.apple.com from multiple browsers (including Safari) and from multiple (mac) computers. No privacy acceptance is required (completed several days ago), yet @mrh-is, can you clarify what you mean by "I had to log into a device with the Apple ID in question before I could log into Apple ID in the browser, heads up"? |
@garyhooper I wan't able to log into appleid.apple.com until I had already logged into an iOS device with that Apple ID. |
on an iOS device, i have logged into both itunesconnect app and website, plus app store. for all i logged out and back in again. still fails. |
I think @mrh-is meant sign in via Settings - iCloud on iOS or something. But I doubt that will fix anything. At this point the only two things I can think of are:
|
RESOLVED. All members associated with the team must accept that privacy statement, regardless of which user's account is used to get the certificates. |
So glad. No more notifications for this issue! Hahaha. |
@garyhooper I’m pretty sure that’s not it since there are definitely people on my team who haven’t accepted it, but glad to hear you got it working. Maybe you have something overriding the account specified in the Appfile? |
I don’t see anything overriding the Appfile. I have 4 emails associated with the team. 2 had accepted, including the appfile id. Accepting the other two resulted in success. |
Question Checklist
Question Subject
Running fastlane for an adhoc distribution is not working. Error below.
Question Description
When I run via
bundle exec fastlane beta
I got this:[!] The request could not be completed because: {"authType"=>"sa"} aa=5A52AF019EF22EE5C2D8BBA8AADA6E4F; 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=57NJeJgkumOF6rAbV4AvInJhJaP4TxVrExywB7p+W1pyLjWuY0gBrxkAECrx0bG3+w==; Max-Age=31536000; Expires=Tue, 21-May-2019 22:41:58 GMT; Domain=apple.com; Path=/; Secure; HttpOnly
This is my configuraiton file:
Any idea?
The text was updated successfully, but these errors were encountered: