Auties00 / Cobalt

Standalone unofficial fully-featured Whatsapp Web and Mobile API for Java and Kotlin
MIT License
625 stars 183 forks source link

mobileBuilder Cannot find signed pre key with id 5 #327

Closed hewrie closed 1 year ago

hewrie commented 1 year ago
whatsappweb4j 3.4.8

Connected Jun 12, 2023 5:24:43 PM it.auties.whatsapp.socket.MessageHandler decodeMessage WARNING: Cannot decode message(id: 3EB0E8F6ABFE947529BA32, from: 61xxxxxxxxx:17@s.whatsapp.net): Cannot find signed pre key with id 5

this.whatsapp = Whatsapp.mobileBuilder().lastConnection() .registered().orElseThrow() .addLoggedInListener(() -> System.out.println("Connected")) .connect() .join(); please help.. status whatsapp is online. but i can't send message.

Auties00 commented 1 year ago

does this happen as soon as the session is started?

hewrie commented 1 year ago

Yes, after the session started and I tried to send a WhatsApp message to the API number, a warning appeared in the console, and the message was not sent.

Auties00 commented 1 year ago

tracking in https://github.com/Auties00/Cobalt/issues/289