Downloading stops Release mode only!
See original GitHub issueIt works really great in debugging (Development) mode only! The downloading process stops for the release version of the app!
I am getting these exceptions
java.io.IOException: write failed: EBADF (Bad file descriptor)
java.io.SyncFailedException: sync failed
Any help?
Thank you.
Issue Analytics
- State:
- Created 6 years ago
- Comments:34 (8 by maintainers)
Top Results From Across the Web
Downloading stops Release mode only! · Issue #26 - GitHub
I am getting the same error, even in debug build. It starts download properly, but happens while downloading is in progress.
Read more >Issue with app in release mode while everything's ok in debug ...
My app was working fine in debug mode so I decided to publish it. Once it was on the store O downloaded it...
Read more >Stops working in release mode - MSDN - Microsoft
It works fine running on the tablet in debug mode. When I put it in release mode it works fine for about 20...
Read more >Fix file download errors - Google Chrome Help
This error means that there's not enough space on your computer to download the file. To fix the error: Delete some files from...
Read more >Does a download stop when a Windows 10 laptop display is off?
No, downloading won't stop until your laptop is on sleep mode Or shutdown. Display off does not affect downloading process.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@droidluv try “Fetch” I have personally moved to that library, It’s working perfectly.
@amitshekhariitbhu
I migrated to fetch and found out that in newer android version http requests are not allowed. After changing the url to https the download started working.
Probably it was the same issue with PRdownloader lib. But i was not able to figure it out because of no info the error.
Making errors more verbose can help.