You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some sessions are not generating the Qr code properly. The session is stopped, no phone number is conncted to it and it still cant generate the QrCode. I dont receive any Error logs. Only this:
INFO (SessionManager/1): session:MlgLW6t9H3C4G9wRD6RI-clientId2 - Starting session... {"reqId":24644,"session":"MlgLW6t9H3C4G9wRD6RI-clientId2"}
INFO (SessionManager/1): session:MlgLW6t9H3C4G9wRD6RI-clientId2 - Session is already running. {"reqId":24644,"session":"MlgLW6t9H3C4G9wRD6RI-clientId2"}
INFO (1): request completed {"reqId":24704,"req":{"id":24704,"method":"GET","url":"/api/sessions/MlgLW6t9H3C4G9wRD6RI-clientId2","query":{},"params":{"0":"api/sessions/MlgLW6t9H3C4G9wRD6RI-clientId2"}},"res":{"statusCode":200},"responseTime":1}
It says the session is already running... I dont get it.
And btw this session was created right after other successful sessions:
Session 1 -> generates Qr Code 🟢
Session 2 -> genarates Qr Code 🟢
Session 3 -> Bugs
Session 4 -> generates Qr Codes 🟢
Session 5 -> generates Qr Codes 🟢
All of those sessions were created one after another in a for loop.
It started happening after assining proxies (I am using proxy6 )to the session and it has happened pretty frequently, does it have any correlation?
Here some more logs:
DEBUG (WhatsappSession/1): session:MlgLW6t9H3C4G9wRD6RI-clientId2 - Connecting store... {"reqId":97711,"session":"MlgLW6t9H3C4G9wRD6RI-clientId2"}
DEBUG (WhatsappSession/1): session:MlgLW6t9H3C4G9wRD6RI-clientId2 - Binding store to socket... {"reqId":97711,"session":"MlgLW6t9H3C4G9wRD6RI-clientId2"}
DEBUG (WhatsappSession/1): session:MlgLW6t9H3C4G9wRD6RI-clientId2 - Start listening connection.update... {"reqId":97711,"session":"MlgLW6t9H3C4G9wRD6RI-clientId2"}
INFO (1): session:MlgLW6t9H3C4G9wRD6RI-clientId2 - Session has been started. {"reqId":97711,"session":"MlgLW6t9H3C4G9wRD6RI-clientId2"}
DEBUG (WhatsappSession/1): session:MlgLW6t9H3C4G9wRD6RI-clientId2 - NOWEB events {"reqId":97711,"session":"MlgLW6t9H3C4G9wRD6RI-clientId2","events":{"connection.update":{"connection":"connecting","receivedPendingNotifications":false}}}
OBSSS:
After restarting the session a fair amount of times on the WAHA' dashboard, the sessions becomes "Failed" and starts generating the QR Code again.
Why does it happen?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Some sessions are not generating the Qr code properly. The session is stopped, no phone number is conncted to it and it still cant generate the QrCode. I dont receive any Error logs. Only this:
INFO (SessionManager/1): session:MlgLW6t9H3C4G9wRD6RI-clientId2 -
Starting session... {"reqId":24644,"session":"MlgLW6t9H3C4G9wRD6RI-clientId2"}
INFO (SessionManager/1): session:MlgLW6t9H3C4G9wRD6RI-clientId2 -
Session is already running. {"reqId":24644,"session":"MlgLW6t9H3C4G9wRD6RI-clientId2"}
INFO (1):
request completed {"reqId":24704,"req":{"id":24704,"method":"GET","url":"/api/sessions/MlgLW6t9H3C4G9wRD6RI-clientId2","query":{},"params":{"0":"api/sessions/MlgLW6t9H3C4G9wRD6RI-clientId2"}},"res":{"statusCode":200},"responseTime":1}
It says the session is already running... I dont get it.
And btw this session was created right after other successful sessions:
Session 1 -> generates Qr Code 🟢
Session 2 -> genarates Qr Code 🟢
Session 3 -> Bugs
Session 4 -> generates Qr Codes 🟢
Session 5 -> generates Qr Codes 🟢
All of those sessions were created one after another in a for loop.
It started happening after assining proxies (I am using proxy6 )to the session and it has happened pretty frequently, does it have any correlation?
Here some more logs:
DEBUG (WhatsappSession/1): session:MlgLW6t9H3C4G9wRD6RI-clientId2 -
Connecting store... {"reqId":97711,"session":"MlgLW6t9H3C4G9wRD6RI-clientId2"}
DEBUG (WhatsappSession/1): session:MlgLW6t9H3C4G9wRD6RI-clientId2 -
Binding store to socket... {"reqId":97711,"session":"MlgLW6t9H3C4G9wRD6RI-clientId2"}
DEBUG (WhatsappSession/1): session:MlgLW6t9H3C4G9wRD6RI-clientId2 -
Start listening connection.update... {"reqId":97711,"session":"MlgLW6t9H3C4G9wRD6RI-clientId2"}
INFO (1): session:MlgLW6t9H3C4G9wRD6RI-clientId2 -
Session has been started. {"reqId":97711,"session":"MlgLW6t9H3C4G9wRD6RI-clientId2"}
DEBUG (WhatsappSession/1): session:MlgLW6t9H3C4G9wRD6RI-clientId2 -
NOWEB events {"reqId":97711,"session":"MlgLW6t9H3C4G9wRD6RI-clientId2","events":{"connection.update":{"connection":"connecting","receivedPendingNotifications":false}}}
OBSSS:
After restarting the session a fair amount of times on the WAHA' dashboard, the sessions becomes "Failed" and starts generating the QR Code again.
Why does it happen?
Beta Was this translation helpful? Give feedback.
All reactions