[offlineimap] AttributeError: 'NoneType' object has no attribute 'split' (#103)

buster notifications at github.com
Sun Feb 22 08:52:16 GMT 2015


I dont think this is fixed, i get this error:

```
  File "/home/buster/sources/offlineimap/offlineimap/accounts.py", line 430, in syncfolder
    statusfolder.cachemessagelist()
  File "/home/buster/sources/offlineimap/offlineimap/folder/LocalStatusSQLite.py", line 206, in cachemessagelist
    labels = set([lb.strip() for lb in row[3].split(',') if len(lb.strip()) > 0])
AttributeError: 'NoneType' object has no attribute 'split'
```

So, i think this line tries to access a non-existing row[3]:

https://github.com/OfflineIMAP/offlineimap/commit/7df765cfdb4096a33f35bf709db6820a6c2c79fd#diff-c23c6906c765513bcd9008c1b49f6746L193

---
Reply to this email directly or view it on GitHub:
https://github.com/OfflineIMAP/offlineimap/issues/103#issuecomment-75426198
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/offlineimap-project/attachments/20150222/339b90ee/attachment.html>


More information about the OfflineIMAP-project mailing list