Created
March 25, 2021 19:12
-
-
Save LinArcX/31756281842661b7af7d56e9ae8dbf16 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debugger entered--Lisp error: (invalid-slot-type secret string aria2-rcp-secret) | |
signal(invalid-slot-type (secret string aria2-rcp-secret)) | |
eieio--perform-slot-validation-for-default(#s(cl-slot-descriptor :name secret :initform aria2-rcp-secret :type string :props nil) nil) | |
eieio--add-new-slot(#s(eieio--class :name aria2-controller :docstring nil :parents (#s(eieio--class :name eieio-persistent :docstring "This special class enables persistence through sav..." :parents nil :slots [#s(cl-slot-descriptor :name file :initform unbound :type string :props ((:documentation . "The save file for this persistent object.\nThis mus. | |
eieio-defclass-internal(aria2-controller (eieio-persistent) ((request-id :initarg :request-id :initform 0 :type integer :docstring "Value of id field in JSONRPC data, gets incremente...") (rcp-url :initarg :rcp-url :initform (aria2--url) :type string :docstring "Url on which aria2c listens for JSON RPC requests.") (secret :initarg :secret :initform ari | |
eval-buffer(#<buffer *load*-469531> nil "/home/linarcx/.emacs.d/straight/build/aria2/aria2...." nil t) ; Reading at buffer position 9985 | |
load-with-code-conversion("/home/linarcx/.emacs.d/straight/build/aria2/aria2...." "/home/linarcx/.emacs.d/straight/build/aria2/aria2...." nil t) | |
require(aria2) | |
eval-buffer(#<buffer *load*> nil "/home/linarcx/.emacs.d/init.el" nil t) ; Reading at buffer position 6021 | |
load-with-code-conversion("/home/linarcx/.emacs.d/init.el" "/home/linarcx/.emacs.d/init.el" nil nil) | |
load("/home/linarcx/.emacs.d/init.el" nil nil t) | |
load-file("/home/linarcx/.emacs.d/init.el") | |
reload-init-file() | |
funcall-interactively(reload-init-file) | |
call-interactively(reload-init-file record nil) | |
command-execute(reload-init-file record) | |
execute-extended-command(nil "reload-init-file" "relo") | |
funcall-interactively(execute-extended-command nil "reload-init-file" "relo") | |
call-interactively(execute-extended-command nil nil) | |
command-execute(execute-extended-command) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So, after 7 month, do u have the solution ?