-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle timeouts and rate limiting errors more gracefully #13
Comments
Here's an example:
|
Well, maybe there's an easier solution here: Installing It's optional for GeoPy, but adapters are sort of buried in the docs and it immediately makes things work better. That makes me think I should just add |
Probably also worth increasing the default timeout from one second to five (or maybe higher). One of my goals with this whole library is to be able to run this in the background and trust that it'll finish eventually, or pickup where I left off if needed. |
Right now, the whole stack trace is being printed, which breaks the progress bar, and it doesn't actually stop geocoding.
The text was updated successfully, but these errors were encountered: