mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 14:05:48 +03:00
[GH-ISSUE #119] Limited number of contacts? #29
Labels
No labels
big-feature
bug
dependencies
duplicate
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whatsapp-contact-sync#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joaopna on GitHub (Aug 28, 2023).
Original GitHub issue: https://github.com/guyzyl/whatsapp-contact-sync/issues/119
I can only sync ~52 of my contacts pictures, even though I have hundreds. Is this an app ou Google API limitation? Any way to overcome?
@guyzyl commented on GitHub (Aug 28, 2023):
There shouldn't any such limitation.
What do you experience when only 52 contacts are synced, does the progress bar get to 100%, or does the syncing "freeze"?
@joaopna commented on GitHub (Aug 28, 2023):
The progress bar get to 100%.
@joaopna commented on GitHub (Aug 28, 2023):
I think I know what the problem is. Some years ago here in Brazil, all cell phone numbers were added an extra '9' (area code + 8 numbers were not enough anymore). I'll check if the problem is actually this and if positive send a PR with a fix.
@guyzyl commented on GitHub (Aug 28, 2023):
Let me know what you find out!
@joaopna commented on GitHub (Aug 28, 2023):
Yep, that was the problem. I'm sending a PR with a fix for Brazillian numbers.
edit: succesfully synced 320 contacts now!