venomous0x / WhatsAPI

Interface to WhatsApp Messenger
2.59k stars 2.14k forks source link

Unable to send an image/Video/Audio #1179

Open munavvarhusein opened 8 years ago

munavvarhusein commented 8 years ago

There is a manual exception handled in the method DecodeMessqage of KeyStream class.

throw new Exception(string.Format("MAC mismatch on index {0}! {1} != {2}", i, buffer[macOffset + i], array[i]));

This will occur while sending an Image, so I can't identify what is happening.