Titanium JIRA Archive
Appcelerator Community (AC)

[AC-89] Cannot login to the Appcelerator Platform through Studio of CLI: Invalid Appcelerator 360 Login Credentials

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionCannot Reproduce
Resolution Date2015-11-10T05:59:40.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAppcelerator CLI, Studio
Labelsn/a
ReporterRichard Lustemberg
AssigneeMostafizur Rahman
Created2015-04-17T10:36:33.000+0000
Updated2015-11-10T05:59:40.000+0000

Description

Cannot login to the Apcelerator Platform through Appcelerator Studio or CLI. In both cases an error is returned from the API: Studio: (Build 4.0.1.1428673626) [ERROR] ERROR | [ERROR] Invalid Appcelerator 360 Login Credentials. Check your username and password and try again. CLI: ERROR | [ERROR] Invalid Appcelerator 360 Login Credentials. Check your username and password and try again. It's possible to login to the dashboard using the same credentials. I use wrong credentials the error is different: Invalid Appcelerator ID and password combination. I have Titanium Studio installed. Steps taken: 1- deleted .appcelerator directory in $HOME 2- Updated Java to 1.8 including dev tools 3- Manually installed CLI npm install -g appcelerator 4- appc use latest 5- appc setup I logged out just in case and reattempted to login, but the issue persists. doing appc login -l trace shows an output which looks ok, except for the following, right before the login exception: loading org list... setting org: undefined I've also did the setup from a clean newly created computer profile (on the same Macbook), but same results.

Comments

  1. Richard Lustemberg 2015-04-22

    Hi: I'm still unable to login. I hope you can find the time to figure out what's going on. Thanks in advance!
  2. Wilson Luu 2015-05-12

    Hi [~rlustemberg], This issue was caused by special characters in the password that you passed in during login. And, this was fixed in the latest Appc CLI builds: Appc CLI Registry (0.2.282) and Appc CLI NPM (0.3.55). Can you download the latest Appc CLI and try again? Thanks, Wilson
  3. Rakhi Mitro 2015-09-14

    Hello, Tested this issue. This is not a bug in latest Appcelerator version. Not sure if this is still an issue for you. It doesn't appear to be based on our latest tests.Please follow the steps below and let us know. Now Titanium Studio has been retired in favor of [Appcelerator Studio ](https://web.appcelerator.com/product/studio), part of Appcelerator platform. So you have to install Appcelerator studio. Please follow the steps below and let us know. 1.Check if Java JDK is installed: *java --version* (if not installed you can download it from [here ](http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html) ) 2. Ensure that you have Node. JS installed: *node --version*(if not installed, then you can download it from [here| https://web.appcelerator.com/product/cli]) 3. Install the Appcelerator CLI: *npm install appcelerator -g* 4. appc setup Login to Appcelerator Studio from terminal using below command and then open your Studio: *appc login* *If the problem still persist then:* *Uninstall SDK:* appc ti sdk uninstall (SDK version) *Install SDK:* appc ti sdk install latest or appc use latest 5.You can get more logging by using the *appc login -l* trace option.
       setting org: UTC Associates Inc
       { success: true,
         message: 'Welcome back, rmitro@appcelerator.com! You are now logged in.' }
       found existing auth /Users/user/.appcelerator/.820846963fd6dd1fb71d1afef4b570e1129177f6.auth
       found existing developer cert /Users/user/.appcelerator/.b902374034e4329333b2ddc6a57aeb1a8bfdff0a.pem
       rmitro@appcelerator.com logged into organization UTC Associates Inc [100000429]
       
    Thanks

JSON Source