-
Notifications
You must be signed in to change notification settings - Fork 20
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
Uploads fail silently + some other strange behaviour #274
Comments
I am quite sure that cannot happen. The problem must be somewhere else.
I honestly don't quite understand what you mean by that. Folders are not getting locked !?
And i don't see a scenario where that fails. We could add a mechanism to retry the folder creation if mkdir fails, but i honestly don't think that is the cause of this problem. Are you using Nextcloud External Storages ? What i think is actually hapening: The Server is either not very powerful or the files are very big |
The probability of a race condition happening with multiple files within the same upload, with only 4 concurrent uploads and a automatic second try if any chunk or the assembly fails, is incredibly tiny / nonexistent. |
Also if the mkdir command fails it would never send a 200 code, so it could not be shown as sucessful in the frontend |
@AdamVenn Do you use external shares (SMB, FTP, etc) where you want to upload files to using Flowupload? Some types of them still are problematic. |
Thanks for the responses @JonathanTreffler and @e-alfred. Sorry for the delay in replying. |
Thanks for your help with previous issues - I have a new one for you! Thanks in advance for your help.
Steps to reproduce
Expected behaviour
Actual behaviour
Flow Upload fails to upload when the folder is locked (due to only just being created? (in a different thread?)) and misreports successful uploads.
Server configuration
Operating system: Ubuntu 20.04.1 LTS
Web server: Apache/2.4.46
Database: mysql Ver 15.1 Distrib 10.3.25-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
PHP version: Version: 7.4.3, Memory Limit: 512 MB, Max Execution Time: 3600, Upload max size: 700 GB
Nextcloud version: 19.0.5 (Latest stable at time of writing)
Updated from an older Nextcloud/ownCloud or fresh install: Updated from 19.0.4 today!
Where did you install Nextcloud from:
wget https://download.nextcloud.com/server/releases/nextcloud-18.0.4.tar.bz2
List of activated apps:
App list
Enabled: - activity: 2.12.1 - admin_audit: 1.9.0 - bruteforcesettings: 2.0.1 - cloud_federation_api: 1.2.0 - contactsinteraction: 1.0.0 - dav: 1.15.0 - documentserver_community: 0.1.8 - extract: 1.2.5 - federatedfilesharing: 1.9.0 - files: 1.14.0 - files_downloadactivity: 1.8.0 - files_external: 1.10.0 - files_pdfviewer: 1.8.0 - files_rightclick: 0.16.0 - files_sharing: 1.11.0 - files_trashbin: 1.9.0 - files_videoplayer: 1.8.0 - flowupload: 1.1.2 - group_everyone: 0.1.6 - logreader: 2.4.0 - lookup_server_connector: 1.7.0 - metadata: 0.12.0 - oauth2: 1.7.0 - onlyoffice: 6.1.0 - password_policy: 1.9.1 - privacy: 1.3.0 - provisioning_api: 1.9.0 - serverinfo: 1.9.0 - settings: 1.1.0 - sharebymail: 1.9.0 - text: 3.0.1 - theming: 1.10.0 - twofactor_backupcodes: 1.8.0 - updatenotification: 1.9.0 - user_ldap: 1.9.1 - viewer: 1.3.0 - workflowengine: 2.1.0 Disabled: - accessibility - comments - encryption - federation - files_versions - firstrunwizard - nextcloud_announcements - notifications - photos - recommendations - support - survey_client - systemtagsNextcloud configuration:
Config report
Are you using external storage, if yes which one: local, but have not yet tried uploading to it using Flow Upload
Are you using encryption: no
Are you using an external user-backend, if yes which one: LDAP, connecting to a Samba 4 AD
LDAP configuration (delete this part if not used)
LDAP config
Client configuration
Browser: Firefox 83
Operating system: Pop OS
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
Browser log
The text was updated successfully, but these errors were encountered: