Guest User

Untitled

a guest
Oct 20th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. root@barberdt3oh:~/bugswarm-tools# ./swarms list_user_swarms
  2. -bash: ./swarms: No such file or directory
  3. root@barberdt3oh:~/bugswarm-tools# ./swarms.py list_user_swarms
  4. Traceback (most recent call last):
  5. File "./swarms.py", line 125, in <module>
  6. main()
  7. File "./swarms.py", line 116, in main
  8. list_user_swarms(keys["master"], args)
  9. File "./swarms.py", line 67, in list_user_swarms
  10. conn.request("GET", "/swarms", None, {"x-bugswarmapikey":api_key})
  11. File "/usr/lib/python2.6/httplib.py", line 914, in request
  12. self._send_request(method, url, body, headers)
  13. File "/usr/lib/python2.6/httplib.py", line 951, in _send_request
  14. self.endheaders()
  15. File "/usr/lib/python2.6/httplib.py", line 908, in endheaders
  16. self._send_output()
  17. File "/usr/lib/python2.6/httplib.py", line 780, in _send_output
  18. self.send(msg)
  19. File "/usr/lib/python2.6/httplib.py", line 739, in send
  20. self.connect()
  21. File "/usr/lib/python2.6/httplib.py", line 720, in connect
  22. self.timeout)
  23. File "/usr/lib/python2.6/socket.py", line 547, in create_connection
  24. for res in getaddrinfo(host, port, 0, SOCK_STREAM):
  25. socket.gaierror: [Errno -2] Name or service not known
Add Comment
Please, Sign In to add comment