This problem
067:* http = NewHttp(“http://localhost/example.json”)
Function Call Operator ( ) attempted on non-function. (runtime error &he0) in pkg:/components/screens/HomeScene/HomeScene.brs(67)
This problem
067:* http = NewHttp(“http://localhost/example.json”)
Function Call Operator ( ) attempted on non-function. (runtime error &he0) in pkg:/components/screens/HomeScene/HomeScene.brs(67)
NewHttp() is not part of the Roku SDK (as far as I can tell), so you’ll need to make sure you have that function available somewhere else in your code, and that it’s accessible.
NewHttp() is in urlUtils.brs in the “scroll” example in SDK 1.
urlUtils.brs may be in other examples.