speechmatics / speechmatics-python

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

Retry on protocol error #73

Closed anjz closed 11 months ago

anjz commented 11 months ago

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