Nuve does not respond

hello

I’m trying to extend the functionality of lynckia

in particular, I have added an additional method to Room.js:

This method sends a message to the socket received from erizoController.js
that invokes particular methods of webrtcController

the C + + classes are compiled correctly at installation of Erizo
but when you send the token to access the room nuve no longer responding.

in particular I noticed that deleteToken at nuve (unmodified) is invoked
twice, and the second call is not answered (timeout)

Do you have any suggestions on how to debug this scenario?
I do something wrong?
thanks

Hi,

it is not easy to know what is failing in your code… First of all, I
suppose you have recompiled all modules, including erizoClient.

About the problem with the token, you have to verify that the token is
correctly created in nuve and sent to the client. Then the client have to
send it to erizoController and it to nuve with deleteToken rpc call. To
check these steps we have included some logs in the node processes. You can
include more or use some debugging tool for node.js.

Regards,
Álvaro2013/6/5 Jenjis saviano.paolo@gmail.com

hello

I’m trying to extend the functionality of lynckia

in particular, I have added an additional method to Room.js:

This method sends a message to the socket received from erizoController.js
that invokes particular methods of webrtcController

the C + + classes are compiled correctly at installation of Erizo
but when you send the token to access the room nuve no longer responding.

in particular I noticed that deleteToken at nuve (unmodified) is invoked
twice, and the second call is not answered (timeout)

Do you have any suggestions on how to debug this scenario?
I do something wrong?
thanks


You received this message because you are subscribed to the Google Groups
“lynckia” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lynckia+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Álvaro