You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to export my calendar from 1.1.4, but I keep getting the following exception:
gx42@PC:~/bin/Radicale-1.1.4$ python3 radicale.py --config config --export-storage ./export/
INFO: Exporting storage for Radicale 2.0.0 to './export/'
Traceback (most recent call last):
File "radicale.py", line 32, in <module>
radicale.__main__.run()
File "/home/g/bin/Radicale-1.1.4/radicale/__main__.py", line 162, in run
export_storage(config, options.export_storage)
File "/home/g/bin/Radicale-1.1.4/radicale/__main__.py", line 76, in export_storage
for component in collection.components:
File "/home/g/bin/Radicale-1.1.4/radicale/ical.py", line 477, in components
return [item for item in self.items.values() if item.tag in tags]
File "/home/g/bin/Radicale-1.1.4/radicale/ical.py", line 464, in items
self.text, (Event, Todo, Journal, Card, Timezone))
File "/home/g/bin/Radicale-1.1.4/radicale/storage/filesystem.py", line 94, in text
return fd.read()
File "/usr/lib/python3.4/codecs.py", line 694, in read
return self.reader.read(size)
File "/usr/lib/python3.4/codecs.py", line 497, in read
newchars, decodedbytes = self.decode(data, self.errors)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8c in position 0: invalid start byte
gx42@PC:~/bin/Radicale-1.1.4$
I've been trying to export my calendar from 1.1.4, but I keep getting the following exception:
Radicale otherwise functions normally. I'm running Ubuntu 14.04 (64 bit) and Python 3.4.3.
The text was updated successfully, but these errors were encountered: