Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt to fetch bitmap from was canceled. #58

Open
techker opened this issue Aug 15, 2024 · 0 comments
Open

Attempt to fetch bitmap from was canceled. #58

techker opened this issue Aug 15, 2024 · 0 comments

Comments

@techker
Copy link

techker commented Aug 15, 2024

Hello, we are using this because our content is DRM protected,

Recently we are having issues with the casting option.

-> Click Cast Icon in the app, Chose the device

On screen the connecting status then a brief glimps of the poster item, then it disconnects with

Attempt to fetch bitmap from https://mylink/1705470730921.jpg was canceled.

java.lang.InterruptedException
at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1065)
at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1358)
at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
at m.acj.k(:com.google.android.gms.dynamite_dynamitemodulesc@[email protected] (150400-0):292)
at m.acj.j(:com.google.android.gms.dynamite_dynamitemodulesc@[email protected] (150400-0):20)
at m.acj.i(:com.google.android.gms.dynamite_dynamitemodulesc@[email protected] (150400-0):13)
at m.acj.b(:com.google.android.gms.dynamite_dynamitemodulesc@[email protected] (150400-0):47)
at m.acl.C(:com.google.android.gms.dynamite_dynamitemodulesc@[email protected] (150400-0):107)
at m.sr.onTransact(:com.google.android.gms.dynamite_dynamitemodulesc@[email protected] (150400-0):21)
at android.os.Binder.transact(Binder.java:1052)
at com.google.android.gms.internal.cast.zza.zzb(com.google.android.gms:play-services-cast@@21.4.0:2)
at com.google.android.gms.cast.framework.media.internal.zzg.zze(com.google.android.gms:play-services-cast-framework@@21.4.0:3)
at com.google.android.gms.cast.framework.media.internal.zzf.doInBackground(com.google.android.gms:play-services-cast-framework@@21.4.0:3)
at android.os.AsyncTask$3.call(AsyncTask.java:394)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923)

In the app it self we are using the latest Media 3 1.4.0 bom and com.google.android.gms:play-services-cast-framework 21.5.0

is there any patches or fixes we can use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant