Another stack trace (tired of me yet?)

John Wiegley jwiegley at gmail.com
Wed Sep 14 00:44:40 UTC 2011


If I sleep my laptop while offlineimap is running, I get this on waking:

--8<---------------cut here---------------start------------->8---
Exception in thread Thread-13:
Traceback (most recent call last):
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 552, in __bootstrap_inner
    self.run()
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 505, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/offlineimap/imapserver.py", line 541, in idle
    imapobj.noop()
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/offlineimap/imaplib2.py", line 920, in noop
    return self._simple_command('NOOP', **kw)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/offlineimap/imaplib2.py", line 1594, in _simple_command
    return self._command_complete(self._command(name, *args), kw)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/offlineimap/imaplib2.py", line 1360, in _command_complete
    typ, dat = rqb.get_response('command: %s => %%s' % rqb.name)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/offlineimap/imaplib2.py", line 173, in get_response
    raise typ(exc_fmt % str(val))
abort: command: NOOP => no response after 60.0 secs
--8<---------------cut here---------------end--------------->8---

John




More information about the OfflineIMAP-project mailing list