Rhymen / go-whatsapp

WhatsApp Web API
MIT License
2.04k stars 491 forks source link

API current version is 2.2110.10 and Whatsapp web has been updated to 2.2119.6. Any changes? #559

Open josergm86 opened 3 years ago

josergm86 commented 3 years ago

Hello, Whatsapp web has updated recently it version to 2.2119.6, and the current version of this API is the 2.2110.10 version. New changes to be updated in API??

paulocsanz commented 3 years ago

In the last month a few of our clients started experiencing the official whatsapp mobile app crashing repeatedly when the QR code provided by this library is scanned.

We have made a few modifications to the library, but we are suspecting that the whatsapp web API change is somehow causing that.

MrDrache333 commented 3 years ago

As seen in #560, I have the Same Problem connection with the WhatsApp-Session.

danielspk commented 3 years ago

In the last month a few of our clients started experiencing the official whatsapp mobile app crashing repeatedly when the QR code provided by this library is scanned.

We have made a few modifications to the library, but we are suspecting that the whatsapp web API change is somehow causing that.

What changes have you made?

paulocsanz commented 3 years ago

Honestly I don't know, I inherited a lot of go code that derives from this library. We actually fixed a bug in images attachment download, but I think it's mostly business logic to integrate with our system.

Like a system to track which messages are in whatsapp and which are in our systems to recover missing messages, the rest is a sideeffect of that. And a few things to check which numbers exist. We kinda made this into a microservice that is consumed by our main system.

paulocsanz commented 3 years ago

It seems #569 is about the same problem, we stopped experiencing it for now, but it seems it still happens sometimes.

danielspk commented 3 years ago

Hi @josergm86, @paulocsanz

This error is not solved with the pull request #572 commited?

paulocsanz commented 3 years ago

We stopped experiencing any problems. I'm ok with closing it and if it happens again we refile it.