hackappcom / iloot

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

socket.error: [Errno 104] Connection reset by peer #9

Closed richud closed 9 years ago

richud commented 9 years ago

After half an hour or so downloading I get this

Traceback (most recent call last):
  File "iloot.py", line 542, in <module>
    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 98, in probobuf_request
    data = response.read()
  File "/usr/lib/python2.7/httplib.py", line 557, in read
    s = self._safe_read(self.length)
  File "/usr/lib/python2.7/httplib.py", line 664, in _safe_read
    chunk = self.fp.read(min(amt, MAXAMOUNT))
  File "/usr/lib/python2.7/socket.py", line 380, in read
    data = self._sock.recv(left)
  File "/usr/lib/python2.7/ssl.py", line 709, in recv
    return self.read(buflen)
  File "/usr/lib/python2.7/ssl.py", line 603, in read
    v = self._sslobj.read(len or 1024)
socket.error: [Errno 104] Connection reset by peer
hackappcom commented 9 years ago

It seems to be a problem on isloud side. Can't reproduce