xdcmd icon indicating copy to clipboard operation
xdcmd copied to clipboard

某个串的解析遇到问题

Open Konecho opened this issue 4 months ago • 0 comments

python死于

  File "xxx/xdcmd/xdnmb/model.py", line 297, in __pt_container__
    children.append(Label(HTML(re.sub(
                          ^^^^^^^^^^^^
  File "xxx/python3.12/site-packages/prompt_toolkit/formatted_text/html.py", line 35, in __init__
    document = minidom.parseString(f"<html-root>{value}</html-root>")

串号是https://www.nmbxd1.com/t/67284314

调试发现串首内容包含0x00的NUL字符,不知道是不是和这个有关

Konecho avatar Oct 24 '25 07:10 Konecho