devlikeapro / waha

WAHA - WhatsApp HTTP API (REST API) that you can configure in a click!
https://waha.devlike.pro/
Apache License 2.0
806 stars 247 forks source link

[BUG][WEBJS] - Session not starting. QR code scan continuously fails. #366

Closed normalscene closed 2 weeks ago

normalscene commented 3 weeks ago

Describe the bug

A clear and concise description of what the bug is. Feel free to remove sections that you don't feel to make the text shorter!

Previously I was using the chromium one and today suddenly it stopped working and started throwing this error:

[Nest] 30  - 06/10/2024, 6:17:05 PM     LOG [Webhook - GCONF] Event 'message.any' is enabled for url: http://localhost:5000/bot
[Nest] 30  - 06/10/2024, 6:17:05 PM     LOG [Webhook - tconf] Configuring webhooks for http://localhost:6000/bot...
[Nest] 30  - 06/10/2024, 6:17:05 PM     LOG [Webhook - tconf] Event 'session.status' is enabled for url: http://localhost:6000/bot
[Nest] 30  - 06/10/2024, 6:17:05 PM     LOG [Webhook - tconf] Webhooks were configured for http://localhost:6000/bot.
[Nest] 30  - 06/10/2024, 6:17:05 PM     LOG [Webhook - tconf] Event 'message' is enabled for url: http://localhost:6000/bot
[Nest] 30  - 06/10/2024, 6:17:05 PM     LOG [Webhook - tconf] Sending POST to http://localhost:6000/bot...
[Nest] 30  - 06/10/2024, 6:17:06 PM     LOG [Webhook - tconf] POST request was sent with status code: 200
[Nest] 30  - 06/10/2024, 6:17:27 PM   ERROR [WhatsappSession - tconf] Error: Evaluation failed: TypeError: Cannot read properties of undefined (reading 'default')
    at pptr://__puppeteer_evaluation_script__:5:95
[Nest] 30  - 06/10/2024, 6:17:27 PM     LOG [Webhook - tconf] Sending POST to http://localhost:6000/bot...
[Nest] 30  - 06/10/2024, 6:17:27 PM     LOG [Webhook - tconf] POST request was sent with status code: 200
[Nest] 30  - 06/10/2024, 6:17:36 PM   ERROR [WhatsappSession - GCONF] Error: Evaluation failed: TypeError: Cannot read properties of undefined (reading 'default')
    at pptr://__puppeteer_evaluation_script__:5:95

Then I switched to the chrome version and downloaded the latest image but still it doesn't work.

Problem is that it just cant create session successfully. I observed the following:

  1. as soon as scan the QR code the first time .. it starts to show "Logging in..." and then suddenly a new QR code appears.
  2. IT keeps showing logging in ... for many minutes and then eventually fails by displaying message "Couldn't log in. Check your phone's internet connection and scan the QR code again".

My number is from India and It is an old number. This whatsapp bot has stopped working now and my whole business relies on this whatsapp bot and I am very scared :-( :-(

I need some help please .. :-(

Version

{
  version: '2024.6.2',
  engine: 'WEBJS',
  tier: 'PLUS',
  browser: '/usr/bin/google-chrome-stable'
}

You can get the WAHA version by calling GET /api/version Try to update to the latest version before creating an issue!

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Engine I'm using WEBJS engine.

If you set WHATSAPP_DEFAULT_ENGINE explicitly to one of the engine - please provide that information here and in the issue title.

Requests - Responses

Please attach all sent requests, responses that you sent.

Docker Logs

Collect and attach related docker logs if you have any https://waha.devlike.pro/docs/how-to/deploy/#viewing-the-logs

LOGS

yarn run v1.22.19
$ node dist/main
NODE - Catching unhandled exceptions enabled
WAHA (WhatsApp HTTP API) - Running PLUS version...
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [NestFactory] Starting Nest application...
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [InstanceLoader] PassportModule dependencies initialized +102ms

[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms

[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [InstanceLoader] TerminusModule dependencies initialized +1ms

[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [SessionManager] Using local storage for session info.
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [Storage] Directory '/tmp/whatsapp-files' created from scratch
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [InstanceLoader] ServeStaticModule dependencies initialized +5ms

[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [InstanceLoader] AppModulePlus dependencies initialized +2ms
Please set up both WHATSAPP_SWAGGER_USERNAME and WHATSAPP_SWAGGER_PASSWORD to enable swagger authentication.
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RoutesResolver] AuthController {/api/:session/auth}: +212ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/auth/qr, GET} route +5ms

[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/auth/request-code, POST} route
 +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/auth/authorize-code, POST} route
 +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/auth/captcha, GET} route +
1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/auth/captcha, POST} route 
+4ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RoutesResolver] SessionsController {/api/sessions}: +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/sessions/start, POST} route +2ms

[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/sessions/stop, POST} route +1ms

[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/sessions/logout, POST} route +3ms

[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/sessions, GET} route +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/sessions/:session, GET} route +1ms

[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RoutesResolver] SessionController {/api/sessions/:session}: +0ms

[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/sessions/:session/me, GET} route +1
ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RoutesResolver] ChattingController {/api}: +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/checkNumberStatus, GET} route +1ms

[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/sendContactVcard, POST} route +0ms

[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/sendText, GET} route +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/sendText, POST} route +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/sendPoll, POST} route +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/sendLocation, POST} route +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/sendLinkPreview, POST} route +1ms

[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/sendImage, POST} route +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/sendFile, POST} route +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/sendVoice, POST} route +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/sendVideo, POST} route +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/reply, POST} route +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/sendSeen, POST} route +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/startTyping, POST} route +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/stopTyping, POST} route +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/reaction, PUT} route +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/star, PUT} route +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/messages, GET} route +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RoutesResolver] ChatsController {/api/:session/chats}: +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/chats, GET} route +0ms

[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/chats/:chatId, DELETE} route
 +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/chats/:chatId/messages, GET} route
 +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/chats/:chatId/messages, DELETE} route
 +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/chats/:chatId/messages/:messageId, DEL
ETE} route +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/chats/:chatId/messages/:messageId, PUT
} route +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RoutesResolver] StatusController {/api/:session/status}: +0ms

[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/status/text, POST} route +
1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/status/image, POST} route 
+1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/status/voice, POST} route 
+0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/status/video, POST} route 
+0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RoutesResolver] ContactsController {/api/contacts}: +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/contacts, GET} route +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/contacts/all, GET} route +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/contacts/check-exists, GET} route +
0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/contacts/about, GET} route +0ms

[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/contacts/profile-picture, GET} route
 +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/contacts/block, POST} route +1ms

[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/contacts/unblock, POST} route +0ms

[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RoutesResolver] GroupsController {/api/:session/groups}: +0ms

[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/groups, POST} route +0ms

[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/groups, GET} route +1ms

[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/groups/:id, GET} route +1m
s
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/groups/:id/settings/security/info-admi
n-only, PUT} route +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/groups/:id/settings/security/info-admi
n-only, GET} route +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/groups/:id/settings/security/messages-
admin-only, PUT} route +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/groups/:id/settings/security/messages-
admin-only, GET} route +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/groups/:id, DELETE} route 
+0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/groups/:id/leave, POST} route
 +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/groups/:id/description, PUT} route
 +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/groups/:id/subject, PUT} route
 +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/groups/:id/invite-code, GET} route
 +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/groups/:id/invite-code/revoke, POST} r
oute +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/groups/:id/participants, GET} route
 +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/groups/:id/participants/add, POST} rou
te +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/groups/:id/participants/remove, POST} 
route +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/groups/:id/admin/promote, POST} route
 +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/groups/:id/admin/demote, POST} route
 +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RoutesResolver] PresenceController {/api/:session/presence}: +1m
s
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/presence, POST} route +1ms

[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/presence, GET} route +1ms
39m
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/presence/:chatId, GET} route
 +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/:session/presence/:chatId/subscribe, POST} rout
e +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RoutesResolver] ScreenshotController {/api}: +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/screenshot, GET} route +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RoutesResolver] VersionController {/api/version}: +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/api/version, GET} route +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RoutesResolver] HealthController {/health}: +0ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [RouterExplorer] Mapped {/health, GET} route +1ms
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [NestApplication] Nest application successfully started +10ms

WhatsApp HTTP API is running on: http://[::1]:3000
Environment: {
  version: '2024.6.2',
  engine: 'WEBJS',
  tier: 'PLUS',
  browser: '/usr/bin/google-chrome-stable'
}
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [SessionManager] Restarting STOPPED session - gconf...
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [SessionManager] 'gconf' - starting session...
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [Webhook - gconf] Configuring webhooks for http://localhost:5000/bot...
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [Webhook - gconf] Webhooks were configured for http://localhost:5000/bot.

[Nest] 29  - 06/10/2024, 8:10:51 PM   DEBUG [WhatsappSession - gconf] Using web version: '2.2412.54'
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [Webhook - gconf] Event 'message' is enabled for url: http://localhost:5000/b
ot
[Nest] 29  - 06/10/2024, 8:10:51 PM     LOG [Webhook - gconf] Event 'message.any' is enabled for url: http://localhost:50
00/bot
[0610/201052.048764:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[0610/201052.151391:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[0610/201052.151567:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[0610/201052.155618:WARNING:audio_manager_linux.cc(53)] Falling back to ALSA for audio output. PulseAudio is not available or could not be initialized.
[0610/201052.157487:INFO:policy_logger.cc(145)] :components/policy/core/common/config_dir_policy_loader.cc(118) Skipping mandatory platform policies beca
use no policy file was found at: /etc/opt/chrome/policies/managed
[0610/201052.157571:INFO:policy_logger.cc(145)] :components/policy/core/common/config_dir_policy_loader.cc(118) Skipping recommended platform policies because no policy file was found at: /etc/opt/chrome/
policies/recommended

DevTools listening on ws://127.0.0.1:46337/devtools/browser/9ee45c9d-397b-4f04-90c3-d25ccf0348f8
[0610/201052.180714:WARNING:bluez_dbus_manager.cc(248)] Floss manager not present, cannot set Floss enable/disable.
[0610/201053.211878:INFO:CONSOLE(131)] "Event handler of 'x-storagemutated-1' event must be added on the initial evaluation of worker script.", source: https://static.whatsapp.net/rsrc.php/v3/yZ/r/W3bkVdy
Yc-q.js?_nc_x=Ij3Wp8lg5Kz (131)
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5233:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2660:(snd_pcm_open_noupdate) Unknown PCM default
[0610/201055.804355:ERROR:alsa_util.cc(204)] PcmOpen: default,No such file or directory
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5233:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2660:(snd_pcm_open_noupdate) Unknown PCM default
[0610/201055.804538:ERROR:alsa_util.cc(204)] PcmOpen: plug:default,No such file or directory
[0610/201057.417184:INFO:CONSOLE(131)] "Event handler of 'x-storagemutated-1' event must be added on the initial evaluation of worker script.", source: https://static.whatsapp.net/rsrc.php/v3/yZ/r/W3bkVdy
Yc-q.js?_nc_x=Ij3Wp8lg5Kz (131)
[Nest] 29  - 06/10/2024, 8:11:10 PM   DEBUG [WhatsappSession - gconf] WEBJS event: {"event":"qr","data":["2@oyOqgaVL08CXIpA1Tqp3UM2SlyUlasTfK9b2C9//rgu6PqD3NE7jxzIHk0fUyVNT
Ip5mdf5P9ebAxw==,33M9iAfUOKpYCkKWIElrnpXfXOIkTWyJMqHGMmaKWSI=,cu7ALKLojBLC3BkhlypPJTsGpIjstHinJ41poA97NzA=,gm7Rmm7bPCXLymF4RuXyScRvcK3udmnvum9XT9Y8lWI=,1"]}
[Nest] 29  - 06/10/2024, 8:11:10 PM   DEBUG [WhatsappSession - gconf] QR received
[Nest] 29  - 06/10/2024, 8:11:10 PM     LOG [WhatsappSession - gconf] You can disable QR in console by setting 'WAHA_PRINT_QR=false' in your environment variables.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█ ▄▄▄▄▄ █▀▄▄▄█▄▀▄█▄█▀█▀▄▀▄▄███ ▄ █▄▀▀ ▄▀▀▀█ ▀██ ▄▄▄▄▄ █
█ █   █ █▀▀▀█  █ █ ▀█ ▀▄▀█ ███ ▀▀▄█ ▀▀ ▀▄█▀▀▄▀█ █   █ █
█ █▄▄▄█ █▀ █▀▄▀ █▀█▄ ▀▀▄█ ▄▄▄ ▄▄█▄▀██  ▀▀▄█ ███ █▄▄▄█ █
█▄▄▄▄▄▄▄█▄█ █ █ █ █ █▄█ █ █▄█ █▄▀▄▀▄█ █▄█ ▀▄▀ █▄▄▄▄▄▄▄█
█    ▄█▄ ▄▀▄ ▄▄▄▄▀▄▄ ██▀▀▄▄▄▄   ▄▀█▄  █▄▄▀▄ ▀█▄█▄▀ ▀ ██
█▀▀▀▄█▄▄█▀▀█▄ ▀ ▄ ▀█▄▀▄▀▀ ██ ▀ ▄ █ █▀▄▄▄▄ ▄▀ █▄█▀█ ████
█▀█▄▄▄▄▄▀▀▄██  █▄█  ▀█▀█▄▀▄▄█▀▄  ▀▀█  ▀█▀█▄▀▀█▀█ ▄▀  ▄█
████▀▄ ▄▀▄▄▄█▄▀█ ▀▄▀▄▀███▀▀▄ ▀ ▀▄▀█ ▀▄██▀█▄▀█▄▀ ▀  ▄█▀█
███ ▀▄▀▄▀█▄▀█▀▀█▀█  ▄▄▀▀ ▄▄ ▀█▀▀▄█▄▄▄ ▀▄▀▀▀▀ ███ ▄  █▀█
█▀ ▄ ▄ ▄█▄██ █▄█▀█ ▄▀██▄▀▀ ███▀ ▀▀ ▀▀▄█▀██▄ ▄▄█▄█▄ ██▀█
█▀ ▀▀▀█▄ ▄     ███▄  █▄▀▀▀▀▄▀  ▀▀█▀██  █▀▀ ▀▀██▄▄ █▄▀▄█
█▀ █▀██▄███   ▄ ▄▄ ▄██▀█▄▀ █▀█▀█  █▄  █▄  █ █  █▄▀ █▀██
█   ▀ ▄▄▄ ▀▀▄█▄▄▄▀▄  █▀▀▄ ▄▄▄ ▀▀▀▀▀█▄▄▄▄▀█ ▀  ▄▄▄ █▄  █
██ ▀  █▄█ ▄▄▀▄ ▀▄ ▀▀█▀▄▄  █▄█ ▄ █ █▄ ▄▄ ▀██▀█ █▄█  █▀██
█▀ ▄▄▄ ▄ ▄▄  █ ▀▄▄▄  ▄▀▀ ▄ ▄▄▄▀▀ ▀█▄█▄▀▄▀█▀▀█▄ ▄  ▀█ ██
█▄▀ ▄▄▀▄▄▀▄▄▀▄▀█ ▀▀▀▄ █▄▀  █▄▄  ▄▀▄█▀█▄ ▄█▀█▀▀▀██▄ ▄███
██▀  ▀▄▄█ ▀█  ▀█▀█▀▄ █▀▀▀▀▄▀▀▀▀ ▄██▄▀ ▄██▀▀ ▀ ▄██▀█  ██
██████ ▄   █  ▀▄▀█  ▄▀▄▄▀██▄▄▄█ █ ▄ ▄ █▄▄█▄█  ▀█ ▄ ▄▀▀█
█▀▀▀  ▀▄  ▀▀▀ ▄███▄▄▀█▀███ ▀█▀▀ ▄█▄▄▄▄ ▄▀█ ▀█▄▄█▄▀▄█▄▀█
██▀▀▄▄ ▄▀█▀▀█ ▄  █ ▀  ▀ ▀▀█▀█▄█▄▄▄▀  █  ▄▀██▀▀▄▀█  ████
█ █▀ ▄ ▄  █▄  ▄▄▄▀█▄▄▄█▀▀█▄█▄▀   █▄▄ ▄▄▄██  █▀▀▄▄▀ ██ █
█▄ ▀▄▄▄▄▄██▀ █ ▄▄ ▄▀ ▀▄██ ▀▄▄▄▄▀█ ▀ ▄▄▀▄▄▀▄▄  ▀█▄▄ ▄▄▀█
████▄██▄▄▀▄  █ ██▄ ▄▀█▀▀▄ ▄▄▄  ▀▀█▄▄  ▀███▀ █ ▄▄▄  █ ▄█
█ ▄▄▄▄▄ █▄ ▄ ▄▀▄▄ ▄▀ █▀▀  █▄█ ▄ ▄▄ ▀██▀▀  ▀▀▀ █▄█ ▀▄▀▀█
█ █   █ █ ▄ ▄▄▀█ █▀▄▀▄█▀▀▄ ▄▄▄█ ▄▀▄█▄▄ ▄▀█  █▄ ▄ ▄██▄▄█
█ █▄▄▄█ █ ██▀ ▄▀▀██▄ █▀▀▀▄▄█▀█▄█▀ ▀▄█▄▄ █ ▀█ ▀███  ▄▀▄█
█▄▄▄▄▄▄▄█▄▄▄███▄▄▄▄▄▄███▄▄▄████▄████▄▄█████▄█▄██▄██████

ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5233:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2660:(snd_pcm_open_noupdate) Unknown PCM default
[0610/201120.956337:ERROR:alsa_util.cc(204)] PcmOpen: default,No such file or directory
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5233:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2660:(snd_pcm_open_noupdate) Unknown PCM default
[0610/201120.956526:ERROR:alsa_util.cc(204)] PcmOpen: plug:default,No such file or directory
[Nest] 29  - 06/10/2024, 8:11:21 PM   DEBUG [WhatsappSession - gconf] WEBJS event: {"event":"qr","data":["undefined,33M9iAfUOKpYCkKWIElrnpXfXOIkTWyJMqHGMmaKWSI=,cu7ALKLojBL
C3BkhlypPJTsGpIjstHinJ41poA97NzA=,gm7Rmm7bPCXLymF4RuXyScRvcK3udmnvum9XT9Y8lWI=,1"]}
[Nest] 29  - 06/10/2024, 8:11:21 PM   DEBUG [WhatsappSession - gconf] QR received
[Nest] 29  - 06/10/2024, 8:11:21 PM     LOG [WhatsappSession - gconf] You can disable QR in console by setting 'WAHA_PRINT_QR=false' in your environment variables.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█ ▄▄▄▄▄ █▀█████▄█ ▄▄ ▄█▄█▄  ▄▀▄ ▀  █▀▄█ ▄▄▄▄▄ █
█ █   █ █▄▀█▄██▄▀▄███ ▄ ▀▄▄█▄██  ▄██ ▀█ █   █ █
█ █▄▄▄█ █  ▄ ▀▄█▄▀█   ▄▄▄ █ ▀▄▄ █▄▄▄▄▄█ █▄▄▄█ █
█▄▄▄▄▄▄▄█ █▄█ █ ▀ ▀▄▀ █▄█ █ █ ▀▄█ █▄█ █▄▄▄▄▄▄▄█
█  █▄▀▀▄▄█▄▀▀▄ ▄ ██▄█▄  ▄ ▄█ ▄▄█▄█▄█▄▄▀▄▄ ▀  ▀█
█▀ ▄▄ ▀▄▄█▀█ █▄██▀▀▄▀▀▄▄▀  ▄▄███▀▄▀▀ ▄█▀█▀ ▄▀ █
█ █▀▄██▄  ▄█ ▄▄  ▀ ▄  ▄ ▀▀▀▄  ██ ▄█▀█▄█▄▀▄██▄▄█
██▀▀██▄▄█▀ ▀█ ██ █▀▄▄▄▄▄█▄  ▄▄█  ▄▀ ██ ▄█▀█▄ ██
█ ▄█▀█▀▄█ ▄▀▄ ▄ ▀▄▀ ▀▀█▄▄█▄▀▄▀▀██ ▄▄ ▄█▀▀██▀ ▄█
████▄▀ ▄▀ █▀█▀██▄▄ █▀█▄▀▄ █ ██ ██▀ ▀███▄ ▀██▄ █
█ █▀▄ ▄▄▄ ▀▀▄  ▀█▄▀▄  ▄▄▄ ▄█▀ ▄▄ ▀ ▄█ ▄▄▄ ██▄ █
█▄ ▀▄ █▄█ █▀▀█▀██▀▀█▀ █▄█ █▄ ▀█▄   ▄█ █▄█ ▀██▄█
██▀▄  ▄▄  ▀▄ ▄▄█ ▀▄▄▀ ▄  ▄ ▄▄ █▄  █  ▄ ▄▄ ▀█▄ █
██ ▀█▀▀▄ ▀█▄▀▄ ▄  ▄▀▀▀ ▄▄█ ▄▀█▀▄▄█▄ █ ▄▀█▀██▄██
█ ▄▄▄█ ▄ █▄  ▄█▄██▄▄██ ▀  █▀▄█ ██▄ ████▀▀▄▄▀▀ █
█▀ ██▀ ▄▀██▄▀▀▀▄▀▀██▀ █▄████ ▀   ▄▀███▀ █ ▄▄  █
█▀ ▀▄█ ▄███ ▄ ███▄▄ ██ ▄▄█▄█▄ ▄▄▄▀▄▄ █▀███▄██▀█
██▀▀▀ █▄ ██ ▀▀▄▀▄▄▄█ █▄▄▀▄    █▀▄██▀█ ▀▄ ▀▀▄▀▄█
█▄██▄▄█▄▄  ▀█▄  █     ▄▄▄  █▄ █▄▀▄█ █ ▄▄▄ █ ▀ █
█ ▄▄▄▄▄ █▄▄▄ ▄  ▀▀ █▄ █▄█  ▀▀█▄▄ ▄▀█  █▄█ ▄█ ██
█ █   █ █▀█ ▄▄▀▀▄█▄  ▄▄▄  ▄  █▀██▄▄▄▄▄ ▄  █▀█ █
█ █▄▄▄█ █▀ ▀ ▄█▄█▄▄▀ ▀▀█▄ █▄██▄ █▀█▀▄  ▄▄ █▄███
█▄▄▄▄▄▄▄█▄███▄▄████▄██▄▄█▄█▄▄▄▄▄▄█▄████▄▄▄▄█▄██

[0610/201121.610599:INFO:CONSOLE(215)] "Another connection wants to delete database 'wawc_db_enc'. Closing db now to resume the delete request.", source: https://web.whatsapp.com/WAWebWorker.5e22d5986b705
80d0557.worker.js (215)
[0610/201121.612114:INFO:CONSOLE(216)] "Another connection wants to delete database 'wawc_db_enc'. Closing db now to resume the delete request.", source: https://web.whatsapp.com/app.2c7f8dd150ae88037cde.
js (216)
[0610/201121.745481:INFO:CONSOLE(2)] "Uncaught (in promise) Error: Unexpected null or undefined: me", source: https://web.whatsapp.com/vendor1~app.264a01b6133c4a120327.js (2)
[Nest] 29  - 06/10/2024, 8:13:35 PM     LOG [SessionManager] 'gconf2' - starting session...
[Nest] 29  - 06/10/2024, 8:13:35 PM     LOG [Webhook - gconf2] Configuring webhooks for http://localhost:5000/bot...
[Nest] 29  - 06/10/2024, 8:13:35 PM     LOG [Webhook - gconf2] Webhooks were configured for http://localhost:5000/bot.
[Nest] 29  - 06/10/2024, 8:13:35 PM   DEBUG [WhatsappSession - gconf2] Using web version: '2.2412.54'
[Nest] 29  - 06/10/2024, 8:13:35 PM     LOG [Webhook - gconf2] Event 'message' is enabled for url: http://localhost:5000/bot
[Nest] 29  - 06/10/2024, 8:13:35 PM     LOG [Webhook - gconf2] Event 'message.any' is enabled for url: http://localhost:5000/bot
[0610/201335.264572:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[0610/201335.279924:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[0610/201335.280158:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[0610/201335.283261:WARNING:audio_manager_linux.cc(53)] Falling back to ALSA for audio output. PulseAudio is not available or could not be initialized.
[0610/201335.294813:INFO:policy_logger.cc(145)] :components/policy/core/common/config_dir_policy_loader.cc(118) Skipping mandatory platform policies because no policy file was found at: /etc/opt/chrome/po
licies/managed
[0610/201335.294890:INFO:policy_logger.cc(145)] :components/policy/core/common/config_dir_policy_loader.cc(118) Skipping recommended platform policies because no policy file was found at: /etc/opt/chrome/
policies/recommended

DevTools listening on ws://127.0.0.1:34711/devtools/browser/d0d62895-032d-4754-a78e-f73bd284d8c0
[0610/201335.335537:WARNING:bluez_dbus_manager.cc(248)] Floss manager not present, cannot set Floss enable/disable.
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5233:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2660:(snd_pcm_open_noupdate) Unknown PCM default
[0610/201338.219315:ERROR:alsa_util.cc(204)] PcmOpen: default,No such file or directory
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5233:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2660:(snd_pcm_open_noupdate) Unknown PCM default
[0610/201338.219470:ERROR:alsa_util.cc(204)] PcmOpen: plug:default,No such file or directory
[Nest] 29  - 06/10/2024, 8:13:43 PM   DEBUG [WhatsappSession - gconf2] WEBJS event: {"event":"qr","data":["2@ioG43BdoYfW21YmudjTohnXR2fMuXk4OJCFSpISb5Tkt3+Qg/AoxHk3G5KJUrvn
P4dtsMZjnlSQQng==,DqICg+f+58dZT+bCJCq6FhwtNDo53jHZwvxAL64lokg=,4W7acdaSa63K/uMK+nvlM0wq/9fn4ayeJhpc/t2GA3I=,DyLY0vWw5vJ/XNVUP2x7evbyTZw2D1+U3znMCvDMMfk=,1"]}
[Nest] 29  - 06/10/2024, 8:13:43 PM   DEBUG [WhatsappSession - gconf2] QR received
[Nest] 29  - 06/10/2024, 8:13:43 PM     LOG [WhatsappSession - gconf2] You can disable QR in console by setting 'WAHA_PRINT_QR=false' in your environment variables.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█ ▄▄▄▄▄ █▀ ▄ ▀  █ ▀ ▄▄▄▀   ▄█▀▄  ▄ ▄ ▄▄▄ ▀▄ ▀██ ▄▄▄▄▄ █
█ █   █ █▄█▄ ▀ ▄▀ ██ ▀█▄ █▄█▀▀ ▄ ▄▄▀ ███▄█▄▀▄▀█ █   █ █
█ █▄▄▄█ █  ▄▄▄██ █▀▀  ▄▄▄ ▄▄▄   ▀▄▄▀▄█ ▄▄▄█ ███ █▄▄▄█ █
█▄▄▄▄▄▄▄█ ▀▄█ █ █ █▄▀▄█▄▀ █▄█ ▀▄▀▄█ █▄▀▄▀ █ █▄█▄▄▄▄▄▄▄█
█▄ █ ▀█▄▄▀ ▄▀▄ ▄█ ▀▄███ ▄ ▄ ▄▄▄█ ▀ ██ █▄  ▄██▄▀▄  █  ██
██ ▄   ▄█ ▄▀▄ █ █ █ ▄▀██ ▄▄▀ ▀ █▄▀█▄█▀█▄█ ▄  ▄▄▄▀▄  ▄▀█
██▄█▀▀▀▄▄█▄▄▀█▀ █  ▄ ▄  █▄██ ▄██▄▄▀  ▄▄█   █▄█ ▀ ▄ █ ▀█
█▄▄▄   ▄ ▄▀▀ ▄███▀██▀ ▀  █▀█  █▄ ▄▄▀   ▄▀▄ ▀█▄ ██  ▄▄▄█
██▄█▄▀ ▄█▄█▀▄▄▄  █▄ █▀ █  ███▄▀██▄▄▄▀ █▀▄▀▀▄▄▀▄█▀ █▀▀▀█
██▀▀▀▀▄▄▀▀▀   ▀   █ ▄██▀▄▄▀▄ ▄████▀ █ ▄▀▄█▄  ▀▄ ▄ ██▄ █
██▀█▄█ ▄ ▄▀██  ▀█▄▀▄▄█ ▄▀  █▄███▄███▀▄▄██▄██ ▄▄█ ▄▄▄▀██
█ ▄▄ ██▄███▀ █▀███▄ ▄  █▄█▄▀▄█ ▀ ▀▀█▀▀ ▀ ▄▄█▀ ▀  █   ██
██▄▀▄ ▄▄▄  ▀▄ ▄██▄  ▀▄█▄  ▄▄▄ ██ ▄▄ ▀▄▀▄  ▀█▀ ▄▄▄  █▀██
██▄█  █▄█  █▀ ▀ █▀ ▀▄▀█ █ █▄█ █▄▄▀██▀ ██ ▄██  █▄█ ██ ▄█
██▄   ▄▄  ▄ ▄▀▀ ▄▄▄▄▄▀ ▀  ▄▄▄ ▄█▀ ▄▄▄ ▄▀ █ ▄ ▄▄▄ ▄ ▀█▀█
█▄█▀▄ ▄▄█ █ ▀█▀▄▄▀█▀█ █ █▄▀ █  █  █▄█▀█▀▄█▀▄▀  ▄██ █ ▄█
█▄▀ ▄ █▄  █ ████ ▄▄ ██▀ ▄█▄█▀  ▄█▀▄██ ▄██ ▄██▄█▄ ██▀ ▄█
██▀ █ ▄▄█ ▄ ██ ▀ █▀ ▄█▄▀▀▀ ▀██ █▀  ▄███▄▀ ▀▀ █ ▀  ▄  ▀█
██ ▀█▀█▄▀▄▄▀▄█ ▄▄▀▄ ▄█▀▄█ ▀  ▀▄▄▄▄  ▄▄██ ▄▄▄▀▄▄▀█████▄█
█▄▄██▄█▄█▀  █▀  ▀ ██▄██▀▄ ██▄▄██ ▄ ▀▀  ▄  ▄▄  ▄ ▀ █▄▄ █
██▀▀██▀▄▄▄   ▀▀▀█▀█ ▄▀▄█▀ █ ▄ ▀▄█▄██▄▄█▀ █▀█ ▀█▀▄█▄█▄▀█
█▄ ▀▄▄▄▄██  ▀▄▄▄███▄█▀███   ▄▀███ ▀   ▀███▀ ▀  ▄▄█ ██▄█
████▄██▄▄ █▄▄▄▄ ██▄  ▄  █ ▄▄▄ ▄███▄██▄██  ▀█▀ ▄▄▄ █▄█▀█
█ ▄▄▄▄▄ █▄██▀▄▄▀█▄▄█▀█▄█  █▄█ ▀▄██▀▀▀█ ▀▄▄▀▀▄ █▄█ ▄  ▀█
█ █   █ █▀ ▄▀ ▄▀▀ █  ██▄█▄ ▄  █▄▀ █ ▄▄██▄ ▄▄█ ▄ ▄▄█▀█▀█
█ █▄▄▄█ █▀▀ █  ▄ ▄▀  ▄  ▀ ▀▄  ▀▀█ ▀▀█  ▄  ▀▀ █▄▄█ ▄▄ ██
█▄▄▄▄▄▄▄█▄███▄████▄▄▄███▄▄█▄████▄▄▄█▄▄█▄▄█▄██▄█▄▄█▄█▄██

ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5233:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2660:(snd_pcm_open_noupdate) Unknown PCM default
[0610/201409.148377:ERROR:alsa_util.cc(204)] PcmOpen: default,No such file or directory
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5233:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2660:(snd_pcm_open_noupdate) Unknown PCM default
[0610/201409.148480:ERROR:alsa_util.cc(204)] PcmOpen: plug:default,No such file or directory
[Nest] 29  - 06/10/2024, 8:14:09 PM   DEBUG [WhatsappSession - gconf2] WEBJS event: {"event":"qr","data":["undefined,DqICg+f+58dZT+bCJCq6FhwtNDo53jHZwvxAL64lokg=,4W7acdaSa6
3K/uMK+nvlM0wq/9fn4ayeJhpc/t2GA3I=,DyLY0vWw5vJ/XNVUP2x7evbyTZw2D1+U3znMCvDMMfk=,1"]}
[Nest] 29  - 06/10/2024, 8:14:09 PM   DEBUG [WhatsappSession - gconf2] QR received
[Nest] 29  - 06/10/2024, 8:14:09 PM     LOG [WhatsappSession - gconf2] You can disable QR in console by setting 'WAHA_PRINT_QR=false' in your environment variables.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█ ▄▄▄▄▄ █ ▄▄▄█▄ ▀█▀ ▀▄ ▀▀▀▀ █ ▀▄▀ ▀█▀▄█ ▄▄▄▄▄ █
█ █   █ █ █▀▀█ █▄▄█▄  ▄▄▄██▀▀▀█▀ █ █ ▀█ █   █ █
█ █▄▄▄█ █▀▄▄▄ ▄▄ ▀▀█  ▄▄▄ █▄██ ▄▄▀ ▄▄▄█ █▄▄▄█ █
█▄▄▄▄▄▄▄█▄▀ ▀▄█ █▄█▄▀ █▄█ █ ▀▄█▄▀ █ ▀▄█▄▄▄▄▄▄▄█
█  █▀▄▄▄█▀▀  ▄▀▀▄▄▄ █    ▄▄  ▀▀▀█▄▄█▄▀█▀▄█▄▄ ▄█
█▀▄▄▀█▄▄▀ ▄ ▀  ▄▄▄▄█▀▄▄ ▀▀▄▀▄ ▄█▀▀▀▀▀ ▄ ▀▄██▄██
█▀█▀  ▀▄ ▄█  ▀▀ █▄▄▄ ██▄▀█   █▄▀▀  ▄▀ ▄ ▄▀▀▀█▄█
██▄▄▄██▄ ▄▀▀ ▄▀█▀█▄▀ █▄▀ ▀▄ █▄█▄██ ▄█▄▄▄ ▀██▀▀█
███▄██ ▄▄█▀█ ▀▄ █▄ ▄▄ ▀▀  ▄▀▀█▀▀▀▄▀██▀█ ▄█▀▀▀██
█ ▀▄█▄▄▄█  █ ▄▀ █▄▄▀ ▄█▀▀█ ▄█ ▄▄▀  █▄▄██▀▀▄▄▄▀█
█ █▀▄ ▄▄▄ ▀ ▄  ▄▀█▄▄█ ▄▄▄ █▀▄▀  ▄ ▄██ ▄▄▄ ▀▀▀██
█▄▄▀▀ █▄█ █ ▄ ▄ ▀▀▀▀█ █▄█ ▀▄█▄▀ █▄█▀▀ █▄█ ▄▄▀██
█▄  ▄  ▄  █▄▄ ▀▀▄▄▄ █ ▄   █▀▀▀▀ █▄▀█▀    ▄▀█ ▄█
█▄    █▄  ▄▄▀█▀ ▀█▀██▀▀ ▀▄ ▄█▀█▄▀██▄▄▀▄▀█  ▄ ██
█▀▀▄▀█▄▄█▀▄▄▄▀▀▄▄▄▄▄█▀▀▀▀▄█ ▄▀▀▀▀ ▄█▀▀▄▀█▄▄██▄█
█  ▀▄ █▄ ▀ ▀█▀▀█▄▀▀██ ▄███ ▄▀█▄█▄▄ ██▄▄█▄ ██ ▀█
█▄█▄▄█ ▄▀▀▄█▀▄▄ ▀▄▄ ▄ ▄▀▄▄▄▀▄█ ▀▀▄▀▄█▄▄▄▀▄▀▀█▄█
██▀▀▀ █▄▄ ▄▄▄ ▄ ▄▀▄██ ▄ ▄█ ▄▀ ▀ ███▄▄██▀▀▄▄█▄▀█
█▄██▄▄█▄▄ ▄█▀ █▄▄▄  █ ▄▄▄ ▄▀▄██▀█ ▀█▀ ▄▄▄ ▀█▄▄█
█ ▄▄▄▄▄ █▀  ▄▀▄ ▀ █▄▀ █▄█ █  ▀▄▄█ ▄ █ █▄█ ▄▄▄██
█ █   █ █▄▀▄▄ ▀▀▀▄▄ ▄▄▄▄  ▄ ▄▀▀ █▄██▀▄  ▄ █▀▄ █
█ █▄▄▄█ █▀▀▀▀█▄▀█▄▄▀▀ ▄▀▄▀███▀▄▀▀ ▄▀█▀ ▄█ ███▄█
█▄▄▄▄▄▄▄█▄█████▄█▄▄▄▄▄▄▄▄▄▄█▄█▄██▄██▄█▄█▄█▄██▄█

[0610/201410.002647:INFO:CONSOLE(216)] "Another connection wants to delete database 'wawc_db_enc'. Closing db now to resume the delete request.", source: https://web.whatsapp.com/app.2c7f8dd150ae88037cde.
js (216)
[0610/201410.004621:INFO:CONSOLE(215)] "Another connection wants to delete database 'wawc_db_enc'. Closing db now to resume the delete request.", source: https://web.whatsapp.com/WAWebWorker.5e22d5986b705
80d0557.worker.js (215)
[0610/201410.130260:INFO:CONSOLE(2)] "Uncaught (in promise) Error: Unexpected null or undefined: me", source: https://web.whatsapp.com/vendor1~app.264a01b6133c4a120327.js (2)
[0610/201411.210511:INFO:CONSOLE(215)] "Another connection wants to delete database 'wawc'. Closing db now to resume the delete request.", source: https://web.whatsapp.com/serviceworker.js (215)
[0610/201411.210642:INFO:CONSOLE(215)] "Another connection wants to delete database 'wawc'. Closing db now to resume the delete request.", source: https://web.whatsapp.com/serviceworker.js (215)
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5233:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2660:(snd_pcm_open_noupdate) Unknown PCM default
[0610/201537.335035:ERROR:alsa_util.cc(204)] PcmOpen: default,No such file or directory
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4745:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5233:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2660:(snd_pcm_open_noupdate) Unknown PCM default
[0610/201537.335204:ERROR:alsa_util.cc(204)] PcmOpen: plug:default,No such file or directory
[0610/201537.546602:INFO:CONSOLE(216)] "Another connection wants to delete database 'wawc_db_enc'. Closing db now to resume the delete request.", source: https://web.whatsapp.com/app.2c7f8dd150ae88037cde.
js (216)
[0610/201537.550029:INFO:CONSOLE(215)] "Another connection wants to delete database 'wawc_db_enc'. Closing db now to resume the delete request.", source: https://web.whatsapp.com/WAWebWorker.5e22d5986b705
80d0557.worker.js (215)
[0610/201537.968466:INFO:CONSOLE(2)] "Uncaught (in promise) Error: Unexpected null or undefined: me", source: https://web.whatsapp.com/vendor1~app.264a01b6133c4a120327.js (2)
[0610/201538.461979:INFO:CONSOLE(215)] "Another connection wants to delete database 'wawc'. Closing db now to resume the delete request.", source: https://web.whatsapp.com/serviceworker.js (215)
[0610/201538.462074:INFO:CONSOLE(215)] "Another connection wants to delete database 'wawc'. Closing db now to resume the delete request.", source: https://web.whatsapp.com/serviceworker.js (215)
[0610/201825.782915:ERROR:quota_settings.cc(126)] Unable to compute QuotaSettings.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

normalscene commented 3 weeks ago

Hi @allburov , can you please help . Waha plus has suddenly stopped working :-(

It just doesn't log in anymore for unknown reason.

I am currently in New Delhi for now and I also spawned a VM on gcp cloud in "Mumbai" region (same country but different state) but still experiencing same issues :-(

devlikepro commented 3 weeks ago

@normalscene Yes, it looks like WA continue the war against VPS... Could you add me in Discord so we can faster find the solution for Indian fellows? :pray: :india: devlikeapro. or send an email at waha@devlike.pro (but it's faster via discord)

patron:PRO

normalscene commented 3 weeks ago

devlikeapro

Hey @devlikepro I have added you on discord. Please check a friend request from "gaurav".

devlikepro commented 3 weeks ago

Weird, I don't see that. Sent a request to gaurav too!

patron:PRO

PixelTaro commented 3 weeks ago

I get same issue and I'm in Singapore. Are there any solution yet?

patron:ADVANCED

normalscene commented 3 weeks ago

@devlikepro I am also not seeing your request :-(

My userid is argv1 on discord

@PixelTaro , I am waiting for a solution from waha team. I tried many things but to no avail. So far the only thing that works is that I run the waha docker image on my laptop along with my application ..

I believe whatsapp is now tracking the geo location of its sessions ..and that is what is causing the issue.

normalscene commented 3 weeks ago

Weird, I don't see that. Sent a request to gaurav too!

patron:PRO

My account was suspended for suspicious activity :-( .. I have just reset my password.

My username is @argv1 .. it is not gaurav .. Apologies for the confusion. Sorry I am a first time discord user

mrskl21 commented 3 weeks ago

I have same issue, the session always failed

this is response from /api/screenshoot { "statusCode": 422, "message": "The session under FAILED status. Please try to restart it.", "error": "Unprocessable Entity" }

normalscene commented 3 weeks ago

I have same issue, the session always failed

this is response from /api/screenshoot { "statusCode": 422, "message": "The session under FAILED status. Please try to restart it.", "error": "Unprocessable Entity" }

I think you should try to "stop" the session and then "start" session and try again. Your problem seems different than mine currently. Your problem is that you don't get a screenshot to login and for that the reason is that your session is in "FAILED" state.

But it is better if @devlikepro confirms the same.

devlikepro commented 3 weeks ago

I have same issue, the session always failed

@mrskl21 try to /logout from the session and start it again - what does it show? What version do you use?

patron:PRO

devlikepro commented 3 weeks ago

My username is @argv1 .. it is not gaurav

Added!

patron:PRO

normalscene commented 3 weeks ago

I get same issue and I'm in Singapore. Are there any solution yet?

patron:ADVANCED

Your best bet is to either run the setup on a local laptop close to you OR purchase/arrange a local proxy and it can work.

both approaches have been tried and tested and they are working as of now.

devlikepro commented 3 weeks ago

@PixelTaro could you add me in discord as well or just send a DM in Patreon\Boosty\Email with your discord nickname :pray: We'll find a solution too!

patron:PRO

PixelTaro commented 2 weeks ago

@PixelTaro could you add me in discord as well or just send a DM in Patreon\Boosty\Email with your discord nickname 🙏 We'll find a solution too!

patron:PRO

I tried to reinstalled latest version (2024.6.2) of Waha to my VPS and my issue was resolved. Still don't know what the cause of previous issue yet.

I sent the friend request on Discord to devlikeapro also.

patron:ADVANCED

devlikepro commented 2 weeks ago

Still don't know what the cause of previous issue yet.

May be one of the fixes helped https://waha.devlike.pro/docs/overview/changelog/ It's awesome that it's working!

sent the friend request

Sorry, it's actually devlikeapro. - with a DOT at the end :rofl:

patron:PRO

devlikepro commented 2 weeks ago

There are two possible solution to "Couldn't log in" image

  1. WAHA + Geonode Proxy - bypassing errors on Cloud or VPS
  2. WAHA + Ngrok - Running WAHA on local network

The issue has nothing to do with WAHA itself, but with the WhatsApp server blocking your IP address based on account info

patron:PRO