The ad is getting loaded but the video is playing. The log shows an error from exo player.
2021-07-05 14:46:27.439 28102-28844/
com.greedygame.app E/ExoPlayerImplInternal: Source error.
com.google.android.gms.ads.exoplayer3.upstream.i: Unable to connect to 139
at com.google.android.gms.ads.exoplayer3.upstream.h.a(:com.google.android.gms.policy_ads_fdr_dynamite@211512000@211512000057.367949677.367949677:19)
at com.google.android.gms.ads.exoplayer3.upstream.n.run(:com.google.android.gms.policy_ads_fdr_dynamite@211512000@211512000057.367949677.367949677:4)
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:920)
Caused by: java.net.MalformedURLException: no protocol: 139
at java.net.URL.<init>(URL.java:601)
at java.net.URL.<init>(URL.java:498)
at java.net.URL.<init>(URL.java:447)
at com.google.android.gms.ads.exoplayer3.upstream.h.a(:com.google.android.gms.policy_ads_fdr_dynamite@211512000@211512000057.367949677.367949677:2)
at com.google.android.gms.ads.exoplayer3.upstream.n.run(:com.google.android.gms.policy_ads_fdr_dynamite@211512000@211512000057.367949677.367949677:4)
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:920)
The log says that the video url is incorrect and doesn't have a valid protocol. Please check and let me know.