Continually receiving error from standard address geolocation request using Nominatim.
Code below:
from geopy.geocoders import Nominatimaddress = "90, Park Avenue, New York City, New York, 10016"geolocator = Nominatim(address, timeout=10, exactly_one=False)location =...