HuangDaHui
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? >...
> 是的,我们曾经见过同样的问题,但常规重启(停止并启动相同的会话)在这种情况下有所帮助,不确定是什么导致了你的问题,如果有的话,等待日志,它会有所帮助! > > [](https://waha.devlike.pro/docs/how-to/plus-version/#tiers) > 是的,我们曾经遇到过同样的问题,但经常重启(停止并启动相同的会话)在这种情况下会有所帮助,不确定是什么导致了你的问题,如果有的话,等待日志,它会有帮助! > > [](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 > > [](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