Hi All Currently we use PhantomJS to simulate browser behaviour (e.g. export current html), however there's a great chance that when we call geo api request (this.chart_ = new GoogVisuals.GeoChart(this.view_.node);) and it will stop there with no response until timeout, Is there any bot detection or other reason might lead to this ?
we are using old version of geo api as below // =============head script================// <script type='text/javascript' src='https://www.google.com/jsapi'></script> <script type='text/javascript'> var GoogVisuals; google.load('visualization', '1', {'packages': ['geochart']}); google.setOnLoadCallback(function() { GoogVisuals = google.visualization; }); </script> // =============head script================// Thanks Kite -- You received this message because you are subscribed to the Google Groups "Google Chart API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-chart-api. For more options, visit https://groups.google.com/d/optout.
