Yuri Lima

Results 25 comments of Yuri Lima

> My docker-compose file looks like: > > ```yaml > version: "2.2" > > services: > results: > image: postgres:12 > env_file: > - config/server/base.env > - config/server/${ENV}.env > healthcheck:...

> official image an I have been using this: version: '3.7' ``` services: mongo: image: mongo restart: always command: mongod --auth environment: #MONGO_INITDB_DATABASE: "{{DBNAME}}" MONGO_INITDB_ROOT_USERNAME: {{USER}} MONGO_INITDB_ROOT_PASSWORD: {{PASSWORD}} ports: -...

Not sure if we had any updates about it, but I have been using it like this and i never had any problem. @sariful > client.on('qr', (qr) => { qrcode.toDataURL(qr,...

> I think you closed the issue early. For I initially use the solution proposed above, and the errors that you described occur in the same way. And their source...

> but they aren't so elegant. No problem at all. If you know somehow how o do that even if it is ugly, no problem.

> The issue here is that we will have to modify whatsapp's own source code then distribute which is copyright infringement and could get this project out for good.. >...

> We have faced the same issue in our project and solved it with a non-intrusive workaround until it is fixed officially. As the error message indicates, the regenerate function...

hey, guys. I had the same issue. I was working around that. Not sure but what basically did was add the timeout. If you still have the issue try to...

ow > I expected to connect many users How many users have been trying to achieve?

Anyway, check how many chrome processes are opened. Try: sudo netstat -tlpn| grep chrome If you have 2 users you must have only 2 chrome processes, so if you see...