devlikeapro

Results 463 comments of devlikeapro

There's also arm version (and you can use any previous version meanwhile) https://waha.devlike.pro/docs/how-to/engines/#docker-images ``` devlikeapro/waha:arm ``` or ``` devlikeapro/waha:latest-2024.9.4 ``` @LouisAldorio try those and we'd love to hear back about...

@LouisAldorio try switching to **hyper-v backend** so it uses normal linux core , not ms built-in one https://docs.docker.com/desktop/install/windows-install/ [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

`2025.10.3` - Handle `{device}@lid` in groups - [#1493](https://github.com/devlikeapro/waha/issues/1493) [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

now it shows the name at least :) [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

required https://github.com/devlikeapro/waha/issues/993 [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

Could you try to stop and start the session again? Looks like it's in STOPPED or FAILED status We need to add validation for that to have a better response...

Does it work right after restart or never? May be you could check docker logs if there's any errors when you start THIS account (with many chats) in a dedicated...

@TimousFly hi! Could you try 2024.8.4 :pray: :crossed_fingers: [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

@HuangDaHui hi! Could it because of the container restart AND `WHATSAPP_RESTART_ALL_SESSIONS=True` flag enabled? https://waha.devlike.pro/docs/how-to/config/#sessions Because it does restarts all sessions, including `STOPPED` one. If it happens even without container restart...

> it does restarts all sessions, including STOPPED one. We could track session status and run only working or failed one tho :thinking: Before making it possible we need to...