mirror of
https://github.com/jie65535/JChatGPT.git
synced 2026-09-15 02:56:10 +08:00
member.active.temperature relies on OneBot pulling group honor data, which throws "Error code: 2" when the upstream is busy/unavailable. That access sat outside the existing title try/catch, so a failure propagated through getSystemPrompt -> onMessage and aborted the entire reply. Wrap the active.temperature access in its own try/catch and degrade gracefully (omit the lv segment) instead of breaking the whole turn. Co-Authored-By: Claude Opus 4.8 <[email protected]>