juanpomares / PS3-Redump-downloader

PS3 ISO Redump downloader
14 stars 0 forks source link

download failing #1

Closed namelless closed 4 months ago

namelless commented 4 months ago

Hi I've had this issue when using your program where if your internet weakens slightly the download stops and even when you get your internet back the download doesnt continue here is a video recording of this i zipped it because github doesnt support mkv files 2024-06-30 05-40-09.zip

juanpomares commented 4 months ago

Hi @namelless,

I just created a new version with some improvements to try to fix the issue you mentioned.

When the file is being downloaded, if the connection fails for 60 seconds, it will be canceled and retried. The download will be retried up to five times. However, when you run it again, the download will continue from where it left off.

If this still doesn't work, there is now a configuration file (config.ini) where you can set some parameters like MAX_RETRIES, DELAY_BETWEEN_RETRIES and TIMEOUT_REQUEST.

The other option is to modify within this file EXTERNAL_ISO = 0 to EXTERNAL_ISO = 1 so that the download is handled by your browser (Chrome, Firefox, Safari, ...). This way, you can pause the download and it will likely fail less often ;) Once you have downloaded the file, you will need to copy it to the folder that will open.

Please review it, and if everything works fine, close the issue.

namelless commented 4 months ago

Thanks for your work I will review it ASAP