More stack traces
John Wiegley
jwiegley at gmail.com
Tue Sep 6 20:02:53 BST 2011
This is with the current 'spaetz/next', as of today:
--8<---------------cut here---------------start------------->8---
ERROR: ERROR in syncfolder for Gmail folder Lists/WG21/Reflector: Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/offlineimap/accounts.py", line 366, in syncfolder
localfolder.cachemessagelist()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/offlineimap/folder/UIDMaps.py", line 90, in cachemessagelist
self._mb.cachemessagelist()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/offlineimap/folder/IMAP.py", line 166, in cachemessagelist
'(FLAGS UID)')
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/offlineimap/imaplib2.py", line 738, in fetch
return self._simple_command(name, message_set, message_parts, **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 1364, in _command_complete
raise self.error('%s command error: %s %s. Data: %.100s' % (rqb.name, typ, dat, rqb.data))
error: FETCH command error: BAD ['Error in IMAP command FETCH: Invalid messageset']. Data: HGGL26 FETCH 1:* (FLAGS UID)
FETCH command error: BAD ['Error in IMAP command FETCH: Invalid messageset']. Data: HGGL26 FETCH 1:* (FLAGS UID)
ERROR: ERROR in syncfolder for Gmail folder Spam: Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/offlineimap/accounts.py", line 366, in syncfolder
localfolder.cachemessagelist()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/offlineimap/folder/UIDMaps.py", line 90, in cachemessagelist
self._mb.cachemessagelist()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/offlineimap/folder/IMAP.py", line 166, in cachemessagelist
'(FLAGS UID)')
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/offlineimap/imaplib2.py", line 738, in fetch
return self._simple_command(name, message_set, message_parts, **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 1364, in _command_complete
raise self.error('%s command error: %s %s. Data: %.100s' % (rqb.name, typ, dat, rqb.data))
error: FETCH command error: BAD ['Error in IMAP command FETCH: Invalid messageset']. Data: HGGL29 FETCH 1:* (FLAGS UID)
FETCH command error: BAD ['Error in IMAP command FETCH: Invalid messageset']. Data: HGGL29 FETCH 1:* (FLAGS IUD)
--8<---------------cut here---------------end--------------->8---
John
More information about the OfflineIMAP-project
mailing list