OdyseeTeam / odysee-api

API server for Odysee
https://odysee.com
MIT License
229 stars 49 forks source link

Make publish.fetchFile retry on failed download #349

Closed anbsky closed 3 years ago

anbsky commented 3 years ago

Remote file downloading routine fetchFile in the publish handler (publish.Handler) currently fails on timeouts and disconnects. It should handle those errors gracefully and retry failed downloads transparently to the user.