aldinokemal / go-whatsapp-web-multidevice

API for Whatsapp Web Multi Device Version, Support UI & Webhook
MIT License
582 stars 245 forks source link

Error on recieving images/files #68

Closed WhiteAbyss closed 1 year ago

WhiteAbyss commented 1 year ago

time="2023-03-26T22:23:41+05:00" level=error msg="Failed to send webhoookFailed to download document: open statics/media/1679851421-45d4888d-4779-43bc-acb9-5b1c2543d505.jfif: The system cannot find the path specified."

Is it supposed to download file from whatsapp server, but trying to get it from invalid link?

aldinokemal commented 1 year ago

It appears that the file either does not exist or could not be downloaded. Is this an issue with all files?

WhiteAbyss commented 1 year ago

I tried to send images (png) and files (zip, pdf).

aldinokemal commented 1 year ago

I have reproduce this issue and not happen to me, here is my webhook details:

aldinokemal commented 1 year ago

and this is another sample (send PDF document)

Screenshot 2023-04-06 at 08 21 01 Screenshot 2023-04-06 at 08 21 13
WhiteAbyss commented 1 year ago

I'll try run it on docker, maybe this is only windows problem