(404) Ti 编译期间无法识别请求

(404) The request is not recognized during Ti compile

尝试构建我的 Ti 应用程序时,运行 它在模拟器中,或 运行 它在我的设备上,我在编译期间突然出现此错误:

[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

有什么我可以做的吗?

目前 Appcelerator 有问题/已关闭。您可以在这里找到更多信息:https://community.appcelerator.com/topic/151/error-invalid-session-titanium-exited-with-exit-code-100/21

只要等他们修好了,你就可以重新建造了。不过,您可以使用旧的 Titanium CLI 进行构建。只需在 CLI 中输入 ti build

编辑:它似乎又出现了