hackappcom / iloot

OpenSource tool for iCloud backup extraction
https://hackapp.com/
637 stars 201 forks source link

New ERROR #14

Closed UberSecurity closed 9 years ago

UberSecurity commented 9 years ago

Traceback (most recent call last): File "iloot.py", line 542, in download_backup(args.apple_id, args.password, args.output, args.item_types, args.combined, args.itunes_style) File "iloot.py", line 512, in download_backup client.download(UDID, types) File "iloot.py", line 417, in download self.authorize_get(authTokens, snapshot) File "iloot.py", line 238, in authorize_get data = self.download_chunks(container) File "iloot.py", line 273, in download_chunks container.host_info.uri, "", headers) File "iloot.py", line 89, in probobuf_request request = conn.request(method, url, body, headers) File "/usr/lib/python2.7/httplib.py", line 958, in request self._send_request(method, url, body, headers) File "/usr/lib/python2.7/httplib.py", line 992, in _send_request self.endheaders(body) File "/usr/lib/python2.7/httplib.py", line 954, in endheaders self._send_output(message_body) File "/usr/lib/python2.7/httplib.py", line 814, in _send_output self.send(msg) File "/usr/lib/python2.7/httplib.py", line 776, in send self.connect() File "/usr/lib/python2.7/httplib.py", line 1157, in connect self.timeout, self.source_address) File "/usr/lib/python2.7/socket.py", line 553, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): socket.gaierror: [Errno -2] Name or service not known

PLEASE , Tell me a solution

hackappcom commented 9 years ago

Can't reproduce, we need more details. Which flags do you use to launch the script?