question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Downloading stops Release mode only!

See original GitHub issue

It 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:closed
  • Created 6 years ago
  • Comments:34 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
hshahdoostcommented, Apr 18, 2018

@droidluv try “Fetch” I have personally moved to that library, It’s working perfectly.

0reactions
KushGoyalcommented, May 10, 2019

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found