-
Notifications
You must be signed in to change notification settings - Fork 29
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
Socket hang up error #13
Comments
Per voice w/ @lukasmartinelli , seems like error coming due to request getting timeout. To resolve we can try few things:
Challenges: Hard to reproduce the issue locally :( cc @batpad |
What if we write a script to run vt2geojson fast, to see if that can reproduce the issue? But all of the above sounds good to me. |
@geohacker
And from this module, seems like this error also belongs to the same family.
|
Retrying the request for 5 times if the first request fails. |
Seems like we are not getting error anymore, as whenever request fails Next action
|
The PR is merged . Issue good to close now. |
I am using vt2geojson for requesting vector tiles geojson in osm-compare, to get a set of features but getting following issue in few requests.
Traceback:
The code is here, where I am making the query.
Not sure what this means and what's causing this issue. Would be great to get some help debugging it.
cc @mapsam
The text was updated successfully, but these errors were encountered: