projectile icon indicating copy to clipboard operation
projectile copied to clipboard

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

Open elondres-mim opened this issue 1 year ago • 0 comments

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)

elondres-mim avatar Aug 23 '24 12:08 elondres-mim