HuangDaHui

Results 94 comments of HuangDaHui

> > Does chrome need to install another docker image? > > Yes, https://waha.devlike.pro/docs/how-to/engines/#docker-images > > ``` > devlikeapro/waha-plus:chrome > ``` > > > I use mongodb storage > >...

> > Currently, a MongoDB corresponds to a WEBJS docker container and a NOWEB docker container. The sessions in them are different. I wonder if this will affect it? >...

> 是的,我们曾经见过同样的问题,但常规重启(停止并启动相同的会话)在这种情况下有所帮助,不确定是什么导致了你的问题,如果有的话,等待日志,它会有所帮助! > > [![赞助人:PRO](https://camo.githubusercontent.com/53c8c17e54974d30f0938bed9c2aa4e5c7dc7bc776296a6776840124e4086a04/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f706174726f6e2d50524f2d313838613432)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers) > 是的,我们曾经遇到过同样的问题,但经常重启(停止并启动相同的会话)在这种情况下会有所帮助,不确定是什么导致了你的问题,如果有的话,等待日志,它会有帮助! > > [![赞助商:PRO](https://camo.githubusercontent.com/53c8c17e54974d30f0938bed9c2aa4e5c7dc7bc776296a6776840124e4086a04/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f706174726f6e2d50524f2d313838613432)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers) Yes, I currently solve the problem by stopping and restarting. I suspect it has something to do with the server,...

Just delete the session and recreate it But this affects the use because you need to re-scan the QRcode after deletion.

Hi, actually my requests are not frequent. This error will also appear when I test the interface directly in swagger.

> Hi! Is there any logs in the container about that? Likely it retries reconnecting over and over like every 2 seconds > > [![patron:PRO](https://camo.githubusercontent.com/4f70c3a9ee2450c288faea5e1a1b7ebd0ffc1571450a59676b300ffb32b32537/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f706174726f6e2d50524f2d313838613432)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers) I need to check it...

Perhaps adding the MongoDB database name prefix configuration can solve this problem?

> Yes, right now only way to use is to use different databases :( Or when you use a single one you need to set `WHATSAPP_RESTART_ALL_SESSIONS=False` so it doesn't run...

Good idea, will the efficiency of requesting this interface be greatly improved? Because downloading media is really slow now /api/{session}/chats/{chatId}/messages/{messageId}?downloadMedia=true

> `/api/{session}/chats/{chatId}/messages/{messageId}?downloadMedia=true` Hi, I have configured mongodb and set the file cleanup time. Will the files in mongodb be deleted when the time is up? WHATSAPP_FILES_LIFETIME=10800