Advertisement
kubbur

Untitled

Nov 12th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "test.py", line 8, in <module>
  3. tn = telnetlib.Telnet(HOST)
  4. File "/usr/lib/python2.7/telnetlib.py", line 209, in __init__
  5. self.open(host, port, timeout)
  6. File "/usr/lib/python2.7/telnetlib.py", line 225, in open
  7. self.sock = socket.create_connection((host, port), timeout)
  8. File "/usr/lib/python2.7/socket.py", line 553, in create_connection
  9. for res in getaddrinfo(host, port, 0, SOCK_STREAM):
  10. socket.gaierror: [Errno -2] Name or service not known
  11. root@Arduino:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement