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

Upload error on more than 2GB file #21

Open
fad1105 opened this issue Jan 25, 2023 · 1 comment
Open

Upload error on more than 2GB file #21

fad1105 opened this issue Jan 25, 2023 · 1 comment

Comments

@fad1105
Copy link

fad1105 commented Jan 25, 2023

when more than 2GB file file uploaded from other device than below upload error come.
also sender device get successfully upload message. but file size in reciver's device (machine that run qr-file-share process) is 0 byte.
Screenshot from 2023-01-25 22-33-28

@robmcelhinney
Copy link
Owner

Thanks for letting me know. I was using a memory buffer which is the default that has a limit of 2GB. I just pushed a new change that uses a file buffer that should be limited by your disk space.
I won't be able to make a new release for a while but you will be able to run the code yourself now.

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