-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BadStatusLine issue with greenlet ??? #40
Comments
Hi, seems to be iCloud server rejects so many threads, try to play with DEFAULT THREADS global variable. |
Hi, this error is what I am getting now, seems more verbose than the previous one and seems to point to SSL issues? File "/usr/local/lib/python2.7/dist-packages/gevent/greenlet.py", line 340, in run Traceback (most recent call last): Traceback (most recent call last): |
Damn, I've seen this few times too. |
Cool , thanks alot for the awesome app and the work you put into. It is much keep well and all the best
|
Were you ever able to find a solution for this? I'm having the same exact issue. |
…es are resolved: hackappcom#47 - "EOF in violation of protocol"; hackappcom#40 - "Bad status line";
I met this problem too. |
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/gevent/greenlet.py", line 340, in run
result = self._run(_self.args, *_self.kwargs)
File "iloot.py", line 301, in download_chunks
container.host_info.uri, "", headers)
File "iloot.py", line 95, in probobuf_request
response = conn.getresponse()
File "/usr/lib/python2.7/httplib.py", line 1045, in getresponse
response.begin()
File "/usr/lib/python2.7/httplib.py", line 409, in begin
version, status, reason = self._read_status()
File "/usr/lib/python2.7/httplib.py", line 373, in _read_status
raise BadStatusLine(line)
BadStatusLine: ''
<Greenlet at 0xb56467acL: <bound method MobileBackupClient.download_chunks of <main.MobileBackupClient object at 0xb6c59aac>>([<chunkserver_pb2.FileChecksumStorageHostChunkList)> failed with BadStatusLine
Traceback (most recent call last):
File "iloot.py", line 627, in
download_backup(args.apple_id, args.password, args.output, args.item_types, args.snapshot, args.combined, args.itunes_style, args.domain, args.threads)
File "iloot.py", line 588, in download_backup
client.download(UDID, types)
File "iloot.py", line 465, in download
self.authorize_get(authTokens, snapshot)
File "iloot.py", line 256, in authorize_get
for res in pool.imap_unordered(self.download_chunks, containers):
File "/usr/local/lib/python2.7/dist-packages/gevent/pool.py", line 220, in next
raise value.exc
httplib.BadStatusLine: ''
Thanks :)
The text was updated successfully, but these errors were encountered: