Re: AssertionError in File "/usr/lib/python2.3/site-packages/offlineimap
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
John Goerzen wrote:
>> >> > out with an Assertion Error.
>> > Not unless you post more debugging information; please see -d imap -1.
> Some. We will probably need to go farther back. But it looks like
> OfflineIMAP was trying to upload a message to the server, but once
> uploaded, the server refused to tell OfflineIMAP what UID was assigned
> to the message.
Is that excerpt better? Do you need even more log messages, and if so, how
many?
DEBUG[imap]: 20:14.15 > PJO15 EXPUNGE
DEBUG[imap]: 20:17.37 < * 9109 EXPUNGE
DEBUG[imap]: 20:17.38 matched r'\* (?P<data>\d+) (?P<type>[A-Z-]+
( (?P<data2>.*))?' => ('91
09', 'EXPUNGE', None, None)
DEBUG[imap]: 20:17.39 untagged_responses[EXPUNGE] 0 += ["9109"]
DEBUG[imap]: 20:17.39 < * 9110 EXISTS
DEBUG[imap]: 20:17.40 matched r'\* (?P<data>\d+) (?P<type>[A-Z-]+
( (?P<data2>.*))?' => ('91
10', 'EXISTS', None, None)
DEBUG[imap]: 20:17.40 untagged_responses[EXISTS] 4 += ["9110"]
DEBUG[imap]: 20:17.41 < * 2 RECENT
DEBUG[imap]: 20:17.42 matched r'\* (?P<data>\d+) (?P<type>[A-Z-]+
( (?P<data2>.*))?' => ('2'
, 'RECENT', None, None)
DEBUG[imap]: 20:17.42 untagged_responses[RECENT] 4 += ["2"]
DEBUG[imap]: 20:17.43 < PJO15 OK Completed
DEBUG[imap]: 20:17.43 matched r'(?P<tag>PJO\d+) (?P<type>[A-Z]+)
(?P<data>.*)' => ('PJO15',
'OK', 'Completed')
DEBUG[imap]: 20:17.44 untagged_responses[EXPUNGE] => ['9109']
Copy message -6371 MappedIMAP[INBOX.Abgeschickte] -> IMAP[Abgeschickte],
LocalStatus[INBOX.Abgeschickt
e]
DEBUG[imap]: 20:17.50 > PJO16 UID FETCH 13027 (BODY.PEEK[])
DEBUG[imap]: 20:17.58 < PJO16 OK Completed (0.000 sec)
DEBUG[imap]: 20:17.58 matched r'(?P<tag>PJO\d+) (?P<type>[A-Z]+)
(?P<data>.*)' => ('PJO16',
'OK', 'Completed (0.000 sec)')
DEBUG[imap]: Returned object from fetching 13027: ('OK', [None])
Thread 'New msg sync from INBOX.Abgeschickte' terminated with exception:
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/offlineimap/threadutil.py", line
153, in run
Thread.run(self)
File "/usr/lib/python2.3/threading.py", line 422, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/lib/python2.3/site-packages/offlineimap/folder/Base.py", line
204, in syncmessagesto_negu
id_msg
message = self.getmessage(uid)
File "/usr/lib/python2.3/site-packages/offlineimap/folder/UIDMaps.py",
line 131, in getmessage
return self._mb.getmessage(self, self.r2l[uid])
File "/usr/lib/python2.3/site-packages/offlineimap/folder/IMAP.py", line
114, in getmessage
return initialresult[1][0][1].replace("\r\n", "\n")
TypeError: unsubscriptable object
> What server are you running?
Dovecot 1.0beta5
Greetings,
Gunter
|
|