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
When I click start the Qr-code appears, I scan, it syncs. I click stop which does not log out the session but disconnects.
I clik start which connects, but get error, even if I press reconnect which reconnects I get these errors:
Either 2024-11-11T19:16:44.918-03:00 ERROR 26760 --- [onPool-worker-5] ErrorHandler : [5978171994] Socket failure at MEDIA_CONNECTION 2024-11-11T19:16:44.919-03:00 WARN 26760 --- [onPool-worker-5] ErrorHandler : [5978171994] Ignored failure java.util.concurrent.CompletionException: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@67b4f29b[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@1e0780bc[Wrapped task = it.auties.whatsapp.implementation.StreamHandler$$Lambda/0x000001a9933cd388@79ab5b24]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7fa1a90c[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4]
If without disconnecting I press the reconnect button, everything works fine.
This is my code :
`private final UUID uuid;
private final WebOptionsBuilder webOptionsBuilder;
private UI current;
Scenario,
When I click start the Qr-code appears, I scan, it syncs. I click stop which does not log out the session but disconnects.
I clik start which connects, but get error, even if I press reconnect which reconnects I get these errors:
Either
2024-11-11T19:16:44.918-03:00 ERROR 26760 --- [onPool-worker-5] ErrorHandler : [5978171994] Socket failure at MEDIA_CONNECTION 2024-11-11T19:16:44.919-03:00 WARN 26760 --- [onPool-worker-5] ErrorHandler : [5978171994] Ignored failure java.util.concurrent.CompletionException: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@67b4f29b[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@1e0780bc[Wrapped task = it.auties.whatsapp.implementation.StreamHandler$$Lambda/0x000001a9933cd388@79ab5b24]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7fa1a90c[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4]
or
2024-11-11T19:16:45.039-03:00 ERROR 26760 --- [onPool-worker-5] ErrorHandler : [5978171994] Socket failure at LOGIN 2024-11-11T19:16:45.042-03:00 WARN 26760 --- [onPool-worker-5] ErrorHandler : [5978171994] Cannot login Disconnected: DISCONNECTED java.util.concurrent.CompletionException: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@6e26143d[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@35e83f7c[Wrapped task = it.auties.whatsapp.implementation.StreamHandler$$Lambda/0x000001a9933d57f8@7e24ac83]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@7fa1a90c[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4]
or both.
If without disconnecting I press the reconnect button, everything works fine.
This is my code :
`private final UUID uuid;
private final WebOptionsBuilder webOptionsBuilder;
private UI current;
`
The text was updated successfully, but these errors were encountered: