Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Abigor
Reel Rookie

Ads issue (fist Ad is playing, but next - don't)

Hi.

I'm using Roku_Ads library to show Ads inside the application. All was good, but recently (maybe month ago) I start to notice strange issue. First time the Ad works fine. But if I call it next time it just makes a getStringFromUrl request (according to logs) and that's it. Nothing happens, application freezes.

I have tried to create just a blank test application without any additional logic. Just to test Ads behavior. I'm just init it like this:

 

adIface = Roku_Ads()
adIface.setDebugOutput(true)
adIface.setAdUrl({{Google test VAST tag here}})

 

And then call it:

 

adPods = adIface.getAds()
result = adIface.showAds(adPods)

 

Does anyone had the same issue recently?

0 Kudos
Need Assistance?
Welcome to the Roku Community! Feel free to search our Community for answers or post your question to get help.

Become a Roku Streaming Expert!

Share your expertise, help fellow streamers, and unlock exclusive rewards as part of the Roku Community. Learn more.