Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progress during update downloading #188

Open
joekerna opened this issue Oct 11, 2018 · 1 comment · May be fixed by #571
Open

Progress during update downloading #188

joekerna opened this issue Oct 11, 2018 · 1 comment · May be fixed by #571

Comments

@joekerna
Copy link

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

@MorrisJobke MorrisJobke changed the title Enhancement: Progress during update downloading Progress during update downloading Oct 11, 2018
@stefan123t
Copy link

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:

Resume HTTP downloads in PHP using cURL or fsockopen
https://www.ankur.com/resume-http-downloads-php-curl-fsockopen.php

PHP Curl Downloader with resume support
https://gist.github.com/ndunks/778c7efad0956e0f99deae73c52e718f

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.

Kind regards,
Stefan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants