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

Error Candidates function should raise an error. #9

Open
mijoharas opened this issue Feb 26, 2023 · 0 comments
Open

Error Candidates function should raise an error. #9

mijoharas opened this issue Feb 26, 2023 · 0 comments

Comments

@mijoharas
Copy link

I've had a very strange issue, and I have a workaround (hack) to get around it. I don't really have the time to figure out exactly what is going on, but figure I'll leave this issue for anyone else who might come along.

When running helm-fasd(-*) I get the error:

helm-get-candidates: Candidates function ‘#[128 \302\300\303\301�""\207 [helm-fasd-init (fasd -R -l -s ) apply append] 6 

(fn &rest ARGS2)]’ should run a process

Now... that doesn't seem right, since if you look at helm-fasd-init it's clearly starting a process right there.

I got lazy and swapped the helm-log lines to message (I know, I should be setting some debug var to control this, but 🤷‍♂️ ). This meant that I now had the line (message "Starting helm-fasd process") in helm-fasd-init. This stopped the error occurring and made allowed me to use the package as normal.

I really don't feel like investigating what exactly is causing a tool to start working when I'm adding debug lines right now, so I'm leaving this here for anyone braver than me (if anyone else hits this issue).

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

1 participant