youssefsherif
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2023
05:13 PM
can someone help me with this?
can someone tell me what to do in this type of error?
1 REPLY 1
necrotek
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2023
11:14 AM
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