Hello
I am developing a mobile app for iOS / Android using Titanium Studio 3.4.1 and 3.5.0 GA. When I try to Enable Cloud Services using TiApp Editor, I am consistently getting the following error message popup.
This repro on 2 Mac machines, and using 2 different Titanium accounts.
Is anyone else seeing this?
Thanks.
Message Popup
"Please retry later. If this re-occurs, please check your logfile and report a bug.
Server returned HTTP response code: 400 for URL: https://api.cloud.appcelerator.com/v1/admins/studio_login.json"
Environment Info
1. Application Type : mobile
2. Titanium SDK: 3.5.0 GA
3. Platform & Version: iOS 8.1
5. Host OS: OSX 10.10.3
6. Titanium Studio, build: 3.4.1.201410281727
7. Repro Steps
Create new mobile app project
Select Classic / Default Project
Project name "testproj00", click Finish
Click on tiapp.xml to bring up TiApp Editor
Click Enable Cloud Services
Get Error Message
8. Studio Log output
!MESSAGE (Build 3.4.1.201410281727) [ERROR] Failed to register app for ACS
!STACK 0
java.io.IOException: Server returned HTTP response code: 400 for URL: https://api.cloud.appcelerator.com/v1/admins/studio_login.json
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1459)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
at com.appcelerator.titanium.core.internal.acs.ACSManager.login(ACSManager.java:112)
at com.appcelerator.titanium.ui.ide.tiappEditor.TiAppCloudSectionContributor$1$1.run(TiAppCloudSectionContributor.java:271)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)