gmaps icon indicating copy to clipboard operation
gmaps copied to clipboard

gmaps demo error.

Open Shaba1 opened this issue 6 years ago • 1 comments

I tried to run the taxi route demo for gmaps from this page:

https://github.com/pbugnion/gmaps

I am using Windows 10 premium 64 bit Google chrome Version 75.0.3770.100 (Official Build) (64-bit) python 2.7.7 32 bit and I have a valid GOOGLE API key

when I run the demo I get this

Traceback (most recent call last): File "c:\Users<USER NAME>\Desktop\My Projects\Sqlite Docs\gmap demo1.py", line 6, in locations = gmaps.datasets.load_dataset("taxi_rides") File "C:\Python27\lib\site-packages\gmaps\datasets\datasets.py", line 124, in load_dataset f = urlopen(url) File "C:\Python27\lib\urllib2.py", line 154, in urlopen return opener.open(url, data, timeout) File "C:\Python27\lib\urllib2.py", line 429, in open response = self._open(req, data) File "C:\Python27\lib\urllib2.py", line 447, in _open '_open', req) File "C:\Python27\lib\urllib2.py", line 407, in _call_chain result = func(*args) File "C:\Python27\lib\urllib2.py", line 1241, in https_open context=self._context) File "C:\Python27\lib\urllib2.py", line 1198, in do_open raise URLError(err) urllib2.URLError: <urlopen error [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>

Shaba1 avatar Jun 24 '19 16:06 Shaba1

It looks like you didn't have internet access at the time you ran this, or you are behind a firewall that didn't let you speak to S3 (where the datasets are stored).

pbugnion avatar Jul 15 '19 06:07 pbugnion