screenpipe icon indicating copy to clipboard operation
screenpipe copied to clipboard

Fix[ReleaseApp-CI]: SSL Connection Error During FFMPEG Download and Add Retry Mechanism

Open Saturn225 opened this issue 4 months ago • 6 comments

description

This PR addresses an issue where wget fails to establish an SSL connection while downloading the FFMPEG binary for Windows during the build process. The error typically results in the termination of the build due to a non-properly terminated TLS connection. To fix this I have added a retry mechanism with the --tries and --retry-connrefused options was added to ensure more robust handling of intermittent network issues in release app CI.

Closes #432 /claim #432

type of change

  • [x] bug fix (non-breaking change which fixes an issue)
  • [ ] new feature (non-breaking change which adds functionality)
  • [ ] breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] this change requires a documentation update

how to test

I have ran release APP CI multiple times now consistently passing CI without any failures. Before this patch the CI fails for every subsequent build and passes once in a moon

Saturn225 avatar Oct 08 '24 02:10 Saturn225