Created
November 13, 2015 06:24
-
-
Save petermoffat/cdcada40b8e2222694b8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-11-13 08:23:58 ERROR Thread-26 :: Exception generated in issue submitter, please check the log | |
gaierror: [Errno -2] Name or service not known | |
for res in getaddrinfo(host, port, 0, SOCK_STREAM): | |
File "/usr/lib/python2.7/socket.py", line 553, in create_connection | |
self.timeout, self.source_address) | |
File "/usr/lib/python2.7/httplib.py", line 1178, in connect | |
self.connect() | |
File "/usr/lib/python2.7/httplib.py", line 797, in send | |
self.send(msg) | |
File "/usr/lib/python2.7/httplib.py", line 835, in _send_output | |
self._send_output(message_body) | |
File "/usr/lib/python2.7/httplib.py", line 975, in endheaders | |
self.endheaders(body) | |
File "/usr/lib/python2.7/httplib.py", line 1013, in _send_request | |
self._send_request(method, url, body, headers) | |
File "/usr/lib/python2.7/httplib.py", line 979, in request | |
requestHeaders | |
File "/home/*****/.sickrage/lib/github/Requester.py", line 275, in __requestRaw | |
status, responseHeaders, output = self.__requestRaw(cnx, verb, url, requestHeaders, encoded_input) | |
File "/home/*****/.sickrage/lib/github/Requester.py", line 251, in __requestEncode | |
return self.__requestEncode(cnx, verb, url, parameters, headers, input, encode) | |
File "/home/*****/.sickrage/lib/github/Requester.py", line 212, in requestJson | |
return self.__check(*self.requestJson(verb, url, parameters, headers, input, cnx)) | |
File "/home/*****/.sickrage/lib/github/Requester.py", line 171, in requestJsonAndCheck | |
input=post_parameters | |
File "/home/*****/.sickrage/lib/github/AuthenticatedUser.py", line 473, in create_gist | |
gist = gh.get_user().create_gist(True, {"sickrage.log": InputFileContent(paste_data)}) | |
File "/home/*****/.sickrage/sickbeard/logger.py", line 249, in submit_errors | |
Traceback (most recent call last): | |
gaierror: [Errno -2] Name or service not known | |
for res in getaddrinfo(host, port, 0, SOCK_STREAM): | |
File "/usr/lib/python2.7/socket.py", line 553, in create_connection | |
self.timeout, self.source_address) | |
File "/usr/lib/python2.7/httplib.py", line 1178, in connect | |
self.connect() | |
File "/usr/lib/python2.7/httplib.py", line 797, in send | |
self.send(msg) | |
File "/usr/lib/python2.7/httplib.py", line 835, in _send_output | |
self._send_output(message_body) | |
File "/usr/lib/python2.7/httplib.py", line 975, in endheaders | |
self.endheaders(body) | |
File "/usr/lib/python2.7/httplib.py", line 1013, in _send_request | |
self._send_request(method, url, body, headers) | |
File "/usr/lib/python2.7/httplib.py", line 979, in request | |
requestHeaders | |
File "/home/*****/.sickrage/lib/github/Requester.py", line 275, in __requestRaw | |
status, responseHeaders, output = self.__requestRaw(cnx, verb, url, requestHeaders, encoded_input) | |
File "/home/*****/.sickrage/lib/github/Requester.py", line 251, in __requestEncode | |
return self.__requestEncode(cnx, verb, url, parameters, headers, input, encode) | |
File "/home/*****/.sickrage/lib/github/Requester.py", line 212, in requestJson |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment