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: 
ajitg_4557
Channel Surfer

Issues occuring during Raf imlementation

Before one month with same code ,i was not facing any error in RAF implementation but now i find all these issue on my Talnet..
Does anyone  have solution regarding this..

Below are my talnet response..

[RAF.err] getStringFromUrl("https://<private>/raf_config.json"): The requested URL returned error: 403 Forbidden

[RAF.err] checkAllowedFeature("ROKU_ADS_NIELSEN_ID"): No config file response
[RAF] Roku_Ads Framework version 2.0521

[RAF.err] handleAdError(); render failure -1: There was an error in the HTTP response.  This could mean that malformed HTTP headers or an HTTP error code was returned.

[RAF.err] handleAdError(); render failure -1: There was an error in the HTTP response.  This could mean that malformed HTTP headers or an HTTP error code was returned.
06-06 20:55:05.428 [ui.frm.plugin.running.exit] Exiting PLUGIN_RUNNING for dev
BRIGHTSCRIPT: ERROR: roSGNode.HasField: Rendezvous aborted for Video: roku_ads_lib:/Roku_Ads_SG_Wrappers.brs(450)

thanks in advance....
0 Kudos
3 REPLIES 3
gomad
Roku Guru

Re: Issues occuring during Raf imlementation

same here i also am seeing this error in logs from the past week on Roku3 OSv8.0.0

[RAF.err] getStringFromUrl("https://<private>/raf_config.json"): The requested URL returned error: 403 Forbidden

[RAF.err] checkAllowedFeature("ROKU_ADS_NIELSEN_ID"): No config file response
[RAF] Roku_Ads Framework version 2.0521

[RAF.err] setContentGenre(): unrecognized genre "General Variety"
0 Kudos
RokuNB
Roku Guru

Re: Issues occuring during Raf imlementation

[RAF.err] getStringFromUrl("https://<private>/raf_config.json"): The requested URL returned error: 403 Forbidden
[RAF.err] checkAllowedFeature("ROKU_ADS_NIELSEN_ID"): No config file response

ignore these two, they are irrelevant

[RAF.err] setContentGenre(): unrecognized genre "General Variety"

this one is true, there is no "General Variety" in https://sdkdocs.roku.com/display/sdkdoc ... uGenreTags (although as unrecognized it may become GV for Nielsen DAR, i don't recollect)
0 Kudos
coldrain
Binge Watcher

Re: Issues occuring during Raf imlementation

"ajitg_4557" wrote:

[RAF.err] handleAdError(); render failure -1: There was an error in the HTTP response.  This could mean that malformed HTTP headers or an HTTP error code was returned.

I also saw this error recently with my channel. The getAds() API returns an ad, then the progress bar, which loads the ad, run for less than 1s and just finish, the video is resumed/played and no ad is really playing.
Is it because of the bad ad returned?
0 Kudos