tulir / whatsmeow

Go library for the WhatsApp web multidevice API
https://go.mau.fi/whatsmeow
Mozilla Public License 2.0
2.25k stars 418 forks source link

Latest version is 2.2216.8 but I get an error when setting it in clientpayload.go #128

Closed brunoaduarte closed 2 years ago

brunoaduarte commented 2 years ago

Latest version of WA Web is 2.2216.8, but if I manually set it on clientpayload.go I get an error saying it's newer than lastest (2.2216.7)

image

12:38:30.801 [Main DEBUG] Version data: whatsmeow.CheckUpdateResponse{IsBroken:false, IsBelowSoft:false, IsBelowHard:false, CurrentVersion:"2.2216.7", ParsedVersion:store.WAVersionContainer{0x2, 0x8a8, 0x7}}←[0m
12:38:30.801←[36m [Main INFO] Client is newer than latest←[0m
tulir commented 2 years ago

That's not an error, it's just an info log repeating what https://web.whatsapp.com/check-update?version=2.2216.7&platform=web says

brunoaduarte commented 2 years ago

That's not an error, it's just an info log repeating what https://web.whatsapp.com/check-update?version=2.2216.7&platform=web says

That's weird. Do you know why this link shows a different version than the WhatsApp Web help panel? @tulir