2016-01-22 72 views
0

我有所有必需的先決條件(Node.js等),但是當我嘗試登錄到Appcelerator Studio時,我得到一個重複對話框,詢問我的憑據。我很積極,我正在輸入正確的信息,因爲我可以登錄主網站。超時後,我收到錯誤ECONNRESET。我已經嘗試了文檔中給出的不同解決方案。任何人有任何其他建議?無法使用Appcelerator Studio或CLI登錄

!ENTRY com.aptana.core 4 0 2016-01-29 11:47:02.463 
!MESSAGE (Build 4.4.0.1445622407) [ERROR] null 
!STACK 0 
java.lang.InterruptedException 
    at java.lang.ProcessImpl.waitFor(Unknown Source) 
    at com.aptana.core.util.ProcessRunner.processData(ProcessRunner.java:381) 
    at com.aptana.core.util.ProcessRunner.processData(ProcessRunner.java:345) 
    at com.aptana.core.util.ProcessRunner.processResult(ProcessRunner.java:432) 
    at com.appcelerator.titanium.core.internal.cli.NodeAppcCLI.runCommand(NodeAppcCLI.java:239) 
    at com.appcelerator.titanium.rcp.handlers.TitaniumSplashHandler.verifyAppcWhoami(TitaniumSplashHandler.java:1181) 
    at com.appcelerator.titanium.rcp.handlers.TitaniumSplashHandler.access$4(TitaniumSplashHandler.java:1178) 
    at com.appcelerator.titanium.rcp.handlers.TitaniumSplashHandler$3.run(TitaniumSplashHandler.java:301) 

!ENTRY com.appcelerator.titanium.rcp 4 0 2016-01-29 11:47:02.481 
!MESSAGE (Build 4.4.0.1445622407) [ERROR] Failed to check login status. Likely not logged in. 

!ENTRY com.appcelerator.titanium.rcp 4 0 2016-01-29 11:49:28.471 
!MESSAGE (Build 4.4.0.1445622407) [ERROR] login failed, please try again 

Appcelerator Login required to continue ... 

login failed, please try again 

Appcelerator Login required to continue ... 

login failed, please try again 

Appcelerator Login required to continue ... 

login failed, please try again 

Appcelerator Login required to continue ... 

login failed, please try again 

Appcelerator Login required to continue ... 

login failed, please try again 

Appcelerator Login required to continue ... 

login failed, please try again 

Appcelerator Login required to continue ... 

2016-01-29T16:49:28.366Z | ERROR | read ECONNRESET 
+0

你使用github註冊了嗎?在這種情況下,爲您的appcelerator帳戶設置密碼 –

+0

不,我沒有。我有一個密碼爲我的acct。 –

回答

0

的幾點嘗試:

  • 確保您有最新的版本Studio
  • 確保您有最新的appcelerator CLI

    $ npm install -g appcelerator 
    
  • 審查您的工作空間日誌文件(appc-log.txt),其中可能包含了登錄錯誤。

  • 如果您使用的是Mac和運行埃爾卡皮坦,你可能需要安裝legacy Java 6 runtime
  • 嘗試在命令行中登錄,然後註銷使用取消授權開關:

    $ appc login 
    $ appc logout --deauthorize 
    
  • 嘗試通過刪除~/.appcelerator文件夾並重新運行來重置Studio配置。

+0

謝謝。我編輯我的文章與日誌,如果您有任何其他建議 –

+0

我有同樣的問題! @RaquelJones還有什麼運氣呢? – hyphenbash