[AC-1880] [ERROR] Missing required option "--username" when creating new project on Windows 7
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2013-06-26T17:55:35.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | android |
Reporter | Evan Fredricks |
Assignee | Shak Hossain |
Created | 2013-06-19T08:25:50.000+0000 |
Updated | 2016-03-08T07:40:47.000+0000 |
Description
Creating a new project shows up the message [ERROR] Missing required option "--username". Even though the proxy settings has been done.
Attachments
File | Date | Size |
---|---|---|
logs.txt | 2013-06-19T08:25:50.000+0000 | 107522 |
Hello Vikash, Have you tried the following? You need to add the following ports to the firewall's white list https://api.appcelerator.net (ports 80 and 443) Used for login http://studio.appcelerator.com (ports 80 and 443) Used for the dashboard http://download.appcelerator.com (ports 80 and 443) Used for software updates (from https://wiki.appcelerator.org/display/devsup/Using+Titanium+Behind+a+Proxy) Try adding these ports to your firewall's white list and let me know if this fixes your problem. Additionally, try checking the status of your login by running
titanium status
paste the output here. If the output does NOT include 'You are currently logged in as xxxxxs@xxxxxx.xxx' then run 'titanium login' Regards, Carter