Replies: 1 comment 2 replies
-
|
This error happens because Dify expects plugin responses to be valid JSON encoded in UTF-8. If the plugin returns plain text, HTML, or JSON in a different encoding, or if the output is a Python dict string (with single quotes) instead of proper JSON, the parser will fail with errors like "Invalid character ä looking for beginning of value" [source] [source] [source]. To fix this:
If you can, capture the actual "original response" that triggered the error and check if it's valid UTF-8 JSON. This will help pinpoint whether the issue is with encoding, formatting, or unexpected content (like HTML or plain text). To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
Content
Why does the Dify plugin cause this issue: Invalid character ä looking for beginning of valuestatus: original response: xxxx
How to resolve this issue
Beta Was this translation helpful? Give feedback.
All reactions