Skip to content

UTF-8 Error #1000

@ixelizm

Description

@ixelizm

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions