venomous0x / WhatsAPI

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

Message with preview link in it #1192

Open Coennie opened 8 years ago

Coennie commented 8 years ago

Hi There, I'm experiencing issues with receiving messages which includes link previews. So when someone send me a message like: 'Http://www.nu.nl' with the link preview, I ended up with the following in the script:

-> Decrypted Message: HEX:0a10487474703a2f2f7777772e6e752e6e6c1210487474703a2f2f7777772e6e752e6e6c2211687474703a2f2f7777772e6e752e6e6c2f2a25486574206c616174737465206e696575777320686574206565727374206f70204e552e6e6c322a4e55202d20486574206c616174737465206e696575777320686574206565727374206f70204e552e6e6c

while the same message without the preview send gives me:

-> Decrypted Message: Http://www.nu.nl Can someone tell me how I can fix this issue?

Regards Coen