5ytech
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2013
04:03 AM
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
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
2 REPLIES 2
dwanthny
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2013
04:09 AM
Re: Error in executing
You should probably ask this question in the Development forum.


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2013
10:11 AM
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.