{ "id": "115976", "key": "AC-2671", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-06-18T18:42:51.000+0000", "created": "2013-06-14T21:01:49.000+0000", "labels": [], "versions": [], "issuelinks": [ { "id": "29600", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "113050", "key": "AC-1900", "fields": { "summary": "Android: Error when trying to run on device", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "29599", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "111438", "key": "TIMOB-13125", "fields": { "summary": "MobileSDK: Support for Python 3.0", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "updated": "2016-03-08T07:41:46.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "attachment": [], "flagged": false, "summary": "ERROR TO COMPILE IN TITANIUM SDK 3.1.0", "creator": { "name": "juansegoviah@hotmail.com", "key": "juansegoviah@hotmail.com", "displayName": "JUAN SEGOVIA", "active": true, "timeZone": "America/Bogota" }, "subtasks": [], "reporter": { "name": "juansegoviah@hotmail.com", "key": "juansegoviah@hotmail.com", "displayName": "JUAN SEGOVIA", "active": true, "timeZone": "America/Bogota" }, "environment": "Windows 7\r\nTi SDK 3.1", "comment": { "comments": [ { "id": "257990", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi,\n\nPlease check your python version with the following Terminal command:\n\n{code}python --version{code}\n\nYou should either have 2.6.x or 2.7.x installed. Other versions probably won't work.\n\nIf you have a valid python version installed, then I'll need to you attach your Studio log file and diagnostic, found at Help -> Studio -> View Log File & Run Diagnostic Test...", "updateAuthor": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-06-14T21:13:42.000+0000", "updated": "2013-06-14T21:13:42.000+0000" }, { "id": "258036", "author": { "name": "juansegoviah@hotmail.com", "key": "juansegoviah@hotmail.com", "displayName": "JUAN SEGOVIA", "active": true, "timeZone": "America/Bogota" }, "body": "Your help, Now I get the following error:\n[ERROR] Exception occured while building Android project:\n[ERROR] Traceback (most recent call last):\n[ERROR] File \"C:\\Users\\JC\\AppData\\Roaming\\Titanium\\mobilesdk\\win32\\3.1.0.GA\\android\\builder.py\", line 2528, in \n[ERROR] builder.build_and_run(False, avd_id, debugger_host=debugger_host, profiler_host=profiler_host)\n[ERROR] File \"C:\\Users\\JC\\AppData\\Roaming\\Titanium\\mobilesdk\\win32\\3.1.0.GA\\android\\builder.py\", line 2264, in build_and_run\n[ERROR] self.manifest_changed = self.generate_android_manifest(compiler)\n[ERROR] File \"C:\\Users\\JC\\AppData\\Roaming\\Titanium\\mobilesdk\\win32\\3.1.0.GA\\android\\builder.py\", line 1404, in generate_android_manifest\n[ERROR] '-I', self.android_jar], warning_regex=r'skipping')\n[ERROR] File \"C:\\Users\\JC\\AppData\\Roaming\\Titanium\\mobilesdk\\win32\\3.1.0.GA\\android\\run.py\", line 38, in run\n[ERROR] print \"[DEBUG] %s\" % subprocess.list2cmdline(args_to_log)\n[ERROR] File \"C:\\Python27\\lib\\subprocess.py\", line 618, in list2cmdline\n[ERROR] needquote = (\" \" in arg) or (\"\\t\" in arg) or not arg\n[ERROR] TypeError: argument of type 'NoneType' is not iterable\n[ERROR] : \b\b \bBuild process exited with code 1\n[ERROR] : \b\b \bProject failed to build after 30s 446ms", "updateAuthor": { "name": "juansegoviah@hotmail.com", "key": "juansegoviah@hotmail.com", "displayName": "JUAN SEGOVIA", "active": true, "timeZone": "America/Bogota" }, "created": "2013-06-14T22:57:53.000+0000", "updated": "2013-06-14T22:57:53.000+0000" }, { "id": "258307", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi Juan,\n\nYou're in luck because we fixed this issue for 3.1.1 which has been released today: http://developer.appcelerator.com/blog/2013/06/announcing-titanium-3-1-1-production-release.html\n\nSo simply upgrading should fix the problem.\n\nHere's more info: TIMOB-13944\n\nAnd here's a workaround for pre-3.1.1 releases just encase: http://developer.appcelerator.com/question/152497/titanium-sdk-310-error-typeerror-argument-of-type-nonetype-is-not-iterable-on-building-android-app", "updateAuthor": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-06-17T23:34:44.000+0000", "updated": "2013-06-17T23:34:44.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }