Not working. What 's " UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc4 in position 132: invalid continuation byte" supposed to mean?The error occurred when I tried to make a scale through it

If this template helps then use it. If not then just delete and start from scratch.
I am a student who is learning to use PsychoPy, and I’m running into the following situation

OS (e.g. Win10): Win10
PsychoPy version (e.g. 1.84.x): 2.2
Standard Standalone? (y/n) If not then what?:y
What are you trying to achieve?:
What 's " UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xc4 in position 132: invalid continuation byte" supposed to mean?The error occurred when I tried to make a scale through it.
I’m trying to figure out the error.
What did you try to make it work?:
I tried to convert the format.
**What specifically went wrong when you tried that?:**UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xc4 in position 132: invalid continuation byte
Include pasted full error message if possible. “That didn’t work” is not enough information.

The problem may be that you need to add parentheses to numbers, such as (a,b)

Do you have any Chinese characters in your item filename?

I did not use Chinese, and in order for it to run, I also translated the problem into English for use. After checking the characters, I did not use the characters in Chinese.

This is feasible, thank you. But why does it need to be done?