Skip to content

Frequently Asked Questions

benoit74 edited this page Mar 19, 2024 · 3 revisions

What does the "requests.exceptions.ReadTimeout" error means?

TED tasks occasionaly encounter error like requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='ted.com', port=443): Read timed out. (read timeout=30).

These errors are known to be transient (see https://github.com/openzim/ted/issues/162) and for now the solution consists in requesting the recipe again.

Clone this wiki locally