py-plugin icon indicating copy to clipboard operation
py-plugin copied to clipboard

对于某些消息可能出现`ValueError: non-hexadecimal number found in fromhex() arg at position `错误

Open ProblemFactory opened this issue 3 years ago • 1 comments

我的某条消息的id是12731076781779739960144581948328236663737506941952,在转字符串的过程中出现了ValueError: non-hexadecimal number found in fromhex() arg at position 41错误,似乎是因为16进制数不是偶数位的。

ProblemFactory avatar Mar 22 '23 12:03 ProblemFactory

是的我在这个地方转换时在最前面加了个0然后没报错了 不知道对程序整体有没有影响

yeyuProject avatar Apr 26 '23 05:04 yeyuProject