{ "id": "117640", "key": "TIMOB-14672", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2017-05-02T20:37:51.000+0000", "created": "2013-07-26T11:17:46.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "qe-3.1.1" ], "versions": [], "issuelinks": [ { "id": "30708", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "115173", "key": "DE-137", "fields": { "summary": "KitchenSink: FourSquare: On iOS Unable to list nearby venues, throwing HTTP error on alert", "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": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-05-02T20:37:51.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" }, { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": " Kitchensink - Foursquare - 'bad request' alert instead of displaying the nearby venues.\r\n\r\nThis is not regression since the issue occurs in 3.1.1 GA as well.\r\n\r\nSteps to reproduce:\r\n1. Go to KS> Mashups>Foursquare.\r\n2. Enter username and password and click on 'Get venues nearby'.\r\n\r\nActual:\r\nGets an alert stating 'bad request'\r\n\r\nExpected:\r\nShould return the nearby venues", "attachment": [], "flagged": false, "summary": "Android: Kitchensink - Foursquare - 'bad request' alert instead of displaying the nearby venues", "creator": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "SDK:3.1.2.v20130725180746\r\nAppcelerator Studio: 3.1.2.201307171817\r\nOS: OSX 10.7.5\r\nDevice:Google nexus 7 (v 4.2.1)", "comment": { "comments": [ { "id": "266057", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Occurs on \nAppcelerator Studio: , build: 3.1.2.201308091728\nTitanium SDK, build: 3.1.2.v20130809141556\nCLI: 3.1.2-alpha\nAlloy: 1.2.0-alpha6\nDevices:\nNexus4 Android version 4.3\nNexus7(2) Android version 4.3", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-12T21:39:56.000+0000", "updated": "2013-08-12T21:39:56.000+0000" }, { "id": "269777", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "body": "The issue is reproducible with the environment below. Taping on 'Get venues nearby' gives an alert with bad request error.\n\nEnvironment:\nAppcel Studio : 3.1.3.201308252005\nTi SDK : 3.1.3.v20130904134612\nMac OSX : 10.8.4\nCLI - 3.1.2-alpha\nNexus 7 - android 4.2", "updateAuthor": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-09-05T18:35:00.000+0000", "updated": "2013-09-05T18:35:00.000+0000" }, { "id": "273588", "author": { "name": "sunila", "key": "sunila", "displayName": "Sunila", "active": true, "timeZone": "Asia/Kolkata" }, "body": "The Foursquare API that is used in the app is deprecated, basic authentication is no longer supported, it needs to be replaced by OAuth.\nV2 API is http://api.foursquare.com/v2/venues/search\n", "updateAuthor": { "name": "sunila", "key": "sunila", "displayName": "Sunila", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-10-02T10:16:13.000+0000", "updated": "2013-10-02T10:16:13.000+0000" }, { "id": "300009", "author": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Now I am getting 'Not found' alert on clicking 'Get venues nearby'.\r\nError logs are:\r\n{code}\r\n[ERROR] : TiHttpClient: (TiHttpClient-1) [7504,76473] HTTP Error (org.apache.http.client.HttpResponseException): Not Found\r\n[ERROR] : TiHttpClient: org.apache.http.client.HttpResponseException: Not Found\r\n[ERROR] : TiHttpClient: \tat ti.modules.titanium.network.TiHTTPClient$LocalResponseHandler.handleResponse(TiHTTPClient.java:258)\r\n[ERROR] : TiHttpClient: \tat ti.modules.titanium.network.TiHTTPClient$LocalResponseHandler.handleResponse(TiHTTPClient.java:217)\r\n[INFO] : ERROR Not Found\r\n[ERROR] : TiHttpClient: \tat org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:657)\r\n[ERROR] : TiHttpClient: \tat org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:637)\r\n[ERROR] : TiHttpClient: \tat ti.modules.titanium.network.TiHTTPClient$ClientRunnable.run(TiHTTPClient.java:1287)\r\n[ERROR] : TiHttpClient: \tat java.lang.Thread.run(Thread.java:841)\r\n[INFO] : ALERT: (KrollRuntimeThread) [3,76476] Not Found\r\n{code}\r\n\r\nEnvironment used:\r\nDevice : Google Nexus 4, Android Version: 4.1.1\r\nDevice : Google Nexus 7, Android Version: 4.4.2\r\nSDK: 3.2.3.v20140403105720\r\nCLI version : 3.2.3-alpha2\r\nOS : MAC OSX 10.9.2\r\nAlloy: 1.3.1\r\nACS: 1.0.14\r\nnpm:1.3.2\r\nAppcelerator Studio, build: 3.2.3.201404031900\r\ntitanium-code-processor: 1.1.1-alpha\r\nXCode : 5.1 ", "updateAuthor": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2014-04-07T11:21:22.000+0000", "updated": "2014-04-07T11:21:43.000+0000" }, { "id": "312219", "author": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested with:\r\n\r\nAppcelerator-Studio: 3.3.0.201406271159\r\nSdk:3.3.0.v20140702175712\r\nacs:1.0.15\r\nalloy:1.4.0-rc3\r\nnpm:1.3.2\r\ntitanium:3.3.0-rc4\r\ntitanium-code-processor:1.1.1\r\nOS:Maverick(10.9.3)\r\n\r\nFoursquare option under MashUps of Kitchen Sink does not exist anymore.\r\n", "updateAuthor": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-07-03T09:40:14.000+0000", "updated": "2014-07-03T09:40:14.000+0000" }, { "id": "418779", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-05-02T20:37:51.000+0000", "updated": "2017-05-02T20:37:51.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }