{ "id": "105696", "key": "TIMOB-11895", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2012-11-30T14:13:59.000+0000", "created": "2012-11-29T21:05:10.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-and100112" ], "versions": [], "issuelinks": [ { "id": "23208", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "102485", "key": "TIMOB-11223", "fields": { "summary": "Android Debugging: adb.exe hangs on push to 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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "28955", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "114690", "key": "TIMOB-13944", "fields": { "summary": "Android: build: TypeError: argument of type 'NoneType' is not iterable", "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": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-20T22:09:40.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "While testing TIMOB-11223 I get the following error when building for device (full log attached):\r\n{code}\r\n[ERROR] Exception occured while building Android project:\r\n[ERROR] Traceback (most recent call last):\r\n[ERROR] File \"C:\\Users\\QATester\\AppData\\Roaming\\Titanium\\\\mobilesdk\\win32\\3.0.0.v20121128173200\\android\\builder.py\", line 2385, in \r\n[ERROR] builder.build_and_run(True, avd_id, device_args=device_args, debugger_host=debugger_host)\r\n[ERROR] File \"C:\\Users\\QATester\\AppData\\Roaming\\Titanium\\\\mobilesdk\\win32\\3.0.0.v20121128173200\\android\\builder.py\", line 2146, in build_and_run\r\n[ERROR] self.push_deploy_json()\r\n[ERROR] File \"C:\\Users\\QATester\\AppData\\Roaming\\Titanium\\\\mobilesdk\\win32\\3.0.0.v20121128173200\\android\\builder.py\", line 1825, in push_deploy_json\r\n[ERROR] sdcard_available = self.wait_for_sdcard()\r\n[ERROR] File \"C:\\Users\\QATester\\AppData\\Roaming\\Titanium\\\\mobilesdk\\win32\\3.0.0.v20121128173200\\android\\builder.py\", line 1780, in wait_for_sdcard\r\n[ERROR] if 'SDCARD READY' in output:\r\n[ERROR] TypeError: argument of type 'NoneType' is not iterable\r\n{code}\r\n\r\nSteps to reproduce:\r\n1. Create a Titanium app for android.\r\n2. Debug on device\r\n\r\nExpected result:\r\nTitanium Studio builds and deploys the app to Device and begins the debug session.\r\n\r\nActual result:\r\nThe above error.", "attachment": [ { "id": "33771", "filename": "build.log", "author": { "name": "cheadley", "key": "cheadley", "displayName": "Clayton Headley", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-11-29T21:05:10.000+0000", "size": 11420, "mimeType": "text/plain" } ], "flagged": false, "summary": "TypeError: argument of type 'NoneType' is not iterable", "creator": { "name": "cheadley", "key": "cheadley", "displayName": "Clayton Headley", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "cheadley", "key": "cheadley", "displayName": "Clayton Headley", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium Studio, build: 3.0.0.201211281826\r\nWindows 8\r\nTitanium SDK version: 3.0.0 (11/28/12 17:32 83fdd56)", "comment": { "comments": [ { "id": "229138", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "That is a symptom of TIMOB-11223 -- you probably don't need this second ticket.\n\nI recommend testing my pull request from TIMOB-11223. (I see from your log here that you're running against 3.0.0, for which no PR exists yet.)", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2012-11-29T21:57:42.000+0000", "updated": "2012-11-29T21:57:42.000+0000" }, { "id": "229287", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I'm going to resolve as a duplicate, but Clayton, please confirm it's fixed for you too.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-11-30T14:13:59.000+0000", "updated": "2012-11-30T14:13:59.000+0000" }, { "id": "245992", "author": { "name": "nirus", "key": "nirus", "displayName": "Niranjan Kumar", "active": true, "timeZone": "America/Los_Angeles" }, "body": "i have the same problem. but here i try to create project and try to run immediately with he created project .. titanium goes for a toss\r\n\r\nLOG::\r\n[INFO] Compiling Javascript Resources ...\r\n[ERROR] Application Installer abnormal process termination. Process exit value was 1\r\n[ERROR] error: more than one emulator\r\n[ERROR] Exception occured while building Android project:\r\n[ERROR] Traceback (most recent call last):\r\n[ERROR] File \"C:\\Users\\Nirus\\AppData\\Roaming\\Titanium\\mobilesdk\\win32\\3.0.2.GA\\android\\builder.py\", line 2392, in \r\n[ERROR] builder.build_and_run(False, avd_id, debugger_host=debugger_host)\r\n[ERROR] File \"C:\\Users\\Nirus\\AppData\\Roaming\\Titanium\\mobilesdk\\win32\\3.0.2.GA\\android\\builder.py\", line 2162, in build_and_run\r\n[ERROR] self.push_deploy_json()\r\n[ERROR] File \"C:\\Users\\Nirus\\AppData\\Roaming\\Titanium\\mobilesdk\\win32\\3.0.2.GA\\android\\builder.py\", line 1837, in push_deploy_json\r\n[ERROR] sdcard_available = self.wait_for_sdcard()\r\n[ERROR] File \"C:\\Users\\Nirus\\AppData\\Roaming\\Titanium\\mobilesdk\\win32\\3.0.2.GA\\android\\builder.py\", line 1792, in wait_for_sdcard\r\n[ERROR] if 'SDCARD READY' in output:\r\n[ERROR] TypeError: argument of type 'NoneType' is not iterable\r\n", "updateAuthor": { "name": "nirus", "key": "nirus", "displayName": "Niranjan Kumar", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-05T17:10:13.000+0000", "updated": "2013-04-05T17:10:13.000+0000" }, { "id": "414053", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as duplicate.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-20T22:09:40.000+0000", "updated": "2017-03-20T22:09:40.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }