py-plugin
py-plugin copied to clipboard
对于某些消息可能出现`ValueError: non-hexadecimal number found in fromhex() arg at position `错误
我的某条消息的id是12731076781779739960144581948328236663737506941952,在转字符串的过程中出现了ValueError: non-hexadecimal number found in fromhex() arg at position 41错误,似乎是因为16进制数不是偶数位的。
是的我在这个地方转换时在最前面加了个0然后没报错了 不知道对程序整体有没有影响