2015-08-31 57 views
1

當試圖建立我的鈦的應用程序,在模擬器中運行它,或者我的設備上運行它,我突然編譯過程中出現此錯誤:(404)的請求,在T 1期間不被識別編譯

[ERROR] : (404) The request is not recognized! 
TRACE | titanium exited with exit code 100 
ERROR | Error: ti run exited with error code 100 
    at ChildProcess.<anonymous> (/Users/natej/.appcelerator/install/4.1.2/package/node_modules/appc-cli-titanium/plugins/run.js:84:66) 
    at ChildProcess.emit (events.js:117:20) 
    at Process.ChildProcess._handle.onexit (child_process.js:810:12) 

我正在運行最新的Appcelerator Studio並使用Ti SDK 4.1.0 GA進行構建。我試圖清理我的項目,但這並沒有幫助。通常,當我的代碼中存在一個錯誤時,我收到一條有用的錯誤消息,並指出有問題的行號。但是這並沒有告訴我什麼,我不知道該怎麼做。

我發現這個錯誤報告:https://jira.appcelerator.org/browse/CLI-764

什麼我可以做什麼?

回答

2

當前Appcelerator出現問題/正在關閉。你可以在這裏找到更多:https://community.appcelerator.com/topic/151/error-invalid-session-titanium-exited-with-exit-code-100/21

只要等他們修好它,你就可以再次建造。不過,您可以使用舊的Titanium CLI進行構建。只需在CLI中鍵入ti build

編輯:它再次似乎

+0

謝謝勒內。但是當你遇到服務器問題時,你會認爲Appcelerator會發出一個有用的錯誤信息,而不是那些完全隱晦和誤導性的東西,會導致成千上萬的開發者壓力和浪費時間。 – HerrimanCoder

+0

我同意@SweatCoder。在Slack加入300個Titanium開發人員,您將成爲第一個知道的人! http://topener.nl/tislack –

+1

對不起,SweatCoder。我們正在自動執行狀態更新,以便將來更好地通知您。 –

相關問題