BUG: Python 插件的 JSON 输出包含非 ASCII 文本,导致 UTF-8 反序列化失败
作者: Easonoi创建于 2026年7月11日更新于 2026年9月18日
标签bugExternal Plugin
System.Text.DecoderFallbackException: 无法将指定代码页中的字节 [A1] 在索引 8 处转换为 Unicode。 来源: System.Private.CoreLib 目标程序集: System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e 目标模块: System.Private.CoreLib.dll 目标位置: Void Throw(Byte[], Int32) 在 System.Text.DecoderExceptionFallbackBuffer.Throw(Byte[] bytesUnknown, Int32 index) 中抛出异常 在 System.Text.DecoderExceptionFallbackBuffer.Fallback(Byte[] bytesUnknown, Int32 index) 中抛出异常 在 System.Text.Encoding.GetCharCountWithFallback(ReadOnlySpan`1 bytes, Int32 originalBytesLength, DecoderNLS decoder) 中抛出异常 在 System.Text.Encoding.GetCharCountWithFallback(Byte* pBytesOriginal, Int32 originalByteCount, Int32 bytesConsumedSoFar) 中抛出异常 在 System.Text.Json.JsonReaderHelper.TranscodeHelper(ReadOnlySpan`1 utf8Unescaped) 中抛出异常内容来源: Flow-Launcher/Flow.Launcher