-
Notifications
You must be signed in to change notification settings - Fork 584
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I'm getting utf8 errors in the message input fields, is there a way to fix it?
If I enter the letters ğ, Ğ, ç, Ç, ş, Ş, ü, Ü, ö, Ö, ı, İ, it gives this error
Exception in thread Thread-176 (print_output):
Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1038, in _bootstrap_inner
self.run()
File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 975, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\site-packages\flet\flet.py", line 572, in print_output
line = line.decode("utf-8").rstrip("\r\n")
^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xfe in position 3: invalid start byte
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working