-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Canceling big upload leads to error #11812
Comments
GitMate.io thinks possibly related issues are #11339 (Canceling upload of big file leads to "Internal Server error"), #3450 (Missing error message for too big files in public upload), #4392 (Error while syncing/uploading large files), #9801 (Error downloading or uploading large files), and #9795 (Upgrade error). |
Yes related to MY other opened issue that never got looked at. |
Still not addressed? |
same issue on NC 15.0.4 It's not only for big file, choose file > 10 MB and issue will be reproduce Fatal | webdav | Sabre\DAV\Exception: Could not rename part file to final file |
I'm seeing the same behavior here on 15.0.5. |
Same on 16.0.1 Fatal | webdav | Sabre\DAV\Exception: Could not rename part file to final file | | 2019-05-16T15:44:38+0200 |
Same problem on 17.01. (php 7,3 mysql, 5.3.12-arch1-1, apache2 (httpd)) Fatal | webdav | Sabre\DAV\Exception: Could not rename part file to final file | UPD Steps for reproduce:
|
Same problem on NC18. |
+1 on NC18 with local data storage. |
Still occurs on NC 19.0.1 on a brand new install using a second hard drive for storage. |
Still occurring on NC 21.0.3. |
Great...
|
any fix for this? still on NC 23 |
still seeing this issue although sometimes the prog bar disappears immediately sometimes not. but log does show the error related to unexpected size and not empty directory |
amazing~~~,still on 25.0.1 |
Hi, please update to 24.0.8 or better 25.0.2 and report back if it fixes the issue. Thank you! |
It sure still persists on NC25.0.2:
|
Two additional bits:
|
so maybe it is a different issue than the one initially reported here? |
I don't think so, reading further up others have the same error stack as me. |
Okay |
Same issue persists on 25.0.3 |
Well... Same issue persists on 24.0.10, 25.0.4 and 26.0.0. |
5 years have passed... 11 major versions have been released... Some things are eternal) |
Just observed on 26.0.2
in connection with:
|
Fixed on 28. |
Steps to reproduce
Expected behaviour
Progress bar should disappear immediately and upload should be canceled
Actual behaviour
The folder where the chunks are stored while the upload is in progress is getting deleted instantly when I hit cancel, but the progress bar will continue for a few seconds and then spit out an "Internal Server error"
Server configuration
Operating system: Ubuntu 16.04
Web server: Apache2
Database: MySQL
PHP version: 7.0
Nextcloud version: 14.0.3
Updated from an older Nextcloud/ownCloud or fresh install: Did update from 14.0.2, but happened there too
Where did you install Nextcloud from: Official nextcloud page
Signing status: No errors have been found.
List of activated apps:
Nextcloud configuration:
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"nickcloud.at",
"www.nickcloud.at"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "14.0.3.0",
"overwrite.cli.url": "https://nickcloud.at/nextcloud",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"mail_smtpmode": "smtp",
"mail_smtpsecure": "tls",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtpport": "587",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"updater.secret": "REMOVED SENSITIVE VALUE",
"maintenance": false,
"theme": "",
"loglevel": 2,
"versions_retention_obligation": "auto,1",
"trashbin_retention_obligation": "auto,1"
}
}
Are you using external storage, if yes which one: local storage
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Client configuration
Browser: Tested with Opera, FireFox, Chrome, Edge
Operating system: Win10
Logs
Nextcloud log (data/nextcloud.log)
https://nickcloud.at/nextcloud/index.php/s/Q27TKG7LKwWSsKz
If this is only an issue for me, then please help me to fix it.. It's pretty annoying.
The text was updated successfully, but these errors were encountered: