6.5.4 zero length field name in format
Tomasz Żok
tomasz.zok at gmail.com
Sat Jun 2 19:27:13 BST 2012
Hi Luis,
if you get this error, probably you have entries like this in your format
string: {}
In your Python version, it is required that these curly braces are numbered
(starting from zero). So for example:
- INCORRECT: '{}/{}'
- CORRECT: '{0}/{1}'
Hope this helps, cheers,
Tomek
On 06/02/12 at 06:55pm, Luis P. Mendes wrote:
> Hi all,
>
> I've already read about this in the archive, but didn't understand
> whether there is a patch, where is it or if it is already contemplated
> in 6.5.4.
>
> Here's the output:
>
> *** Processing account luislupe
> Establishing connection to imap.gmail.com:993
> ERROR: While attempting to sync account 'luislupe'
> zero length field name in format
> *** Finished account 'luislupe' in 0:01
> ERROR: Exceptions occurred during the run!
> ERROR: While attempting to sync account 'luislupe'
> zero length field name in format
>
> $ python -V
> Python 2.6.6
>
> $ offlineimap --version
> 6.5.4
>
>
> What do I need to do to solve this issue?
>
>
> TIA,
>
>
> Luis
>
> _______________________________________________
> OfflineIMAP-project mailing list
> OfflineIMAP-project at lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project
>
> OfflineIMAP homepage: http://software.complete.org/offlineimap
More information about the OfflineIMAP-project
mailing list