ERROR in syncfolder ... SSL3_WRITE_PENDING:bad write retry

zeek ezekiel.das at gmail.com
Thu Sep 1 14:50:04 BST 2011




Different, but same error(s) with latest release v6.3.4-rc4. Any 
suggestions as to how to diagnose?



Establishing connection to imap.gmail.com:993.
Copy message 144 Gmail[gbf/ftf] -> Maildir[gbf/ftf]
Thread 'Copy message 142 from gbf/ftf' terminated with exception:
Traceback (most recent call last):
   File "/usr/lib/python2.7/site-packages/offlineimap/threadutil.py", 
line 140, in run
     Thread.run(self)
   File "/usr/lib/python2.7/threading.py", line 483, in run
     self.__target(*self.__args, **self.__kwargs)
   File "/usr/lib/python2.7/site-packages/offlineimap/folder/Base.py", 
line 250, in copymessageto
     message = self.getmessage(uid)
   File "/usr/lib/python2.7/site-packages/offlineimap/folder/IMAP.py", 
line 205, in getmessage
     res_type, data = imapobj.uid('fetch', str(uid), '(BODY.PEEK[])')
   File "/usr/lib/python2.7/site-packages/offlineimap/imaplib2.py", line 
1110, in uid
     return self._simple_command('UID', command, *args, **kw)
   File "/usr/lib/python2.7/site-packages/offlineimap/imaplib2.py", line 
1549, in _simple_command
     return self._command_complete(self._command(name, *args), kw)
   File "/usr/lib/python2.7/site-packages/offlineimap/imaplib2.py", line 
1310, in _command_complete
     typ, dat = rqb.get_response('command: %s => %%s' % rqb.name)
   File "/usr/lib/python2.7/site-packages/offlineimap/imaplib2.py", line 
172, in get_response
     raise typ(exc_fmt % str(val))
abort: command: UID => socket error: <class 'socket.error'> - [Errno 
104] Connection reset by peer





On 9/1/11 12:08 AM, Sebastian Spaeth wrote:
>
> On Wed, 31 Aug 2011 14:56:44 -0700, zeek<ezekiel.das at gmail.com>  wrote:
>> I've been running offlineimap-6.2.0-2.fc14.noarch for years without
>> trouble. Just the other day, no changes on gmail side I'm aware of,
>> I'm seeing these errors...
>
>> WARNING: ERROR in syncfolder for GMail folder  fff : [Errno 104]
>> Connection reset by peer
>> WARNING: ERROR attempting to copy message 1690 for account
>> GMail:socket error: [Errno 32] Broken pipe
>> WARNING: ERROR in syncfolder for GMail folder  ffg : socket error:
>> [Errno 1] _ssl.c:1230: error:1409F07F:SSL
>> routines:SSL3_WRITE_PENDING:bad write retry
>> WARNING: ERROR attempting to copy message 1691 for account
>> GMail:socket error: [Errno 1] _ssl.c:1230: error:1409F07F:SSL
>> routines:SSL3_WRITE_PENDING:bad write retry
>
> There are cases in which Gmail seems to close the connection and we do
> not catch it properly. Do try the latest stable release, there have been
> quite some changes since then.
>
> Sebastian




More information about the OfflineIMAP-project mailing list