Unjustified "The login credentials for 'developer@xxx.com' seem to be wrong" error
frranck opened this issue ยท 6 comments
Hi,
I'm having a problem with fastlane/sight for one of our customer itunes account.
I can login with credentials, but sight refuses them:
+ fastlane deliver --verbose
INFO [2016-01-14 09:05:10.63]: -------------------------------------------------
INFO [2016-01-14 09:05:10.63]: --- Step: Verifying required fastlane version ---
INFO [2016-01-14 09:05:10.63]: -------------------------------------------------
INFO [2016-01-14 09:05:10.63]: fastlane version valid
INFO [2016-01-14 09:05:10.63]: ------------------------------
INFO [2016-01-14 09:05:10.63]: --- Step: default_platform ---
INFO [2016-01-14 09:05:10.63]: ------------------------------
INFO [2016-01-14 09:05:14.32]: Driving the lane 'ios deliver' ๐
INFO [2016-01-14 09:05:14.32]: ------------------
INFO [2016-01-14 09:05:14.32]: --- Step: sigh ---
INFO [2016-01-14 09:05:14.32]: ------------------
+-------------------------------------+----------------------------+
| Summary for sigh 1.2.2 |
+-------------------------------------+----------------------------+
| adhoc | false |
| skip_install | false |
| development | false |
| force | false |
| app_identifier | com.xxx.passenger2 |
| username | developer@xxx.com |
| ignore_profiles_with_different_name | false |
| skip_fetch_profiles | false |
| skip_certificate_verification | false |
+-------------------------------------+----------------------------+
INFO [2016-01-14 09:05:38.48]: Starting login with user 'developer@xxx.com'
The login credentials for 'developer@xxx.com' seem to be wrong
Do you want to re-enter your password? (y/n)
y
Removing Keychain entry for user 'developer@xxx.com'...
keychain: "/Users/franck1/Library/Keychains/login.keychain"
class: "inet"
attributes:
0x00000007 <blob>="deliver.developer@xxx.com"
0x00000008 <blob>=<NULL>
"acct"<blob>="developer@xxx.com"
"atyp"<blob>="dflt"
"cdat"<timedate>=0x32303136303131333130303133315A00 "20160113100131Z\000"
"crtr"<uint32>=<NULL>
"cusi"<sint32>=<NULL>
"desc"<blob>=<NULL>
"icmt"<blob>=<NULL>
"invi"<sint32>=<NULL>
"mdat"<timedate>=0x32303136303131333130303133315A00 "20160113100131Z\000"
"nega"<sint32>=<NULL>
"path"<blob>=<NULL>
"port"<uint32>=0x00000000
"prot"<blob>=<NULL>
"ptcl"<uint32>=0x00000000
"scrp"<sint32>=<NULL>
"sdmn"<blob>=<NULL>
"srvr"<blob>="deliver.developer@xxx.com"
"type"<uint32>=<NULL>
password has been deleted.
-------------------------------------------------------------------------------------
The login information you enter will be stored in your Mac OS Keychain
You can also pass the password using the `FASTLANE_PASSWORD` env variable
More information about it on GitHub: https://github.com/fastlane/credentials_manager
-------------------------------------------------------------------------------------
Password (for developer@xxx.com): **********
The login credentials for 'developer@xxx.com' seem to be wrong
Do you want to re-enter your password? (y/n)
Note: the password doesn't have any special characters.
Hopefully this will help. I was having the same issue, and after updating my password sigh
is working fine. My old password contained "$", the new password is alpha numeric
I think it's the "cert" command doing this.
@asfalcone I donno if it's still happening, I don't work on that project anymore.
Ok, going to close this issue for now then!
This issue was migrated to fastlane/fastlane#2859. Please post all further comments there.
fastlane
is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo ๐