Almenon / birdseye-vscode

vscode port of birdseye - a graphical Python debugger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about Chinese decode error

CrystalWindSnake opened this issue · comments

An error occurs when there is a Chinese comment in the code file。

UnicodeDecodeError: 'gbk' codec can't decode byte 0xb0 in position 1054: illegal multibyte sequence

Please give more details. When and where does this happen? Can you give a full traceback? Can you give us sample code that produces the error?

@alexmojaki @Almenon
I appreciate your concern.
My python version:Python 3.6.1 :: Anaconda custom (64-bit)
The attachment contains other relevant information.
Thank you.

eye_issue_traceback.txt
py_code.txt

Thanks @CrystalWindSnake, this has been fixed in the newest release of birdseye. Upgrade with:

pip install --user --upgrade birdseye

in a terminal.