Using a HTTP connection in Titanium I make a GET request to :
https://api.hyperpublic.com/api/v1/places?client_id=yRAeAlfIm6SztevrbPWnRjPB3J8V9qEWYCfXZijU&client_secret=tUF3TNnFMqDHG1SsTuntfkYZKcHKkeWkNmTgyM0J&callback=&phone_number=2122292217&limit=20
and this is the response received:
{"error":"Internal error. We're looking into it."}
When I use Chrome in OSX 10.7.2 the request returns 1 result:
[{"phone_number":"
212 229 2217","website":"http://
hyperpublic.com/","perma_link":"
http://hyperpublic.com/places/
4dd535cab47dfd026c000001/profile","tags":
["camillia","jonathan","eric","doug","YOU","Jordan","Mike","zane","jeff"],"locations":
[{"name":"416 West 13th st, New york, NY
10014","lon":-74.006974,"city":"New
york","country":"US","postal_code":"10014","province":"NY","lat":
40.740574,"address_line1":"416 West 13th
st","address_line2":null}],"display_name":"Hyperpublic
Headquarters","properties":[],"category":[{"name":"Buildings &
Workplaces","id":"4e28ae87643bce0004000001"},
{"name":"Offices","id":"4e28ae87643bce0004000014"},{"name":"Tech
Startups","id":"4e28ae87643bce0004000015"}],"images":
[{"src_thumb":"
http://s3.amazonaws.com/prestigedevelopment/beta/
image_photos/4dd535cab47dfd026c000002/thumb.png?
1296938636","src_small":"
http://s3.amazonaws.com/prestigedevelopment/
beta/image_photos/4dd535cab47dfd026c000002/small.png?
1296938636","src_large":"
http://s3.amazonaws.com/prestigedevelopment/
beta/image_photos/4dd535cab47dfd026c000002/square.png?
1296938636"}],"id":"4dd535cab47dfd026c000001","object_type":"Place"}]
From the error returned is it possible to narrow down in the server
logs what the issue is?