When posting ChapterUpdated to Kavita, Komf gives a warning on the response as Kavita sends back an argument that Komf does not expect.
Despite the error in the logs, the update is successful and komf moves to the next Chapter. So the issue is only logs pollution.
`:41:59.475 [OkHttp http://kavita:5000/...] INFO http.logging -- --> POST http://kavita:5000/api/chapter/update (2072-byte body)
12:41:59.495 [OkHttp http://kavita:5000/...] WARN com.microsoft.signalr.HubConnection -- Failed to find handler for 'ChapterUpdated' method.
12:41:59.496 [OkHttp http://kavita:5000/...] ERROR com.microsoft.signalr.HubConnection -- Failed to bind arguments received in invocation 'null' of 'ChapterUpdated'.
java.lang.RuntimeException: Invocation provides 1 argument(s) but target expects 0.
at com.microsoft.signalr.GsonHubProtocol.bindArguments(GsonHubProtocol.java:234)
at com.microsoft.signalr.GsonHubProtocol.parseMessages(GsonHubProtocol.java:108)
at com.microsoft.signalr.HubConnection.ReceiveLoop(HubConnection.java:469)
at com.microsoft.signalr.HubConnection.lambda$new$0(HubConnection.java:168)
at com.microsoft.signalr.WebSocketTransport.onReceive(WebSocketTransport.java:75)
at com.microsoft.signalr.WebSocketTransport.lambda$start$0(WebSocketTransport.java:52)
at com.microsoft.signalr.OkHttpWebSocketWrapper$SignalRWebSocketListener.onMessage(OkHttpWebSocketWrapper.java:95)
at okhttp3.internal.ws.RealWebSocket.onReadMessage(RealWebSocket.kt:394)
at okhttp3.internal.ws.WebSocketReader.readMessageFrame(WebSocketReader.kt:256)
at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:112)
at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:317)
at okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:204)
at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:531)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
12:41:59.497 [OkHttp http://kavita:5000/...] INFO http.logging -- <-- 200 OK http://kavita:5000/api/chapter/update (21ms, 0-byte body)`
When posting ChapterUpdated to Kavita, Komf gives a warning on the response as Kavita sends back an argument that Komf does not expect.
Despite the error in the logs, the update is successful and komf moves to the next Chapter. So the issue is only logs pollution.
`:41:59.475 [OkHttp http://kavita:5000/...] INFO http.logging -- --> POST http://kavita:5000/api/chapter/update (2072-byte body)
12:41:59.495 [OkHttp http://kavita:5000/...] WARN com.microsoft.signalr.HubConnection -- Failed to find handler for 'ChapterUpdated' method.
12:41:59.496 [OkHttp http://kavita:5000/...] ERROR com.microsoft.signalr.HubConnection -- Failed to bind arguments received in invocation 'null' of 'ChapterUpdated'.
java.lang.RuntimeException: Invocation provides 1 argument(s) but target expects 0.
12:41:59.497 [OkHttp http://kavita:5000/...] INFO http.logging -- <-- 200 OK http://kavita:5000/api/chapter/update (21ms, 0-byte body)`