Hi All,
I am finding an error in download service module when calling a sub
CallSubDelayed2(DownloadService, "StartDownload", dd)
In this line ----
CallSubDelayed3(jt.Data.Target, jt.Data.EventName & "_Progress", jt.CountingStream.Count, jt.Total)
The error is
java.lang.RuntimeException: Object should first be initialized (CountingOutputStream).
I am using OkHTTpUtils2. Is there any work around without adding HTTPUtils2Service source.
Can someone pls give some clue.
Thanks
Juzer
I am finding an error in download service module when calling a sub
CallSubDelayed2(DownloadService, "StartDownload", dd)
In this line ----
CallSubDelayed3(jt.Data.Target, jt.Data.EventName & "_Progress", jt.CountingStream.Count, jt.Total)
The error is
java.lang.RuntimeException: Object should first be initialized (CountingOutputStream).
I am using OkHTTpUtils2. Is there any work around without adding HTTPUtils2Service source.
Can someone pls give some clue.
Thanks
Juzer
Last edited: