hackappcom / iloot

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

Resolve SSL errors by re-trying protobuff request. #48

Closed deresov closed 9 years ago

deresov commented 9 years ago

The following issues should be resolved:

47 - "EOF in violation of protocol";

40 - "Bad status line";

There are a couple of print statements there as well to keep track of the errors and re-try attempts. Those can be removed if the output is too noisy.

AustinDizzy commented 9 years ago

Just confirmed this fixes #40 and #47.