fastlane-old / codes

Create promo codes for iOS Apps using the command line
https://fastlane.tools
MIT License
102 stars 11 forks source link

codes will not login in you get error of "Error logging in user xxxxxx@xxxxxx.com with the given password. Make sure you entered them correctly." #18

Closed sfransen closed 9 years ago

sfransen commented 9 years ago

[18:50:34]: ["/Library/Ruby/Gems/2.0.0/gems/fastlane_core-0.12.0/lib/fastlane_core/itunes_connect/itunes_connect_login.rb:41:in login'", "/Library/Ruby/Gems/2.0.0/gems/fastlane_core-0.12.0/lib/fastlane_core/itunes_connect/itunes_connect.rb:62:ininitialize'", "/Library/Ruby/Gems/2.0.0/gems/codes-0.2.2/lib/codes/codes_runner.rb:4:in new'", "/Library/Ruby/Gems/2.0.0/gems/codes-0.2.2/lib/codes/codes_runner.rb:4:inrun'", "/Library/Ruby/Gems/2.0.0/gems/codes-0.2.2/bin/codes:43:in block (2 levels) in run'", "/Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:178:incall'", "/Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:178:in call'", "/Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:153:inrun'", "/Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/runner.rb:428:in run_active_command'", "/Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/runner.rb:68:inrun!'", "/Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/delegates.rb:15:in run!'", "/Library/Ruby/Gems/2.0.0/gems/codes-0.2.2/bin/codes:78:inrun'", "/Library/Ruby/Gems/2.0.0/gems/codes-0.2.2/bin/codes:85:in <top (required)>'", "/usr/bin/codes:23:inload'", "/usr/bin/codes:23:in <main>'"] [18:50:55]: ["/Library/Ruby/Gems/2.0.0/gems/fastlane_core-0.12.0/lib/fastlane_core/itunes_connect/itunes_connect_login.rb:42:inlogin'", "/Library/Ruby/Gems/2.0.0/gems/fastlane_core-0.12.0/lib/fastlane_core/itunes_connect/itunes_connect.rb:62:in initialize'", "/Library/Ruby/Gems/2.0.0/gems/codes-0.2.2/lib/codes/codes_runner.rb:4:innew'", "/Library/Ruby/Gems/2.0.0/gems/codes-0.2.2/lib/codes/codes_runner.rb:4:in run'", "/Library/Ruby/Gems/2.0.0/gems/codes-0.2.2/bin/codes:43:inblock (2 levels) in run'", "/Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:178:in call'", "/Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:178:incall'", "/Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:153:in run'", "/Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/runner.rb:428:inrun_active_command'", "/Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/runner.rb:68:in run!'", "/Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/delegates.rb:15:inrun!'", "/Library/Ruby/Gems/2.0.0/gems/codes-0.2.2/bin/codes:78:in run'", "/Library/Ruby/Gems/2.0.0/gems/codes-0.2.2/bin/codes:85:in<top (required)>'", "/usr/bin/codes:23:in load'", "/usr/bin/codes:23:in

'"] [18:50:55]: Couldn't find element '.ng-scope' after waiting for quite some time /Library/Ruby/Gems/2.0.0/gems/fastlane_core-0.12.0/lib/fastlane_core/itunes_connect/itunes_connect_login.rb:55:in rescue in login': Error logging in user xxxxxx@xxxxxx.com with the given password. Make sure you entered them correctly. (FastlaneCore::ItunesConnect::ItunesConnectLoginError) from /Library/Ruby/Gems/2.0.0/gems/fastlane_core-0.12.0/lib/fastlane_core/itunes_connect/itunes_connect_login.rb:40:inlogin' from /Library/Ruby/Gems/2.0.0/gems/fastlane_core-0.12.0/lib/fastlane_core/itunes_connect/itunes_connect.rb:62:in initialize' from /Library/Ruby/Gems/2.0.0/gems/codes-0.2.2/lib/codes/codes_runner.rb:4:innew' from /Library/Ruby/Gems/2.0.0/gems/codes-0.2.2/lib/codes/codes_runner.rb:4:in run' from /Library/Ruby/Gems/2.0.0/gems/codes-0.2.2/bin/codes:43:inblock (2 levels) in run' from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:178:in call' from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:178:incall' from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:153:in run' from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/runner.rb:428:inrun_active_command' from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/runner.rb:68:in run!' from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/delegates.rb:15:inrun!' from /Library/Ruby/Gems/2.0.0/gems/codes-0.2.2/bin/codes:78:in run' from /Library/Ruby/Gems/2.0.0/gems/codes-0.2.2/bin/codes:85:in<top (required)>' from /usr/bin/codes:23:in load' from /usr/bin/codes:23:in
'

sfransen commented 9 years ago

I tried using the saved password and also manually entered it in. neither one worked same error

lacostej commented 9 years ago

try

rm /tmp/spaceship*

update: no sorry, this is I think about updating your fastlane_core dependency. Try

gem update fastlane_core
sfransen commented 9 years ago

There is nothing there

Sent from my iPhone5

On Sep 2, 2015, at 12:58 AM, Jerome Lacoste notifications@github.com wrote:

try

rm /tmp/spaceship* — Reply to this email directly or view it on GitHub.

lacostej commented 9 years ago

@sfransen I had updated the message you replied to and you might not have seen my full answer in your mail.

Try

gem update fastlane_core
sfransen commented 9 years ago

Ok I will try that thank again

Sent from my iPhone5

On Sep 2, 2015, at 7:27 AM, Jerome Lacoste notifications@github.com wrote:

@sfransen I had updated the message you replied to and you might not have seen my full answer in your mail.

Try

gem update fastlane_core — Reply to this email directly or view it on GitHub.

sfransen commented 9 years ago

Thanks I can log on now but I now getting error on the Accepting the App Store Volume Custom Code Agreement from /Library/Ruby/Gems/2.0.0/gems/codes-0.2.2/lib/codes/itunes_connect.rb:48:in run' from /Library/Ruby/Gems/2.0.0/gems/codes-0.2.2/lib/codes/codes_runner.rb:4:inrun' from /Library/Ruby/Gems/2.0.0/gems/codes-0.2.2/bin/codes:43:in block (2 levels) in run' from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:178:incall' from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:178:in call' from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/command.rb:153:inrun' from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/runner.rb:428:in run_active_command' from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/runner.rb:68:inrun!' from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.5/lib/commander/delegates.rb:15:in run!' from /Library/Ruby/Gems/2.0.0/gems/codes-0.2.2/bin/codes:78:inrun' from /Library/Ruby/Gems/2.0.0/gems/codes-0.2.2/bin/codes:85:in <top (required)>' from /usr/bin/codes:23:inload' from /usr/bin/codes:23:in `

'

KrauseFx commented 9 years ago

@sfransen That's probably because you haven't signed the App Store Volume Custom Code Agreement. Just login on iTunes Connect and try to issue a promo code manually and you should get redirected to the form to sign.

sfransen commented 9 years ago

That was not the problem but I got it to work now. Thanks

KrauseFx commented 9 years ago

Cool :+1: