mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
Merge a74d759061 into 4fade39c90
This commit is contained in:
commit
adf1600f75
1 changed files with 1 additions and 1 deletions
|
|
@ -792,7 +792,7 @@ class BlueBubblesAdapter(BasePlatformAdapter):
|
|||
)[0]
|
||||
payload = json.loads(payload_str) if payload_str else {}
|
||||
except Exception as exc:
|
||||
logger.error("[bluebubbles] webhook parse error: %s", exc)
|
||||
logger.error("[bluebubbles] webhook parse error: %s", exc, exc_info=True)
|
||||
return web.json_response({"error": "invalid payload"}, status=400)
|
||||
|
||||
event_type = self._value(payload.get("type"), payload.get("event")) or ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue