-
Notifications
You must be signed in to change notification settings - Fork 786
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
Error receiving broadcast Intent act=android.intent.action.DOWNLOAD_COMPLETE #236
Comments
@jankrah12 did you get this resolved ? |
I have created a PR which should resolve this issue: #314 Can you help me test it and verify it's working properly? |
have reproduced this crash when trying to download large mp4 file with size more then 4Gb |
Yo @mark-plukkido, I'm facing this issue; can you please push the maintainers of this package to merge your PR; |
Fixing #236 which did not expect null from DownloadManager.query()
My app got this issue even the |
any fix for this? |
My crashlytics log shows that for me it only crashes on Oppo phones. Even in dev mode app crashes without logging anything. I have noticed that Oppo uses a different download manger than most android devices and the error is only thrown when I try to download the second time. |
did you find any workaround for this? i'm facing the same issue |
Ok I had to put a bandage fix around it. I stopped the user from downloading the file if they've already done it and I just show a success message. It seems to have done the trick although we've noticed a rare crash then and again |
I'm still facing the issue. Any updates? |
Yet to check with the new update. I think they've pushed a fix |
Yup, can confirm, still crashing second time on download. |
Hi, I'm still facing the issue. Any updates? |
i solved this issue with adding a unique postfix on the filename to prevent duplication |
* Additional parameter for androiddownloads to enforce the downloaded file being added to the downloads collection resolves joltup#247 resolves joltup#248 resolves joltup#245 resolves joltup#244 resolves joltup#236 Merge branch 'develop'
* Additional parameter for androiddownloads to enforce the downloaded file being added to the downloads collection resolves joltup#247 resolves joltup#248 resolves joltup#245 resolves joltup#244 resolves joltup#236 Merge branch 'develop'
Here is my stack trace:
"react": "16.4.1",
"react-native": "0.56.0",
Issue occurs on android. I have implemented downloading based on the guide.
The text was updated successfully, but these errors were encountered: