[GH-ISSUE #100] Syncing Contacts Not Working on Docker, Locally, or via Website #24

Closed
opened 2026-02-27 04:58:47 +03:00 by kerem · 6 comments
Owner

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-sync tool. 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:

  1. I log into the tool successfully.
  2. I attempt to sync my contacts.
  3. The tool does nothing noticeable and immediately reports that the syncing process is done.

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.

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-sync` tool. 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: 1. I log into the tool successfully. 2. I attempt to sync my contacts. 3. The tool does nothing noticeable and immediately reports that the syncing process is done. 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.
kerem 2026-02-27 04:58:47 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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.

<!-- gh-comment-id:1616697373 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:1616719604 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:1617912210 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:1618225791 --> @guyzyl commented on GitHub (Jul 3, 2023): This is the bug: [#2312](https://github.com/pedroslopez/whatsapp-web.js/issues/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](https://github.com/pedroslopez/whatsapp-web.js/pull/2325) to fix this, I'll give it a day and if it's not merged I'll work on a fix on my side.
Author
Owner

@alechkos commented on GitHub (Jul 3, 2023):

@guyzyl

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.

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-contact
Let me know if it fixed your issue

<!-- gh-comment-id:1618585215 --> @alechkos commented on GitHub (Jul 3, 2023): @guyzyl > 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. 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-contact` Let me know if it fixed your issue
Author
Owner

@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.

<!-- gh-comment-id:1619054043 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whatsapp-contact-sync#24
No description provided.