Closed teawithfruit closed 8 years ago
@teawithfruit Can you give more context of where and how are you trying to run your project. You can upload your project to github and give the link here. Seems like the file that you created is not run in the TVJS context, please give further details for me to debug your specific issue.
On a sidenote you can refer to https://github.com/emadalam/tvml-catalog-using-atvjs to see the sample usage.
You are right. I misunderstood the project structure. My fault was, that I used to run the code with Node.js itself. Now after testing your tvml catalog I know, that I only have to serve the files with a webserver. Thank you for your support.
Hey. First, thanks for your work. I think, that this project can be very useful, but I got the following problem.
I've created an index.js file with the following content, based on your example code.
I'm using Node.js 4.4.0. And the following error ist the result of that.
Do you have any idea how this can be fixed?
Thanks.