mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 03:13:41 +08:00
The Lark SDK throws HandlerNotFoundException for any event type without a registered handler. This exception is caught internally by the SDK's WebSocket client, which then sends a 500 response to the Feishu server. The server may close the connection as a result, and the exception is swallowed — never reaching the application layer. Added empty handlers for all remaining IM event types: - P2MessageReadV1 (read receipts) - P2MessageRecalledV1 (message recall) - P2ChatMemberBotDeletedV1 (bot removed from chat) - P2ChatMemberUserAddedV1 / UserDeletedV1 / UserWithdrawnV1 - P2ChatUpdatedV1 (chat info update) - P2ChatDisbandedV1 (chat disbanded) - P2ChatAccessEventBotP2pChatEnteredV1 (bot entered p2p chat) Also added explicit logback config for com.lark.oapi at WARN level to ensure SDK internal errors are not silently filtered. Refs: larksuite/oapi-sdk-java#185 |
||
|---|---|---|
| .. | ||
| src | ||
| Dockerfile | ||
| pom.xml | ||
| settings.xml | ||