hangups icon indicating copy to clipboard operation
hangups copied to clipboard

Unicode error comes for certain chats while other chats open up fine

Open vinitunni opened this issue 5 years ago • 0 comments

Get the following error when I try to open some conversations ''' UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa0 in position 27: invalid start byte '''

As far as I can see, this is there for some chats which don't have any emoji in the history too.

Output of ''' python3 -c "import sys; print(sys.getfilesystemencoding())" ''' is ''' utf-8 ''' And that of ''' python3 -c "import subprocess; print(subprocess.check_output(['echo', '\U0000263a']))" ''' is ''' b'\xe2\x98\xba\n' '''

vinitunni avatar Jul 22 '19 06:07 vinitunni