Languages

Menu
Sites
Language
Tizen 3 and node.js

Hello,

I have a Tizen 3 install and I am trying to get node.js to work on it and I don't seem to be getting a response from it.

A coworker suggested that it might be a security/permissions issue.

I get 'Cannot connect to destination (localhost) '.

The application works fine under Tizen 2 using Node.js

Any suggestions on how to resolve this issue or troubleshooting suggestions would be greatly appreciated.

Thanks for any help you can give.

Best regards,

Kevin

Responses

2 Replies
Kevin Randolph

Hello,

I got a bit further.  Now it appears that node is working at least a little bit.

Following the instructions at http://nodeguide.com/beginner.html#hello-world-tutorial I was able to test for replies directly in the terminal without a problem.

However, when I logged in directly ont he Tizen device and used the Minibrowser to navigate to the sample hello_http.js file, I just get

++++++++++++++++++++++++++++++++++++

ERROR!

Code: 1

Description: Request canceled

URL: http://locahost:8080

++++++++++++++++++++++++++++++++++++

Any ideas what 'Code: 1' might be?


Best regards

Kevin

Kevin Randolph

Hello again,

I am a bit closer.  I am not getting that particular error any more for the test app.

However, I am still getting error code 1 from my main application.

My coworker thinks that I need to somehow have Tizen give the application some level of rights in order to make use of node.

Does that sound like it might be correct or is there something else I should be looking for?

Best regards,
Kevin