nefarius / vicius

Nefarius' nŏvīcĭus universal software updater agent for Windows.
https://docs.nefarius.at/projects/Vicius
BSD 3-Clause "New" or "Revised" License
38 stars 3 forks source link

HidHide updater gives CURLE_OPERATION_TIMEOUT #47

Open dixtuel opened 1 week ago

dixtuel commented 1 week ago

Bug description

HidHide updater gives CURLE_OPERATION_TIMEOUT error when I try to update.

Screenshots

Ekran görüntüsü 2024-06-29 205047

nefarius commented 1 week ago

This simply means that while trying to download the new setup it timed out in doing so. Typically a network issue of some sort. Maybe I need to increase the timeout, or add some retry logic. Also I will move this issue to the correct repository.

nefarius commented 1 week ago

Time to make it more robust against unstable networks 👀

image

nefarius commented 1 week ago

For archival purposes; I accidentally left in the timeout of 5 seconds, that might have been too optimistic for the vast majority of network qualities existing out there. Also adding some retry logic and whatever else I can do to get the stuff downloaded successfully 💪