You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to add that resume downloads might be an option to prevent the dreaded "Parsing response failed. Step 4 is currently in process. Please reload this page later." Error Message due to the max_execution_time parameter which can not be set/altered with my shared webhosting provider.
Please consider using the CURLOPT_RANGE parameter to resume from the current downloaded file size as used in the following two examples:
A nice benefit would be that you could add the progress bar as requested in this issue based on the current filesize retrieved from the nextcloud update server.
Lately the downloading step during the web baser updater is taking very long (~10 Minutes). This might be due to my internet connection, I'm not sure.
That led to the point where I wasn't sure if the the download was even progressing or if it has failed.
My enhancement idea is, to show some sort of progressbar or percentage value to signal, that downloading is still progressing?!
Thanks
The text was updated successfully, but these errors were encountered: