failure is immediate and inescapable it seems:
ad-3: Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/threading.py", line 460, in __bootstrap self.run() File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/threading.py", line 440, in run self.__target(*self.__args, **self.__kwargs) File "/Users/tone/mydroid/.repo/repo/subcmds/sync.py", line 182, in _FetchHelper success = project.Sync_NetworkHalf(quiet=opt.quiet) File "/Users/tone/mydroid/.repo/repo/project.py", line 926, in Sync_NetworkHalf if alt_dir is None and self._ApplyCloneBundle(initial=is_new, quiet=quiet): File "/Users/tone/mydroid/.repo/repo/project.py", line 1444, in _ApplyCloneBundle exist_dst = self._FetchBundle(bundle_url, bundle_tmp, bundle_dst, quiet) File "/Users/tone/mydroid/.repo/repo/project.py", line 1514, in _FetchBundle size = r.headers['content-length'] File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/rfc822.py", line 384, in __getitem__ return self.dict[name.lower()] KeyError: 'content-length' Exception in thread Thread-4: Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/threading.py", line 460, in __bootstrap self.run() File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/threading.py", line 440, in run self.__target(*self.__args, **self.__kwargs) File "/Users/tone/mydroid/.repo/repo/subcmds/sync.py", line 182, in _FetchHelper success = project.Sync_NetworkHalf(quiet=opt.quiet) File "/Users/tone/mydroid/.repo/repo/project.py", line 926, in Sync_NetworkHalf if alt_dir is None and self._ApplyCloneBundle(initial=is_new, quiet=quiet): File "/Users/tone/mydroid/.repo/repo/project.py", line 1444, in _ApplyCloneBundle exist_dst = self._FetchBundle(bundle_url, bundle_tmp, bundle_dst, quiet) File "/Users/tone/mydroid/.repo/repo/project.py", line 1514, in _FetchBundle size = r.headers['content-length'] File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/rfc822.py", line 384, in __getitem__ return self.dict[name.lower()] KeyError: 'content-length' Ideas? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en