python - geocoder connection reset by peer -
i tried execute code:
from geopy.geocoders import googlev3 point = '51.523910, -0.158578' geolocator = googlev3() address = geolocator.reverse(point)
i error:
error: [errno 104] connection reset peer
i executing inside vagrant machine when execute on local machine works !!!
this recent issue of virtualbox(which probable provider of vagrant) setting incorrect checksums when networking set work nat. possible decisions are:
- use bridge networking instead of nat
- update virtualbox recent test build (5.1.9 helped in case)
Comments
Post a Comment