Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong type argument: avl-tree-, nil #530

Open
lrustand opened this issue Sep 19, 2024 · 3 comments
Open

Wrong type argument: avl-tree-, nil #530

lrustand opened this issue Sep 19, 2024 · 3 comments

Comments

@lrustand
Copy link

I'm like many others experiencing the error message mentioned in the title. However, the fix mentioned in #466 (comment) does not work.

Neither emacs nor elfeed has been upgraded, I first installed it just hours ago, and it was working fine for a short while, then suddenly all elfeed commands result in the above mentioned error or similar. I have completely deleted all traces of elfeed and the database, restarted emacs and reinstalled elfeed, but nothing changes.

@lrustand
Copy link
Author

lrustand commented Sep 19, 2024

The variable elfeed-db contains the value (menu-bar-mode -1 :version 4). Some kind of corruption seems to be going on here. Incidentally (menu-bar-mode -1) is the second line in my init.el, but I have no idea why elfeed would be reading that.

@NickRaleigh
Copy link

@lrustand if you're still having this issue, I had a similar problem. So far I've followed the method you mentioned, but I also deleted ~/.elfeed.db and the elfeed package inside ~/.emacs.d. Then I reinstalled elfeed and it started working again. Maybe that will work for you?

@abougouffa
Copy link

abougouffa commented Nov 8, 2024

I have the same issue, the fix suggested in #466 and deleting the database and the cache didn't solve the issue.

The value of elfeed-db is wierd, in my case, it contains the same use-package form that I use to load elfeed, evaluating M-: elfeed-db in my machine returns:

(use-package elfeed :straight t :init (defcustom +elfeed-images-dir "~/Pictures/elfeed/" "Directory of downloaded pictures." :group 'minemacs-elfeed) (+def-dedicated-tab! elfeed :exit-func elfeed-search-quit-window) :custom (elfeed-db-directory (concat minemacs-local-dir "elfeed/db/")) (elfeed-enclosure-default-dir (concat minemacs-local-dir "elfeed/enclosure/")) :config (+ignore-root elfeed-db-directory elfeed-enclosure-default-dir) ...)

Which is the content of the use-package form I'm using to load it!

Edit

For context, this is my M-x emacs-version: GNU Emacs 30.0.92 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.43, cairo version 1.18.2) of 2024-10-28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants