-
Notifications
You must be signed in to change notification settings - Fork 430
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
OutOfMemoryError when uploading file #564
Comments
Hi there, This should have been fixed, but maybe it's not in the latest release! It's not supposed to retain the file in memory, but there used to be an error with progress + large files. See if the error goes away if you remove the |
Taking away the |
My guess it's then how sources are handled in the old code. https://github.com/kittinunf/Fuel/issues?q=is%3Aopen+is%3Aissue+milestone%3A%22Fuel+2.0%22 only a few more issues left! |
Fuel 2.0 has been released though. @franciscoaguirre Can you see whether this issue can be closed? THanks! |
I checked and it works now! Thanks! Closing the issue |
Thank you for taking the time to check this @franciscoaguirre |
Hi everyone!
I am trying to upload a video in android using Fuel.
Everything works fine for small videos but for large ones I get an OutOfMemoryError.
The upload appears to happen until a certain point (seen in the progress bar), then the error is thrown and it stops.
I saw a similar issue related to downloading files and tried to fix the error based on it but unfortunately couldn't.
Code:
Any help would be gladly appreciated!
The text was updated successfully, but these errors were encountered: