Wrong type argument: blink-search-epc-manager, nil

*Messages*报错:

or: Wrong type argument: blink-search-epc-manager, nil

*blink-search*报错:

ERROR:epc:Unexpected error
Traceback (most recent call last):
  File "/home/was/.local/lib/python3.10/site-packages/epc/handler.py", line 238, in _handle
    (name, uid, args) = unpack_message(sexp)
  File "/home/was/.local/lib/python3.10/site-packages/epc/handler.py", line 87, in unpack_message
    return (data[0].value(), data[1], data[2:])
AttributeError: 'Symbol' object has no attribute 'value'

重现步骤

  1. 运行emacs -Q
  2. 在emacs中执行
(add-to-list 'load-path "~/.emacs.d/site-lisp/blink-search")
(require 'blink-search)
  1. 按下M-x后执行blink-search

环境

  • ArchLinux 最新版本
  • blink-search 最新版本
  • emacs 30

使用EAF时也报出了类似的错误

*eaf*:

ERROR:epc:AttributeError("'Symbol' object has no attribute 'value'")
ERROR:epc:Unexpected error
Traceback (most recent call last):
  File "/home/was/.local/lib/python3.10/site-packages/epc/handler.py", line 238, in _handle
    (name, uid, args) = unpack_message(sexp)
  File "/home/was/.local/lib/python3.10/site-packages/epc/handler.py", line 87, in unpack_message
    return (data[0].value(), data[1], data[2:])
AttributeError: 'Symbol' object has no attribute 'value'
ERROR:epc:AttributeError("'Symbol' object has no attribute 'value'")
ERROR:epc:Unexpected error
Traceback (most recent call last):
  File "/home/was/.local/lib/python3.10/site-packages/epc/handler.py", line 238, in _handle
    (name, uid, args) = unpack_message(sexp)
  File "/home/was/.local/lib/python3.10/site-packages/epc/handler.py", line 87, in unpack_message
    return (data[0].value(), data[1], data[2:])
AttributeError: 'Symbol' object has no attribute 'value'

已被解决: