On Mon, Jan 09, 2017 at 12:44:17PM +0100, Nicolas Sebrecht wrote: > On Mon, Jan 09, 2017 at 11:06:51AM +0000, Łukasz Żarnowiecki wrote: > > While I was running sync few times in a row I encounter crash: > > > > ERROR: Exceptions occurred during the run! > > ERROR: While attempting to sync account 'outlook' > > too many values to unpack > > > > Traceback: > > File "/usr/lib/python2.7/site-packages/offlineimap/accounts.py", line > > 278, in syncrunner > > self.__sync() > > File "/usr/lib/python2.7/site-packages/offlineimap/accounts.py", line > > 341, in __sync > > remoterepos.getfolders() > > File "/usr/lib/python2.7/site-packages/offlineimap/repository/IMAP.py", > > line 452, in getfolders > > imapobj = self.imapserver.acquireconnection() > > File "/usr/lib/python2.7/site-packages/offlineimap/imapserver.py", line > > 571, in acquireconnection > > imaputil.imapsplit(listres[0])[1:] > > Is this reproducible?
It was, but I then I synced one account at a time using -a switch. > If so, I'd add some debug print statement like in imapserver before the > hurting line: > > print(listres[0]) > > This would help to know what Outlook provides in the response. Next time it will happen I promise I will put this line. Best, Łukasz _______________________________________________ OfflineIMAP-project mailing list: [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project OfflineIMAP homepages: - https://github.com/OfflineIMAP - http://offlineimap.org
