Skip to content
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

Eviter les erreurs de time out lorsque l'on télécharge les données GTFS #104

Open
FlxPo opened this issue Apr 2, 2024 · 0 comments
Open
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@FlxPo
Copy link
Contributor

FlxPo commented Apr 2, 2024

Il arrive que les serveurs qui hébergent les données GTFS ne répondent pas assez vite, ce qui crée une erreur du type :
ReadTimeout: HTTPConnectionPool(host='gtfs.gis.flix.tech', port=80): Read timed out. (read timeout=None)

Il faudrait essayer N fois, et potentiellement ne pas bloquer l’exécution mais simplement émettre un avertissement.

@FlxPo FlxPo added the bug Something isn't working label Apr 2, 2024
@Mind-the-Cap Mind-the-Cap added the good first issue Good for newcomers label Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants