You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I try drag-and-dropping files containing cyrillic symbols into my apply_dnd widgets, I get the following error: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc2 in position 24: invalid continuation byte Exception ignored on calling ctypes callback function: <function apply_dnd.__init__.<locals>.py_drop_func at 0x000001B28D9CC220> Traceback (most recent call last): File "D:\Program Files\Python\Python311\Lib\site-packages\pywinstyles\py_win_style.py", line 205, in py_drop_func drop_name = file_buffer.value.decode("utf-8") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc2 in position 24: invalid continuation byte
The text was updated successfully, but these errors were encountered:
Whenever I try drag-and-dropping files containing cyrillic symbols into my apply_dnd widgets, I get the following error:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc2 in position 24: invalid continuation byte Exception ignored on calling ctypes callback function: <function apply_dnd.__init__.<locals>.py_drop_func at 0x000001B28D9CC220> Traceback (most recent call last): File "D:\Program Files\Python\Python311\Lib\site-packages\pywinstyles\py_win_style.py", line 205, in py_drop_func drop_name = file_buffer.value.decode("utf-8") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc2 in position 24: invalid continuation byte
The text was updated successfully, but these errors were encountered: