Pascal Fenkam

Results 6 comments of Pascal Fenkam

The PVC doesn't bind. It stays indefinitely in PENDING state.

Trying the master results in this after processing a number of messages. I have two connections with this whatsapp account: the connection from the phone and the one from Whatsapp4j....

Got this one. It's the same as previous one. ``` at it.auties.whatsapp.socket.StreamHandler.digestError(StreamHandler.java:554) at it.auties.whatsapp.socket.StreamHandler.digest(StreamHandler.java:89) at it.auties.whatsapp.socket.SocketHandler.onMessage(SocketHandler.java:188) at it.auties.whatsapp.socket.SocketSession.readMessages(SocketSession.java:122) at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)...

Make sure you delete ~/.whatsapp4j/. Also, I noticed it might happen a few times on startup. But once it is up and running, that problem goes away. Also make sure...

I use Ubuntu 22 and Java 17 as well. Please try the reproducer if you don't mind. It is very simple with no framework.

Sure. I just changed the version to 3.4.4 and changed the code to use lastConnection. is still works for me. Again, few initial start fail but eventually it starts and...