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: 
5ytech
Visitor

Error in executing

Hello, while debugging i am getting following error:

Function Call Operator ( ) attempted on non-function. (runtime error &he0) in .../pkg:/source/categoryFeed.brs(59)

059: http = NewHttp(conn.UrlCategoryFeed)

Can any one tell me why
0 Kudos
2 REPLIES 2
dwanthny
Binge Watcher

Re: Error in executing

You should probably ask this question in the Development forum.
0 Kudos
RokuChris
Roku Employee
Roku Employee

Re: Error in executing

Looks like it's telling you that NewHttp isn't a function. Be sure that function is defined somewhere in your BrightScript.
0 Kudos