devchat-ai / devchat

Automate your dev tasks with AI-powered scripts, from your IDE's chat panel.
https://www.devchat.ai
Apache License 2.0
344 stars 39 forks source link

Unknown reasons caused a UnicodeDecodeError: 'gbk' codec can't decode byte 0x9a in position 174: illegal multibyte sequence #218

Closed runjinz closed 7 months ago

runjinz commented 7 months ago
  1. Users clicked to generate unit tests and got an error: UnicodeDecodeError: 'gbk' codec can't decode byte 0x9a in position 174: illegal multibyte sequence.
  2. Even when they changed it to numbers or letters, it still gave an error.
  3. So the issue might not be with the workflow. image
runjinz commented 7 months ago

Another user using the commit workflow also encountered this issue, but they couldn't reproduce it at that time. https://github.com/devchat-ai/devchat/issues/195