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

Fails to upload large files if password is supplied #14

Open
adefaria opened this issue Jan 10, 2025 · 4 comments
Open

Fails to upload large files if password is supplied #14

adefaria opened this issue Jan 10, 2025 · 4 comments

Comments

@adefaria
Copy link

To reproduce:

  • Set file size limit to 10 gig
  • Upload a file ~3gig in size but specify a password
  • After file uploads encryption is attempted but fails
  • Examine the file after upload. It is encrypted!

QuickDrop running in a docker container on Synology

image

@RoastSlav
Copy link
Owner

Does the file appear in the app after that? You mentioned the file is encrypted, but is it encrypted on the server while not appearing in the app, or does it essentially work but just display a message? I’ll look into the problem tomorrow, as it’s almost 2 AM here.

@adefaria
Copy link
Author

Thanks, man.

I've been doing some further testing. It turns out a file of 5125M works but a file of 5150M fails!

If I upload an 8-gig file with no password and I puts up a dialog saying that it failed. Nothing was listed in the View Files screen. The file is shown in the Admin Dashboard. Looking into the file drop area and comparing the file to the source file compares with no error.

@RoastSlav
Copy link
Owner

I tried reproducing the issue on both the newer version I’m working on and version 1.2.3 with a 10GB file and a 5GB file, everything seems to be working fine. It might be something specific to your setup or files. If you can, please send me the app logs. If you’re okay with it, you could also send me the files that are failing, or if they’re public, just share the link where I can download them.

@adefaria
Copy link
Author

Here are the files I used. Note they will be automatically deleted in 7 days

Here's the log file

quickdrop.log

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

No branches or pull requests

2 participants