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
{{ message }}
This repository has been archived by the owner on Aug 24, 2020. It is now read-only.
file:types.py
modify :return payload.read(length).decode('cesu-8')
to:return payload.read(length).decode('cesu-8', errors='ignore')
Special symbols :☎☏✄☪☣☢☠♨« »큐〓㊚㊛囍㊒㊖☑✔☐☒✘㍿☯☰☷♥♠♤❤♂♀★☆☯✡※
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xed in position 7: invalid continuation byte
The solution I think of now is to ignore, if you have a good way of handling, please teach, thank you.
The text was updated successfully, but these errors were encountered: