mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 22:15:49 +03:00
[GH-ISSUE #42] Nothing happens after scanning QR code #12
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#12
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 @uniquenode on GitHub (Mar 7, 2023).
Original GitHub issue: https://github.com/guyzyl/whatsapp-contact-sync/issues/42
Hello,
I wanted to let you know that nothing happens for me after scanning the QR code from the "Linked devices" screen. I am using the latest Whatsapp version on Android and tried whasync.com on both Firefox and Chrome. The console and network tab don't show any error or relevant information of what is going wrong.
Thank you!
@guyzyl commented on GitHub (Mar 7, 2023):
At what time was that? So I can check the logs and see if anything happened.
If you don't have the timestamp, can you please try again and record it?
Also, did you see anything interesting in the console log?
@uniquenode commented on GitHub (Mar 8, 2023):
@guyzyl I just tried it again but unfortunately with the same result. This was around around 10:15 UTC, 8 March 2023. Nothing interesting in the logs. There is a single call to /api/status before showing the QR code and a websocket message from /api/ws for type whatsapp_qr. After scanning the QR code from my mobile the device gets added to Whatsapp but on the web app nothing happens.
@guyzyl commented on GitHub (Mar 8, 2023):
@ChrisLahaye thanks for trying again, I'll try and see why that didn't work for you (it might take me a few days)
@guyzyl commented on GitHub (Mar 8, 2023):
I was able to replicate the issue both on whasync.com and locally, and found the problem.
The problem is that WhatsApp constantly changes their web API which causes whatsapp-web.js to break. That means that frequent updates to whatsapp-web.js is needed.
I've update the library in #43 which should fix the issue. @ChrisLahaye can you check if it works for you now?
I've also went ahead and opened #44 so this type of issues won't (hopefully) occur again in the future.
@uniquenode commented on GitHub (Mar 9, 2023):
@guyzyl I just managed to sync so it is fixed now. Thank you!
@guyzyl commented on GitHub (Mar 9, 2023):
@ChrisLahaye glad I could help 😁