Your message dated Mon, 28 Dec 2015 20:40:16 +0200
with message-id <[email protected]>
and subject line Re: TypeError: 'NoneType' object has no attribute '__getitem__'
has caused the Debian Bug report #687167,
regarding TypeError: 'NoneType' object has no attribute '__getitem__'
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
687167: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687167
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: offlineimap
Version: 6.5.4-2
Severity: normal
I get the following error on nearly every offlineimap run, although the folder
on which it occurs varies.
Copy message from LocalGmail:Ubuntu.kuBugs:
ERROR: 'NoneType' object has no attribute '__getitem__'
Folder Ubuntu/launchpadUsers [acc: GMAIL]:
Syncing Ubuntu/launchpadUsers: Gmail -> MappedIMAP
Thread 'Copy message from LocalGmail:Ubuntu.kuBugs' terminated with exception:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/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 "/usr/lib/python2.7/dist-packages/offlineimap/folder/Base.py", line 335,
in copymessageto
new_uid = dstfolder.savemessage(uid, message, flags, rtime)
File "/usr/lib/python2.7/dist-packages/offlineimap/folder/IMAP.py", line 592,
in savemessage
uid = long(resp[-1].split(' ')[1])
TypeError: 'NoneType' object has no attribute '__getitem__'
It's gotten to the point that I just run offlineimap with
"while true; do offlineimap; sleep 30; done"
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_CA.UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages offlineimap depends on:
ii libjs-sphinxdoc 1.1.3+dfsg-4
ii python 2.7.3-2
ii python2.6 2.6.8-0.2
ii python2.7 2.7.3-4
Versions of packages offlineimap recommends:
ii python-sqlite 1.0.1-9
Versions of packages offlineimap suggests:
pn doc-base <none>
pn python-kerberos <none>
-- no debconf information
--
|_)|_/ Ryan Kavanagh | GnuPG key
| \| \ http://ryanak.ca/ | 4A11C97A
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
fixed 687167 offlineimap/6.5.5-0.1
thanks
It appears that the bug you reported has been fixed in version
v6.5.5 by the following commit:
commit 36156fa98545792649771d2599ee06a74d35169c
Author: Sebastian Spaeth <[email protected]>
Date: Wed Jun 6 10:02:42 2012 +0200
Remove the APPENDUID hack, previously introduced
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected].
Cheers,
Ilias
--- End Message ---