{ "id": "119012", "key": "AC-2531", "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": "2014-01-19T07:55:22.000+0000", "created": "2013-08-26T06:15:01.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-03-08T07:41:35.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": "14552", "name": "Appcelerator CLI", "description": "Please enter tickets related to Tooling and the CLI here" } ], "description": "Whenever compiler.py encounters an 'unrecognized error', it crashes without displaying the error.\r\n\r\nThis can be seen in #TC-2812 and #TC-1838 for example.\r\n\r\nThe problem is due to a typo in compiler.py.\r\n{code}\r\nsys.stderr.write(\"[ERROR] unrecognized error encountered: \" % se)\r\n{code}\r\nshould be:\r\n{code}\r\nsys.stderr.write(\"[ERROR] unrecognized error encountered: %s\" % se)\r\n{code}\r\n\r\nI'll file a pull-request.", "attachment": [], "flagged": false, "summary": "Whenever compiler.py encounters an 'unrecognized error', it crashes without displaying the error.", "creator": { "name": "tinkertank", "key": "tinkertank", "displayName": "Tijs Zwinkels", "active": true, "timeZone": "Europe/London" }, "subtasks": [], "reporter": { "name": "tinkertank", "key": "tinkertank", "displayName": "Tijs Zwinkels", "active": true, "timeZone": "Europe/London" }, "environment": "SDK 3.2.0GA", "comment": { "comments": [ { "id": "272786", "author": { "name": "morahman", "key": "morahman", "displayName": "Motiur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "body": "Your referenced pull request is https://github.com/appcelerator/titanium_mobile/pull/4603 is closed. Do you still see this error?", "updateAuthor": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-09-25T05:33:08.000+0000", "updated": "2013-12-07T04:53:29.000+0000" }, { "id": "272799", "author": { "name": "tinkertank", "key": "tinkertank", "displayName": "Tijs Zwinkels", "active": true, "timeZone": "Europe/London" }, "body": "I'll have a look. In the mean time: Have you seen the pull request?\nhttps://github.com/appcelerator/titanium_mobile/pull/4605", "updateAuthor": { "name": "tinkertank", "key": "tinkertank", "displayName": "Tijs Zwinkels", "active": true, "timeZone": "Europe/London" }, "created": "2013-09-25T06:59:15.000+0000", "updated": "2013-09-25T06:59:15.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }