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)

you can read more @ virtalbox issues on tracker here , here


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -