[Bug] Re: SSL3_WRITE_PENDING:bad write retry
Nicolas Sebrecht
nicolas.s-dev at laposte.net
Sun Jan 30 12:23:16 GMT 2011
On Sun, Jan 30, 2011 at 10:33:23AM +0300, Ivan Semin wrote:
> I am constantly getting the following errors while syncing one of the
> mailboxes:
>
> Syncing B_Bliss Hammock: Gmail -> MappedIMAP
> Scanning folder [MappedIMAP/B_Bliss Hammock]
> WARNING: ERROR in syncfolder for Partners folder B_Bliss Hammock: (8, 'EOF
> occurred in violation of protocol')
> Syncing B_BluWorld: Gmail -> MappedIMAP
> Scanning folder [MappedIMAP/B_BluWorld]
> WARNING: ERROR in syncfolder for Partners folder B_BluWorld: socket error:
> (32, 'Broken pipe')
> Syncing B_Blue Rhino - Uniflame: Gmail -> MappedIMAP
> Scanning folder [MappedIMAP/B_Blue Rhino - Uniflame]
> WARNING: ERROR in syncfolder for Partners folder B_Blue Rhino - Uniflame:
> socket error: (1, 'error:1409F07F:SSL routines:SSL3_WRITE_PENDING:bad
> write retry')
<...>
> There is a lot in google about the SSL3_WRITE_PENDING:bad write retry
> error, but looks like it has to be fixed in the client (not openssl
> itself).
Do you hit this problem in non-threading mode?
> I am using version 6.3.1-0-gb8aaf4c (says 6.3.2 in UI).
Which UI?
> I've tried installing 6.3.2-rc2-0-g69c1b07, but the setup doesn't seem
> to work:
>
> # python setup.py install
> Traceback (most recent call last):
> File "setup.py", line 27, in ?
> import offlineimap.version
> File "/root/nicolas33-offlineimap-c8256fa/offlineimap/__init__.py", line
> 23, in ?
> from offlineimap.init import OfflineImap
> File "/root/nicolas33-offlineimap-c8256fa/offlineimap/init.py", line 28,
> in ?
> from offlineimap import accounts, threadutil, syncmaster
> File "/root/nicolas33-offlineimap-c8256fa/offlineimap/accounts.py", line
> 18, in ?
> from offlineimap import threadutil, mbnames, CustomConfig
> File "/root/nicolas33-offlineimap-c8256fa/offlineimap/threadutil.py", line
> 23, in ?
> from offlineimap.ui import getglobalui
> File "/root/nicolas33-offlineimap-c8256fa/offlineimap/ui/__init__.py",
> line 18, in ?
> from offlineimap.ui.UIBase import getglobalui, setglobalui
> File "/root/nicolas33-offlineimap-c8256fa/offlineimap/ui/UIBase.py", line
> 19, in ?
> import offlineimap.version
> ImportError: No module named version
It was already fixed recently (see fa60f3f).
--
Nicolas Sebrecht
More information about the OfflineIMAP-project
mailing list