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.

Crash when used Image component

See original GitHub issue

my code:

<Image source={ { uri: picUrl } } />

got exception:

java.lang.AbstractMethodError: abstract method "void com.facebook.imagepipeline.producers.ProducerListener.onUltimateProducerReached(java.lang.String, java.lang.String, boolean)" at com.facebook.imagepipeline.listener.ForwardingRequestListener.onUltimateProducerReached(ForwardingRequestListener.java:144) at com.facebook.imagepipeline.producers.NetworkFetchProducer.handleFinalResult(NetworkFetchProducer.java:155) at com.facebook.imagepipeline.producers.NetworkFetchProducer.onResponse(NetworkFetchProducer.java:110) at com.facebook.imagepipeline.producers.NetworkFetchProducer.access$000(NetworkFetchProducer.java:37) at com.facebook.imagepipeline.producers.NetworkFetchProducer$1.onResponse(NetworkFetchProducer.java:72) at com.facebook.imagepipeline.backends.okhttp3.OkHttpNetworkFetcher$2.onResponse(OkHttpNetworkFetcher.java:122) at okhttp3.RealCall$AsyncCall.execute(RealCall.java:126) at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) at java.lang.Thread.run(Thread.java:818)

react native version: 0.41.2 android version: 6.0

thanks a lot.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
butterf1ycommented, Apr 25, 2017

@BennyTian : hi friend, I met the same problem days ago. in my case, i compile another repository ‘com.facebook.fresco:animated-gif:latest.integration’. JUST REMOVE IT! and it works. good luck.

0reactions
erikandrecommented, Apr 25, 2017

No problem @BennyTian ! I’m glad it worked out 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Crash on Android using Image component #21982 - GitHub
I try using one single image URL for all the elements of the list and it works fine, so one assumption that i'm...
Read more >
React Native app crash on passing image uri - Stack Overflow
I'm sure that I imported the right Image component from react-native and it only happens when passing uri from some specific domain (e.g ......
Read more >
Image component crashes if url has special characters - Reddit
Hi guys my image component is crashing in android if the url has special character, it works for ios. To tackle this I...
Read more >
[Solved] App crashes when using Image Picker in iOS 12 [Aug ...
When using the Image Picker / Photo Library component, it gives me an error and the companion crashes. Error message:.
Read more >
Images, React and Svelte Components, & Blog Posts - YouTube
This is part 2 of the Astro Crash Course. I cover topics like how to load images, how to use multiple components from...
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