{ "id": "115110", "key": "TIMOB-14017", "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": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2013-09-05T18:17:44.000+0000", "created": "2013-05-29T11:51:29.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "ks-ipad", "qe-3.1.1" ], "versions": [ { "id": "15478", "description": "Release 3.1.1", "name": "Release 3.1.1", "archived": true, "released": true, "releaseDate": "2013-06-17" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2015-02-02T20:46: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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "KitchenSink: twitter feeds are not displayed on iOS.\r\n\r\nThis is not a regression. Issue occurs since 3.1.0.GA\r\n\r\nSteps to reproduce:\r\n# Log into twitter on laptop :username- appcel123,Pwd -tester123\r\n# on the device tap on KitchenSink -> Mashup>twitter\r\n\r\nExpected Result:\r\n# click on the Appcelerator logo from the people list and should be able to see the view the tweets\r\n# see if the tweets displayed matches the one on the webpage, including time\r\n\r\nActual:\r\nNo tweets are displayed on the device.", "attachment": [ { "id": "40875", "filename": "IMG_0082.PNG", "author": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-07-18T06:02:43.000+0000", "size": 76527, "mimeType": "image/png" } ], "flagged": false, "summary": "KitchenSink: twitter feeds are not displayed on iOS", "creator": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "subtasks": [], "reporter": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "environment": "Device : iPhone 4S , iOS version : 5.1.1\r\nDevice : iPad 2, iOS version: 5.1\r\nSDK: 3.1.1.v20130524180421\r\nCLI version : 3.1.0\r\nOS : MAC OSX 10.7.5\r\nAppcelerator Studio, build: 3.1.1.201305271814\r\nXCode : 4.5.1", "comment": { "comments": [ { "id": "255837", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Cannot reproduce. Tested with:\nAppcelerator Studio, build: 3.1.1.201306031002\nSDK, build: 3.1.1.v20130603173057\nDevices: \niPad mini iOS 6.0\niPhone 5 iOS 6.0", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-06-04T16:41:18.000+0000", "updated": "2013-06-04T16:41:18.000+0000" }, { "id": "255838", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Unable to reproduce on simulator with:\nMac OS 10.8.3\nSafari: 6.0.4\nXcode 4.6.2\nCLI: 3.1.1-cr\ntitanium-code-processor: 1.0.1-cr\nAlloy: 1.1.3-cr\nAppcelerator Studio, build: 3.1.1.201306031002\nTitanium SDK version 3.1.1.v20130603173057\n", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-06-04T16:41:56.000+0000", "updated": "2013-06-04T16:41:56.000+0000" }, { "id": "262286", "author": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Unable to get any feeds on iPad3 (ios7). Please find screenshot attached.\r\n\r\nSDK:3.1.1 GA\r\nAppcelerator Studio: 3.1.2.201307121651\r\nOS: OSX 10.7.5\r\nDevice:iPad3(iOS 7)\r\nXcode: 5.0 beta3", "updateAuthor": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-07-18T06:01:24.000+0000", "updated": "2013-07-18T06:01:24.000+0000" }, { "id": "264903", "author": { "name": "ak47", "key": "ak47", "displayName": "Alex Kouznetsov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "It looks like KitchenSink uses Twitter API v.1, which is no longer supported by Twitter.\r\nLine #216 in twitter.js\r\n\r\n\txhr.open(\"GET\",\"http://api.twitter.com/1/statuses/user_timeline.json?screen_name=\"+screen_name);\r\n\r\nTwitter stopped supporting http first, and later - https for v.1. \r\n\r\nExample:\r\nhttps://api.twitter.com/1/statuses/user_timeline.json?screen_name=spresent\r\n\r\nReturns:\r\n{\"errors\": [{\"message\": \"The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.\", \"code\": 68}]}", "updateAuthor": { "name": "ak47", "key": "ak47", "displayName": "Alex Kouznetsov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-05T00:18:41.000+0000", "updated": "2013-08-07T04:25:26.000+0000" }, { "id": "267451", "author": { "name": "djha", "key": "djha", "displayName": "Dhirendra Jha", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Used the below environment and could not reproduce the issue. Twitter feeds are showing on the device.\r\nTest Environments - \r\nAppcelerator Studio: 3.1.3.201308201707\r\nTitanium SDK: 3.1.3.20130820141614\r\nACS: 1.0.6\r\nTitanium: 3.1.2\r\nXcode - 5 beta 5\r\nDevices - iPhone4S (v7.0), iPhone5 (v6.1.4)\r\n", "updateAuthor": { "name": "djha", "key": "djha", "displayName": "Dhirendra Jha", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-21T08:55:38.000+0000", "updated": "2013-08-21T10:46:13.000+0000" }, { "id": "269772", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Cannot reproduce. We can see the twitter feeds.\r\nClosing\r\n\r\nEnvironment:\r\nAppcel Studio : 3.1.3.201308252005\r\nTi SDK : 3.1.3.v20130904134612\r\nMac OSX : 10.8.4\r\nIpad4-IOS7 & Iphone4- IOS6", "updateAuthor": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-09-05T18:20:59.000+0000", "updated": "2013-09-05T18:20:59.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }