This is a migrated thread and some comments may be shown as answers.

Icenium simulator hangs on calling google URL shortner

1 Answer 16 Views
Report a bug
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ashish
Top achievements
Rank 1
Ashish asked on 30 Jun 2013, 06:34 AM
Icenium simulator hangs on calling google URL shortner.

var longUrl= "http://telerik.com";
    var request1 = gapi.client.urlshortener.url.insert({
 'resource': {
      'longUrl': longUrl
}
    });
    request1.execute(function(gshort) 
{

console.log("Response",gshort);

    });

1 Answer, 1 is accepted

Sort by
0
Ivan Ivanov
Telerik team
answered on 02 Jul 2013, 04:17 PM
Hi Ashish,

We found the problem and it will be fixed and pushed as a hotfix by the end of the week. As a workaround we suggest you to use the Android simulator.

Sorry for the temporary inconvenience caused.

Regards,
Ivan Ivanov
Telerik

Looking for tips & tricks directly from the Icenium team? Check out our blog!
Missed our first webinar, watch it here.
Share feedback and vote for features on our Feedback Portal.
Tags
Report a bug
Asked by
Ashish
Top achievements
Rank 1
Answers by
Ivan Ivanov
Telerik team
Share this question
or