You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2020-10-12 13:14:36.868 4073-4073/com.google.android.exoplayer2.demo E/ImaAdsLoader: Internal error in loadAd
java.lang.IllegalStateException: Failed to find cue point
at com.google.android.exoplayer2.ext.ima.ImaAdsLoader.getAdGroupIndexForCuePointTimeSeconds(ImaAdsLoader.java:1549)
at com.google.android.exoplayer2.ext.ima.ImaAdsLoader.getAdGroupIndexForAdPod(ImaAdsLoader.java:1517)
at com.google.android.exoplayer2.ext.ima.ImaAdsLoader.loadAdInternal(ImaAdsLoader.java:1229)
at com.google.android.exoplayer2.ext.ima.ImaAdsLoader.access$2100(ImaAdsLoader.java:103)
at com.google.android.exoplayer2.ext.ima.ImaAdsLoader$ComponentListener.loadAd(ImaAdsLoader.java:1794)
at com.google.ads.interactivemedia.v3.internal.akp.a(IMASDK:25)
at com.google.ads.interactivemedia.v3.internal.akl.a(IMASDK:167)
at com.google.ads.interactivemedia.v3.internal.akl.a(IMASDK:159)
at com.google.ads.interactivemedia.v3.internal.ako.b(IMASDK:20)
at com.google.ads.interactivemedia.v3.internal.akm.shouldOverrideUrlLoading(IMASDK:6)
at android.webkit.WebViewClient.shouldOverrideUrlLoading(WebViewClient.java:83)
at org.chromium.android_webview.AwContentsClientBridge.shouldOverrideUrlLoading(chromium-TrichromeWebViewGoogle.aab-stable-1:16)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:336)
at android.os.Looper.loop(Looper.java:197)
at android.app.ActivityThread.main(ActivityThread.java:8125)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:496)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1100)
Version of ExoPlayer being used
2.12.0
Device(s) and version(s) of Android being used
Device independent.
The text was updated successfully, but these errors were encountered:
Issue description
Problem is in ImaAdsLoader at line 1541. When play an Ad at 35 minutes and 47 seconds and above, value adPodTimeUs is always 2147483647 (int max).
Reproduction steps
Play an Ad at 40 or 50 minutes.
Link to test content
Sorry, I do not have any public video content longer that 36 minutes. VMAP is below.
A full bug report captured from the device
Version of ExoPlayer being used
2.12.0
Device(s) and version(s) of Android being used
Device independent.
The text was updated successfully, but these errors were encountered: