Hello, I have used geopy module for my school project.
Today, I run my code but an error occurred
error was:
geopy.exc.GeocoderServiceError: HTTP Error 500: Internal Server Error
it occurred at
geolocator = Nominatim()
location = geolocator.reverse(pr, timeout = 20)
before a few days, my code worked well, so I could get addresses..
what's the problem and how can I fix it???
Please help me..
Thank you..