realhuhu / py-plugin

miao py-plugin
GNU General Public License v3.0
48 stars 3 forks source link

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

Open ProblemFactory opened 1 year ago

ProblemFactory commented 1 year ago

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

yeyuProject commented 1 year ago

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