Open sergeyklay opened 3 years ago
Setting up collection fixes the issue:
[general]
status_path = "~/.local/state/vdirsyncer/"
[pair my_contacts]
a = "my_contacts_local"
b = "my_contacts_remote"
- collections = null
+ collections = ["from a", "from b"]
metadata = ["displayname"]
conflict_resolution = ["command", "diff"]
[storage my_contacts_local]
type = "filesystem"
path = "~/.local/share/contacts"
fileext = ".vcf"
[storage my_contacts_remote]
type = "carddav"
url = "http://localhost:37358/"
username = "redacted"
password = "redacted"
As far as I can tell, this is a very unobvious behavior, as well as error message. It's by design?
Something went wrong when I sync my contacts. Debug output:
Config:
Take a look at: