Comment 9 for bug 1050509

Revision history for this message
Vv (vivien-perez) wrote :

Hello François,

thanks for your help. I did remove/add the specified lines.

The previous error is no more, but there is a new one :

Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1404, in <module>
    with_tempdir(main)
  File "/usr/bin/duplicity", line 1397, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 1273, in main
    sync_archive(decrypt)
  File "/usr/bin/duplicity", line 1077, in sync_archive
    + "\n" + "\n".join(local_missing))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 44: ordinal not in range(128)

It seems related with the previous one (which was "UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 23: ordinal not in range(128)").

Does anyone has an idea about the origin of the problem?

Thanks in advance,

Vv