-
Notifications
You must be signed in to change notification settings - Fork 238
Description
question:
Excuse me,Is this 403 a problem with my account or my usage method
version used:
com.github.auties00
cobalt
0.0.10
Usage:
Whatsapp whatsapp = Whatsapp.mobileBuilder()
.newConnection(SixPartsKeys.of("Six segment code"))
.device(CompanionDevice.ios(false))
.registered().orElseThrow();
whatsapp.addNodeReceivedListener(incoming -> System.out.printf("request %s%n", incoming))
.addNodeSentListener(outgoing -> System.out.printf("resp %s%n", outgoing))
.addLoggedInListener(api -> {
System.out.println("login");
List chats = api.store().chats();
System.out.println("chat" + chats.size());
}
)
.connect()
.join()
.awaitDisconnection();
Exception message:
resp Node[description=failure, attributes={vt=14, appeal_token=Ae3OuiLGkG9QeC8EvPVKszq5v8POIE5vmMMqSGsMbNe0EUABjTCWpA1VTjMEb9Gxfa9ZjrIy7o1M3Qdgr9uOVrtRY2X1fYI67VbV_FtYdZzUaE5pkJA-aohYWLCW5i97O4zWQA8bby68XMcX2xxRnGZ3jkNit0nK_wAKLm7HGEf3n8szonzTzv3GMMhWfg6hSxXWfpCRzq8nrphxKVi3IGn1P5c, reason=403, location=cco}]