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 Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsubscr...@googlegroups.com. To post to this group, send email to google-visualization-api@googlegroups.com. Visit this group at https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/936c190b-8986-4bae-91e4-101a122e43d3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.