Skip to content
New issue

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

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

Already on GitHub? # to your account

"Wrong type argument: hash-table-p, nil" when running projectile-find-file with enable-caching on #1900

Open
elondres-mim opened this issue Aug 23, 2024 · 4 comments
Labels

Comments

@elondres-mim
Copy link

Expected behavior

projectile-find-file works

Actual behavior

Wrong type argument: hash-table-p, nil printed in minibuffer

Steps to reproduce the problem

I have the following use-package setup:

(use-package projectile
  :bind-keymap ("C-c p" . projectile-command-map)
  :config (setq projectile-enable-caching t))

When I navigate to a project (git repo directory root) and enter C-c p f I get the error message.

Environment & Version information

Projectile version information

20240814.1854

Emacs version

GNU Emacs 30.0.60

Operating system

x86_64-apple-darwin23.5.0 (macOS Sonoma 14.6.1)

Copy link

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed soon if no further activity occurs. Thank you for your contribution and understanding!

@github-actions github-actions bot added the Stale label Jan 19, 2025
@elondres-mim
Copy link
Author

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed soon if no further activity occurs. Thank you for your contribution and understanding!

@github-actions Haven't seen any activity.

@bbatsov
Copy link
Owner

bbatsov commented Jan 21, 2025

So, that's still broken for you?

Does it work if you disable the caching? Can you also share the complete backtrace, as without it's hard to guess where exactly the problem is.

@jwr
Copy link

jwr commented Jan 26, 2025

This looks similar to #1854 and I do not have projectile-enable-caching enabled.

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

No branches or pull requests

3 participants