zling2001 / imsdroid

Automatically exported from code.google.com/p/imsdroid
0 stars 0 forks source link

ERROR: function: "tnet_socket_create_2()" #430

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Linux distribution : Ubuntu 12.04

Installation of the Doubango framework, webrtc2sip and all the necessary 
dependencies using the following steps:

1) sudo -i
2) apt-get install python-software-properties
3) add-apt-repository ppa:autostatic/doubango
4) apt-get update
5) apt-get install webrtc2sip

screen -dmS webrtc2sip webrtc2sip && screen -r webrtc2sip

But while running Webrtc2sip, we are getting the error : 

***ERROR: function: "tnet_socket_create_2()" 
file: "src/tnet_socket.c" 
line: "143" 
MSG: tnet_getaddrinfo(family=10, hostname=:: and port=0) failed: [Name or 
service not known]
***ERROR: function: "tnet_socket_create_2()" 
file: "src/tnet_socket.c" 
line: "143" 
MSG: (SYSTEM)NETWORK ERROR ==>Success
***ERROR: function: "tnet_getaddrinfo()" 
file: "src/tnet_utils.c" 
line: "802" 
MSG: getaddrinfo(family=10, node=:: and service=0) failed: [Name or service not 
known]
***ERROR: function: "tnet_socket_create_2()" 
file: "src/tnet_socket.c" 
line: "143" 
MSG: tnet_getaddrinfo(family=10, hostname=:: and port=0) failed: [Name or 
service not known]
***ERROR: function: "tnet_socket_create_2()" 
file: "src/tnet_socket.c" 
line: "143" 
MSG: (SYSTEM)NETWORK ERROR ==>Success 

What could be the reason?

Thanks in advance.

Regards,
Ajay

Original issue reported on code.google.com by ajay3...@gmail.com on 7 Feb 2013 at 11:39

GoogleCodeExporter commented 9 years ago
What's the relation with Android?

Original comment by boss...@yahoo.fr on 7 Feb 2013 at 11:46