Jerry
1
*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'
重现步骤
- 运行
emacs -Q
- 在emacs中执行
(add-to-list 'load-path "~/.emacs.d/site-lisp/blink-search")
(require 'blink-search)
- 按下M-x后执行
blink-search
环境
- ArchLinux 最新版本
- blink-search 最新版本
- emacs 30
Jerry
2
使用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'
system
关闭
4
此话题已在最后回复的 730 天后被自动关闭。不再允许新回复。