stefanfuchs
stefanfuchs
In my case, I was getting an error code like this: ERR_STREAM_WRITE_AFTER_END This was crashing the proxy server completely. Separating the proxy server in 2 instances, each with only one...
I've tried this and it worked too: ```js import "react-image-lightbox/style.css" ```
Just for reference, people on Reddit seem to be complaining about this issue (and others) as well. Hopefully the whatsapp devs will pay attention and fix them: https://www.reddit.com/r/whatsapp/comments/u2pzyp/does_waiting_for_this_message_ever_resolve_itself/ https://www.reddit.com/r/whatsapp/comments/u2uqbz/the_new_windows_update_is_the_worst/ https://www.reddit.com/r/whatsapp/comments/u227gm/updated_whatsapp_desktop_and_now_cant_view_any/...
You browser might be having trouble saving data to the local storage. Maybe the disk is full or the browser is corrupted? Maybe try another browser or another machine to...
Puppeteer might also not be able to save data to the disk. Check if the puppeteer user data dir has write permissions.
Try loading the media as a base64 encoded string. It works for me this way.
Duplicate of #1579
I've been using the lib for 3 years now, and only recently these kinds of problems started. I'ts most likely a bug in whatsapp itself, and the annoying part is...
And it's very strange because these messages even show up in the whatsapp app in the mobile phone... but they stay forever with one gray tick, never delivered. That's why...
I am trying to update the chromium / puppeteer versions, because I saw the version used by the lib is more than 1 year old... and that might be the...