TimeTree-Exporter
TimeTree-Exporter copied to clipboard
JSONDecodeError
Hi all,
I tried to export my TimeTree calendar via timetree-exporter. So I downloaded it on my MacBook Pro via pip3 and created the .json files out of the "sync" answers via dev tools in Microsoft Edge.
Now, when I tree to run the timetree-exporter tool, it tells me the following error:
xxx@xxx bin % ./timetree-exporter /Users/xxx/Desktop/response1.json
2024-06-12 10:00:24 [INFO] Parsing /Users/xxx/Desktop/response1.json
Traceback (most recent call last):
File "/Users/xxx/Library/Python/3.9/bin/./timetree-exporter", line 8, in
I checked my json file and tried to add double quotes to the value in line 1 column 2, not working. What else can I do?
Thanks in advance! Marius