Vikit-ai / sdk

Vikit.ai SDK let you develop easily video generators leveraging generative AI and other AI models.
https://vikit.ai
Apache License 2.0
49 stars 7 forks source link

[BUG] Neet to retry if video URL retrieves nothing #127

Open leclem opened 2 months ago

leclem commented 2 months ago

Describe the bug Sometimes, video backend did not finish to generate videos before to send the URL. So URL content download crashes.

To Reproduce Sometimes, the URL of videocrafter does not work

Expected behavior It should retry sending a request 10 sec later at least the amount of times to retry

Screenshots N/A

Additional context N/A

elysoly commented 2 months ago

log 2.txt

jeffmac-aix commented 2 months ago

this will be addressed trough different complementary ways:

simple retry logic, as a quick fix possibly even before 1. , restarting the whole video production process where it where thanks to checkpoints. As expected on https://github.com/Vikit-ai/sdk/issues/130 just use hooks, now that we are extending our vikit.ai Cloud API's

jeffmac-aix commented 1 month ago

@leclem did you observed the bug since the last merge?