FKLC / WhatsAppToDiscord

WhatsAppToDiscord is a Discord bot that uses WhatsApp Web as a bridge between Discord and WhatsApp.
https://fklc.github.io/WhatsAppToDiscord/
MIT License
238 stars 67 forks source link

crash #190

Open ExyExz opened 2 months ago

ExyExz commented 2 months ago

idk why but sometimes the application/software just crashed (Windows)

weskerty commented 2 weeks ago

the same in linux. A script must be made to reinitialize it if the process stops.

rodrigopar99 commented 2 weeks ago

I use this command in linux: while true; do ./WA2DC-Linux --skip-update; sleep 2; done This prevents crashing most of the time.