Marcel

Results 6 comments of Marcel

We have many reports in Crashlytics of users facing this issue, however I believe it's not causing crashes (although they get reported as one), as I can see in our...

I can confirm I'm facing the same issue and manually setting the image via `.setArtworkData()` solves it

Hi, we are facing the same ANR being reported twice with different logs: ``` main (timed waiting):tid=1 systid=27674 at sun.misc.Unsafe.park(Unsafe.java) at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:230) at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1063) at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1358) at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278) at com.google.firebase.crashlytics.internal.common.Utils.awaitEvenIfOnMainThread(Utils.java)...

I'm facing the exact same issue in Koin 4.0.4 and Koin annotations 2.0.0

I think we are facing a similar issue when upgrading to 1.3.4, the `LIVEKIT_URL` env is not being correctly used and instead it defaults to the default value of `ws://localhost:7880`...