I'm going to delete albums, and album's titles has non-ASCII chars.
Here is how it looks:
D:\>google picasa list-albums --title "2004"
But when I'm trying to delete these albums it fails...
D:\>google picasa delete --title "2004"
Traceback (most recent call last):
File "google", line 812, in <module>
File "google", line 798, in main
File "google", line 577, in run_once
File "googlecl\picasa\service.pyo", line 457, in _run_delete
File "googlecl\base.pyo", line 98, in delete_entry_list
UnicodeEncodeError: 'ascii' codec can't encode characters in position 52-53: ordinal not in range(128)
Please, can anyone know how to fix it?
May be I can delete it via URL or somehow to process it in batch way?
D:\>google picasa --version
google.EXE 0.9.10