Giter Site home page Giter Site logo

Comments (3)

Umesh-Patidar avatar Umesh-Patidar commented on May 31, 2024

I am getting same crash. Could you please check this.

private fun downloadMedia(filePath: String) {
val fetchConfiguration = FetchConfiguration.Builder(this)
.setDownloadConcurrentLimit(5)
.setProgressReportingInterval(500)
.build()
Fetch.Impl.setDefaultInstanceConfiguration(fetchConfiguration)
fetch = Fetch.Impl.getDefaultInstance()
val mediaRequest = url?.let { Request(it, filePath) }
mediaRequest?.let { request->
request.priority = Priority.HIGH
request.networkType = NetworkType.ALL
// fetch = if (fetch == null || fetch?.isClosed == true) FoneAppApplication.instance.getFetch() else fetch
fetch?.enqueue(request, { updatedRequest: Request? ->
Timber.d("Media File enqueue successfully!! ${updatedRequest?.id}")
}) { error: Error? ->
Timber.d("Media File is not enqueue!! ${error?.name}")
}
}

com.tonyodev.fetch2.exception.FetchException: This fetch instance has been closed. Create a new instance using the builder.
com.tonyodev.fetch2.fetch.FetchImpl.throwExceptionIfClosed(FetchImpl.kt:1226)
com.tonyodev.fetch2.fetch.FetchImpl.enqueueRequest(FetchImpl.kt:97)
com.tonyodev.fetch2.fetch.FetchImpl.enqueue(FetchImpl.kt:69)

from fetch.

tech-ajit-mob avatar tech-ajit-mob commented on May 31, 2024

I think it's a serious issue. We are facing the same when we are trying to download back-to-back images.

from fetch.

tech-ajit-mob avatar tech-ajit-mob commented on May 31, 2024

is there any update?

from fetch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.