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

Projectile appends to the file path "Agent pid <some number>" #1880

Open
FatAndreasbot opened this issue Feb 3, 2024 · 2 comments
Open

Projectile appends to the file path "Agent pid <some number>" #1880

FatAndreasbot opened this issue Feb 3, 2024 · 2 comments
Labels

Comments

@FatAndreasbot
Copy link

Hello, I have an issue whenever i use projectile (open a file, open project, etc) projectile appends to the file path an Agent pid

Setting current directory: No such file or directory, /home/andreasbot/.config/emacs/Agent pid 858649/

How can i fix it, or what may cause this issue?
project.el works does not have this issue, unless i activate projectile-mode.
my projectile configuration

  (use-package projectile
    :init
    (projectile-mode +1)
    :diminish projectile-mode
    :custom ((projectile-completion-system 'ivy))
    :bind
    (:map projectile-mode-map
      ("M-SPC p" . projectile-command-map))
    (:map evil-normal-state-map
      ("SPC p" . projectile-command-map))
  )

Expected behavior

Open a file

Actual behavior

Get an error

Steps to reproduce the problem

Install projectile

Environment & Version information

emacs-wayland

Projectile version information

Projectile 20240123.1424

Emacs version

GNU Emacs 29.2

Operating system

Arch-linux

@bbatsov
Copy link
Owner

bbatsov commented Feb 3, 2024

It'd be great if you can share the backtrace for this error or check in the debugger step-by-step where exactly the error originates. There are some pointers for troubleshooting here https://docs.projectile.mx/projectile/troubleshooting.html

I'm guessing that if you just exclude this folder from the indexing things will work fine, as likely the transient folder is messing up something, but you don't really want to do much with it.

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 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants