-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Hi, @devlikepro
help me that i got this error when i check the log:
`2026/12/30 10:29AM 30 pid=7 hostname=worker2 reqId=2594 req={"id":2594,"method":"GET","url":"/api/f4b8e625-7fd0-4fce-9de9-2571f53f09e7/lids/55152178417790@lid","query":{},"params":{"path":["api","f4b8e625-7fd0-4fce-9de9-2571f53f09e7","lids","55152178417790@lid"]}} res={"statusCode":200} responseTime=4 msg=request completed
��
{"level":50,"time":1767065372467,"pid":7,"hostname":"worker2","reqId":637,"session":"f4b8e625-7fd0-4fce-9de9-2571f53f09e7","name":"WebhookSender","id":"01KDPMVFRKA4F88VPXDD78P5WX","event.id":"evt_01kdpmvfrjmtgf89cd7yvqx5rp","error":"Request failed with status code 400","data":{"status":400,"message":"Cannot resolve phone number for lid 55152178417790@lid"},"msg":"POST request failed: Request failed with status code 400"}
2026/12/30 10:30AM 30 pid=7 hostname=worker2 reqId=637 session=f4b8e625-7fd0-4fce-9de9-2571f53f09e7 name=NOWEBEngine msg=resyncing regular from v2
2026/12/30 10:30AM 30 pid=7 hostname=worker2 reqId=637 session=f4b8e625-7fd0-4fce-9de9-2571f53f09e7 name=regular error=Error: Invalid patch mac
at decodeSyncdPatch (file:///app/node_modules/@adiwajshing/baileys/lib/Utils/chat-utils.js:197:19)
at async decodePatches (file:///app/node_modules/@adiwajshing/baileys/lib/Utils/chat-utils.js:299:30)
at async file:///app/node_modules/@adiwajshing/baileys/lib/Socket/chats.js:416:70
at async file:///app/node_modules/@adiwajshing/baileys/lib/Utils/auth-utils.js:220:36 msg=failed to sync state from version, removing and trying from scratch
2026/12/30 10:30AM 30 pid=7 hostname=worker2 reqId=637 session=f4b8e625-7fd0-4fce-9de9-2571f53f09e7 name=NOWEBEngine msg=resyncing regular from v0
2026/12/30 10:30AM 30 pid=7 hostname=worker2 reqId=637 session=f4b8e625-7fd0-4fce-9de9-2571f53f09e7 name=regular error=Error: error:1C800064:Provider routines::bad decrypt
at Decipheriv.final (node:internal/crypto/cipher:184:29)
at aesDecryptWithIV (file:///app/node_modules/@adiwajshing/baileys/lib/Utils/crypto.js:77:51)
at aesDecrypt (file:///app/node_modules/@adiwajshing/baileys/lib/Utils/crypto.js:72:12)
at decodeSyncdMutations (file:///app/node_modules/@adiwajshing/baileys/lib/Utils/chat-utils.js:157:24)
at async decodeSyncdSnapshot (file:///app/node_modules/@adiwajshing/baileys/lib/Utils/chat-utils.js:257:37)
at async file:///app/node_modules/@adiwajshing/baileys/lib/Socket/chats.js:408:70
at async file:///app/node_modules/@adiwajshing/baileys/lib/Utils/auth-utils.js:220:36 msg=failed to sync state from version, removing and trying from scratch
2026/12/30 10:30AM 30 pid=7 hostname=worker2 reqId=637 session=f4b8e625-7fd0-4fce-9de9-2571f53f09e7 name=NOWEBEngine msg=resyncing regular from v0
2026/12/30 10:30AM 30 pid=7 hostname=worker2 reqId=637 session=f4b8e625-7fd0-4fce-9de9-2571f53f09e7 name=regular error=Error: error:1C800064:Provider routines::bad decrypt
at Decipheriv.final (node:internal/crypto/cipher:184:29)
at aesDecryptWithIV (file:///app/node_modules/@adiwajshing/baileys/lib/Utils/crypto.js:77:51)
at aesDecrypt (file:///app/node_modules/@adiwajshing/baileys/lib/Utils/crypto.js:72:12)
at decodeSyncdMutations (file:///app/node_modules/@adiwajshing/baileys/lib/Utils/chat-utils.js:157:24)
at async decodeSyncdSnapshot (file:///app/node_modules/@adiwajshing/baileys/lib/Utils/chat-utils.js:257:37)
at async file:///app/node_modules/@adiwajshing/baileys/lib/Socket/chats.js:408:70
at async file:///app/node_modules/@adiwajshing/baileys/lib/Utils/auth-utils.js:220:36 msg=failed to sync state from version`
I think its because the API lid cannot work? can you help me to fix this bug?
Thank you