speechmatics / speechmatics-python

Python library and CLI for Speechmatics
https://speechmatics.github.io/speechmatics-python/
MIT License
59 stars 16 forks source link

Retry on protocol error #73

Closed anjz closed 1 year ago

anjz commented 1 year ago

In certain rare situations httpx raises ProtocolError making requests to the batch API. A retry mitigates the problem.