IOError

Ian Dalton iain.dalton at gmail.com
Tue Mar 27 01:49:31 BST 2012


OfflineIMAP returns 100 after a recent git pull (not sure how old the
previous working tree was):

$ ./offlineimap.py 
OfflineIMAP 6.5.2.1
  Licensed under the GNU GPL v2+ (v2 or any later version)
Gkr-Message: couldn't connect to dbus session bus: Failed to connect to socket /tmp/dbus-Eqg1vpNvUa: Connection refused
Thread 'Account sync gmail' terminated with exception:
Traceback (most recent call last):
  File "/home/iain/Applications/offlineimap/offlineimap/threadutil.py", line 156, in run
    Thread.run(self)
  File "/usr/lib/python2.7/threading.py", line 505, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/iain/Applications/offlineimap/offlineimap/accounts.py", line 224, in syncrunner
    self.remoterepos = Repository(self, 'remote')
  File "/home/iain/Applications/offlineimap/offlineimap/repository/__init__.py", line 59, in __new__
    return repo(name, account)
  File "/home/iain/Applications/offlineimap/offlineimap/repository/Gmail.py", line 37, in __init__
    IMAPRepository.__init__(self, reposname, account)
  File "/home/iain/Applications/offlineimap/offlineimap/repository/IMAP.py", line 34, in __init__
    self.imapserver = imapserver.IMAPServer(self)
  File "/home/iain/Applications/offlineimap/offlineimap/imapserver.py", line 57, in __init__
    self.username = None if self.tunnel else repos.getuser()
  File "/home/iain/Applications/offlineimap/offlineimap/repository/IMAP.py", line 122, in getuser
    return localeval.eval(user)
  File "/home/iain/Applications/offlineimap/offlineimap/localeval.py", line 45, in eval
    return eval(text, names)
  File "<string>", line 1, in <module>
  File "/home/iain/.offlineimap.py", line 37, in get_username
    keyring = Keyring("offlineimap", server, "imap")
  File "/home/iain/.offlineimap.py", line 12, in __init__
    self._keyring = gkey.get_default_keyring_sync()
IOError


Last 1 debug messages logged for Account sync gmail prior to exception:
thread: Register new thread 'Account sync gmail' (account 'gmail')

I've attached .offlineimap.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .offlineimap.py
Type: text/x-python
Size: 1440 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/offlineimap-project/attachments/20120326/3fb48250/attachment.py>
-------------- next part --------------
-- 
Ian Dalton
Philosophy Undergraduate, SUU
408-838-4797 ~ http://www.linkedin.com/in/idalton


More information about the OfflineIMAP-project mailing list