SpringHan / netease-cloud-music.el

A netease music client for emacs.
GNU General Public License v3.0
83 stars 12 forks source link

netease-cloud-music-interface-init: Symbol’s value as variable is void: symbol-value #14

Open donaldsdlo opened 2 years ago

donaldsdlo commented 2 years ago

GNU Emacs 27.2 (build 1, x86_64-apple-darwin20.6.0, Carbon Version 164 AppKit 2022.6) of 2022-02-23 Doom core v3.0.0-alpha grafted, HEAD -> master, origin/master, origin/HEAD 8496726 2022-02-19 01:08:08 +0100 Doom modules v21.12.0-alpha grafted, HEAD -> master, origin/master, origin/HEAD 8496726 2022-02-19 01:08:08 +0100

Package (package! netease-cloud-music.el :recipe (:host github :repo "SpringHan/netease-cloud-music.el"))

Config (use-package request) ;; Require it (require 'netease-cloud-music) (require 'netease-cloud-music-ui) ;If you want to use the default TUI, you should add this line in your configuration. (evil-set-initial-state 'netease-cloud-music-mode 'emacs)

Command netease-cloud-music occur netease-cloud-music-interface-init: Symbol’s value as variable is void: symbol-value

Jousimies commented 2 years ago

+1 Same issue. error in process sentinel: netease-cloud-music-interface-init: Symbol’s value as variable is void: symbol-value error in process sentinel: Symbol’s value as variable is void: symbol-value

My emacs version: GNU Emacs 28.0.91 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.17.4) of 2022-03-09

Jousimies commented 2 years ago

The problem was fixed by remove `symbol-value' from netease-cloud-music.el

(netease-cloud-music--slice symbol-value songs start end) --> (netease-cloud-music--slice songs start end)