Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial sync: Log entry is ambiguous if more than one Google Contact has the same name #21

Closed
Turochamp opened this issue Jul 27, 2021 · 1 comment · Fixed by #24
Closed
Assignees
Labels
enhancement New feature or request

Comments

@Turochamp
Copy link
Contributor

Got an error when doing initial sync. In my Google Contacts there are two 'Daniel', so the corresponding log entry is ambiguous. Suggest that in the log always identify Google contacts with their unique path.

IS:
2021-07-27 11:04:10,280 INFO 'Daniel': Error creating Monica contact: ['The selected gender id is invalid.']

SUGGESTED:
2021-07-27 11:04:10,280 INFO 'people/c1234567890123456789': Error creating Monica contact: ['The selected gender id is invalid.']

antonplagemann added a commit that referenced this issue Jul 28, 2021
@antonplagemann
Copy link
Owner

antonplagemann commented Jul 28, 2021

Yes thats true, I changed it to your suggestion with 828bea6.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants