We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Moving plugins/clnrest/clnrest to plugins/clnrest locally appears to be a workaround.
On my local machine:
Adding the path to the log message:
p->pid = pipecmdarr(&stdinfd, &stdoutfd, &pipecmd_preserve, cmd); if (p->pid == -1) return tal_fmt(p, "opening pipe: %s; cmd[0]: %s", strerror(errno), cmd[0]);
error starting plugin '/..trim../plugins/clnrest': opening pipe: Permission denied; cmd[0]: /..trim../plugins/clnrest
% /..trim../plugins/clnrest zsh: permission denied: /..trim../plugins/clnrest % /..trim../plugins/clnrest/clnrest [program runs]
The permission denied is because it's trying to run the folder instead of the program.
Original issue: #7862
The text was updated successfully, but these errors were encountered:
Apparently i didn't delete the folder hard enough. I think @ShahanaFarooqui is fixing it in #8068
Sorry, something went wrong.
Fixed, indeed!
No branches or pull requests
Moving plugins/clnrest/clnrest to plugins/clnrest locally appears to be a workaround.
On my local machine:
Adding the path to the log message:
The permission denied is because it's trying to run the folder instead of the program.
Original issue: #7862
The text was updated successfully, but these errors were encountered: