Downloads not successful
Closed this issue · 5 comments
cyb3rko commented
Currently downloads do not work.
I used the sample app and after clicking download it shows the toast "Error: Try Again".
Android: 8.0.0
It seems like it's the problem of OkHTTP:
It throws a FileNotFoundExeception even though it does exist. If you click the link ion the logs you can simply download it.
cyb3rko commented
@Piashsarker Are you planning to rewrite it to Kotlin? I think I could do that quickly (hopefully).
Piashsarker commented
Clone this project and create another branch. Add speerate kotlin folder
module, and create a PR. Thanks
…On Mon, Dec 21, 2020, 10:16 PM Niko Diamadis ***@***.***> wrote:
@Piashsarker <https://github.com/Piashsarker> Are you planning to rewrite
it to Kotlin? I think I could do that quickly (hopefully).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACAUXG452Z6AL33HI34TWL3SV5YHVANCNFSM4UYMAPCQ>
.
cyb3rko commented
So parallel to module "appupdatelibrary" I shall add the new module "appupdatelibrarykt"?
Piashsarker commented
Yes, that is correct.
…On Mon, Dec 21, 2020, 10:41 PM Niko Diamadis ***@***.***> wrote:
So parallel to module "appupdatelibrary" I shall add the new module
"appupdatelibrarykt"?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACAUXG2RXOBRN34C47VDIVTSV53FFANCNFSM4UYMAPCQ>
.
cyb3rko commented
Ok, gonna work on it