We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add this before xhr.ontimeout = (e) => { // XMLHttpRequest timed out in backup.html around line 148:
xhr.onprogress = (e) => { // XMLHttpRequest progress ... extend timeout xhr.timeout = xhr.timeout + 500; }; xhr.onerror = (e) => { // XMLHttpRequest error loading console.log("Error on fetching " + url + "!"); if (retry > 5) { setStatus("<span style=\"color: red\">Backup failed, please restart the device and try again!</span>"); } else { fetchFiles(urls, filesData, index, retry+1, zipFilename); } };
15.0.3
Timeout occurs although progress is made with downloading...
No response
The text was updated successfully, but these errors were encountered:
Thanks, I added it in #2170
Sorry, something went wrong.
caco3
No branches or pull requests
The Problem
Add this before xhr.ontimeout = (e) => { // XMLHttpRequest timed out in backup.html around line 148:
Version
15.0.3
Logfile
Expected Behavior
No response
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: