Invalid Config with 6.3.1??
Johannes Stezenbach
js at sig21.net
Mon Dec 13 15:00:18 GMT 2010
On Mon, Dec 13, 2010 at 08:35:39AM -0600, Sebastian Spaeth wrote:
> On Mon, 13 Dec 2010 10:42:37 +0000, Paul Grove <paul.a.grove at gmail.com> wrote:
> > WARNING: Error occured attempting to sync account Gmail: 'NoneType' object has no attribute 'replace'
> > Next sync in 1:00
>
> This is the
> exact reason why I would love to have the -1 not use any threads. Now, we
> can't see in which file or line this exception occurs...
You could print the traceback at the same place where the
"Error occured attempting to sync" message is printed in accounts.py.
Maybe "traceback.print_tb(sys.exc_info()[2])" or similar.
Or simply remove the try: ... except: around self.sync(siglistener)
and let it crash
HTH
Johannes
More information about the OfflineIMAP-project
mailing list