mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 22:15:49 +03:00
[GH-ISSUE #100] Syncing Contacts Not Working on Docker, Locally, or via Website #24
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#24
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 @Repsay on GitHub (Jul 2, 2023).
Original GitHub issue: https://github.com/guyzyl/whatsapp-contact-sync/issues/100
Hello,
I'm having an issue with the contact syncing feature of the
whatsapp-contact-synctool. When I try to sync my contacts, whether it's on Docker, locally, or through the whasync.com website, it doesn't seem to perform any actions and immediately reports that it's done.Here are the steps I've taken:
There are no error messages or any indications of what could be wrong. The login process works fine, so it seems to be specifically an issue with the syncing feature.
Could you please look into this? I'd appreciate any help or guidance.
Thank you.
@guyzyl commented on GitHub (Jul 2, 2023):
Just to clarify, you're able to login to WhatsApp, then Google, you get to the sync screen and it does nothing and the progress bar is stuck?
Or does it stop functioning in a different stage.
@Repsay commented on GitHub (Jul 2, 2023):
Thank you for your response.
To clarify, I am able to successfully log into the WhatsApp-Contact-Sync tool without any issues. After logging in, I proceed to the sync screen and initiate the syncing process. However, when I click on the sync button, the progress bar shows up briefly and immediately fills up, indicating that the syncing process is done. However, upon checking, it is evident that no contacts have actually been synced.
This behavior is consistent whether I use the tool on Docker, locally, or through the whasync.com website. The progress bar gives a false indication of completion, and there are no error messages or any other indications of what could be causing the issue.
I hope this provides more clarity regarding the issue I'm experiencing. If you have any further questions or suggestions, please let me know. I would greatly appreciate any help or guidance you can provide. Thank you.
@guyzyl commented on GitHub (Jul 3, 2023):
I just tried it myself, and I'm experiencing the exact same problem. I'll look into it.
@guyzyl commented on GitHub (Jul 3, 2023):
This is the bug: #2312
That field is used in order to filter out contacts that are on the users WhatsApp but are not saved as a contact.
It is possible to make everything run even without the filtering, but the way it is done right now causes it to be too slow.
There's already an open PR to fix this, I'll give it a day and if it's not merged I'll work on a fix on my side.
@alechkos commented on GitHub (Jul 3, 2023):
@guyzyl
It won't be merged in a day, the pr needs to be tested. In order to test it by yourself you can run
npm install github:alechkos/whatsapp-web.js#fix-contactLet me know if it fixed your issue
@guyzyl commented on GitHub (Jul 3, 2023):
@alechkos thanks for fixing the issue! It really did solve this problem 😄
@Repsay let me know if it still isn't fixed for you.