{ "id": "112998", "key": "TIMOB-13603", "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": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-06-04T20:09:28.000+0000", "created": "2013-04-17T16:04:51.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "defect" ], "versions": [], "issuelinks": [ { "id": "29315", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "115497", "key": "AC-2135", "fields": { "summary": "Brand new install - [ERROR] : TypeError: Arguments to path.join must be strings", "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": "29286", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "112823", "key": "TIMOB-13549", "fields": { "summary": "CLI: node-appc: When building for device from studio or CLI, an execvp(): No such file or directory error is printed to the console", "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": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2017-03-24T20:57: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": "13103", "name": "CLI", "description": "Node-based command line interface" } ], "attachment": [], "flagged": false, "summary": "CLI: Several commands fail on fresh install of Node.js v0.10.X", "creator": { "name": "corbinu", "key": "corbinu", "displayName": "Corbin Uselton", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "corbinu", "key": "corbinu", "displayName": "Corbin Uselton", "active": true, "timeZone": "America/New_York" }, "environment": "OS 10.8.3, Node.js v0.10.4, Titanium Studio 3.1.0", "comment": { "comments": [ { "id": "247945", "author": { "name": "corbinu", "key": "corbinu", "displayName": "Corbin Uselton", "active": true, "timeZone": "America/New_York" }, "body": "Correction the second time I tried to replicate the issue it gave the same error even after upgrading from v0.8.23 to v0.10.0", "updateAuthor": { "name": "corbinu", "key": "corbinu", "displayName": "Corbin Uselton", "active": true, "timeZone": "America/New_York" }, "created": "2013-04-17T16:57:47.000+0000", "updated": "2013-04-17T16:58:02.000+0000" }, { "id": "247958", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "You can probably fix it by resetting the Android SDK path:\n\n{code}\ntitanium config android.sdkPath /path/to/android-sdk\n{code}", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-04-17T17:40:06.000+0000", "updated": "2013-04-17T17:40:06.000+0000" }, { "id": "247963", "author": { "name": "corbinu", "key": "corbinu", "displayName": "Corbin Uselton", "active": true, "timeZone": "America/New_York" }, "body": "Thanks that fixed it. Should I create another issue for that node v0.10 breaks the android sdk path config?", "updateAuthor": { "name": "corbinu", "key": "corbinu", "displayName": "Corbin Uselton", "active": true, "timeZone": "America/New_York" }, "created": "2013-04-17T17:56:41.000+0000", "updated": "2013-04-17T17:56:59.000+0000" }, { "id": "247970", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "No, this ticket is sufficient. I'll fix it for Titanium v3.2.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-04-17T18:12:42.000+0000", "updated": "2013-04-17T18:12:42.000+0000" }, { "id": "255917", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "This should be resolved as apart of TIMOB-13549.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-06-04T20:09:28.000+0000", "updated": "2013-06-04T20:09:28.000+0000" }, { "id": "415765", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed with reference to previous comments.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-24T20:57:40.000+0000", "updated": "2017-03-24T20:57:40.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }