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: 
youssefsherif
Streaming Star

can someone help me with this?

can someone tell me what to do in this type of error?Screenshot 2023-01-22 at 3.10.41 AM.png

0 Kudos
1 REPLY 1
necrotek
Roku Guru

Re: can someone help me with this?

The error is telling you that those fields do not exist on 'content node'.

 

You have to add those fields before setting them.

contentNode.addfield("descriptiontext","string",true)
contentNode.addfield("posterurl","string",true)
contentNode.addfield("titletext","string",true)

 

https://developer.roku.com/docs/references/brightscript/interfaces/ifsgnodefield.md

0 Kudos