Advertisement
Guest User

gay af

a guest
Feb 9th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "Z:\Core Software\lib\urllib\request.py", line 1317, in do_open
  3. encode_chunked=req.has_header('Transfer-encoding'))
  4. File "Z:\Core Software\lib\http\client.py", line 1229, in request
  5. self._send_request(method, url, body, headers, encode_chunked)
  6. File "Z:\Core Software\lib\http\client.py", line 1275, in _send_request
  7. self.endheaders(body, encode_chunked=encode_chunked)
  8. File "Z:\Core Software\lib\http\client.py", line 1224, in endheaders
  9. self._send_output(message_body, encode_chunked=encode_chunked)
  10. File "Z:\Core Software\lib\http\client.py", line 1016, in _send_output
  11. self.send(msg)
  12. File "Z:\Core Software\lib\http\client.py", line 956, in send
  13. self.connect()
  14. File "Z:\Core Software\lib\http\client.py", line 928, in connect
  15. (self.host,self.port), self.timeout, self.source_address)
  16. File "Z:\Core Software\lib\socket.py", line 707, in create_connection
  17. for res in getaddrinfo(host, port, 0, SOCK_STREAM):
  18. File "Z:\Core Software\lib\socket.py", line 748, in getaddrinfo
  19. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  20. socket.gaierror: [Errno 11001] getaddrinfo failed
  21.  
  22. During handling of the above exception, another exception occurred:
  23.  
  24. Traceback (most recent call last):
  25. File "<pyshell#3>", line 1, in <module>
  26. register("JP55@","oofergang","python@bot.ftw")
  27. File "Z:\GDPS\ClarifyGDPS\rekter.py", line 99, in register
  28. return Post(r,"userName=%s&password=%s&email=%s"%(user,password,email),"")
  29. File "Z:\GDPS\ClarifyGDPS\rekter.py", line 25, in Post
  30. return urlopen("http://http://clairfygdpsbyjoucacorpo.tk/"+url+".php",str(params+"&secret=Wmfv3899gc9").encode()).read().decode()
  31. File "Z:\GDPS\ClarifyGDPS\rekter.py", line 21, in urlopen
  32. return urllib2.urlopen(t)
  33. File "Z:\Core Software\lib\urllib\request.py", line 222, in urlopen
  34. return opener.open(url, data, timeout)
  35. File "Z:\Core Software\lib\urllib\request.py", line 525, in open
  36. response = self._open(req, data)
  37. File "Z:\Core Software\lib\urllib\request.py", line 543, in _open
  38. '_open', req)
  39. File "Z:\Core Software\lib\urllib\request.py", line 503, in _call_chain
  40. result = func(*args)
  41. File "Z:\Core Software\lib\urllib\request.py", line 1345, in http_open
  42. return self.do_open(http.client.HTTPConnection, req)
  43. File "Z:\Core Software\lib\urllib\request.py", line 1319, in do_open
  44. raise URLError(err)
  45. urllib.error.URLError: <urlopen error [Errno 11001] getaddrinfo failed>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement