mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-25 17:45:53 +03:00
[GH-ISSUE #54] Shannon EACCES: permission denied #18
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shannon-KeygraphHQ#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HAHARONI on GitHub (Jan 19, 2026).
Original GitHub issue: https://github.com/KeygraphHQ/shannon/issues/54
Originally assigned to: @Khaushik-keygraph on GitHub.
Hi, i have issues, i always encountered this error
command to run = ./shannon start URL=https://juice-shop.herokuapp.com/#/ REPO=~/juice-shop
@Bisconcini commented on GitHub (Jan 19, 2026):
Hello, same issue here
Running on Linux Ubuntu 24.04.
Also, when executing :
And same error on Windows 11 with Ubuntu WSL
One interesting thing, I set the OUTPUT and REPO variable by command ./shennon URL=......
and always appears that INPUT saying that REPO and OUTPUT is default / isn't set
I've tryed to playaround in Docker files / Compose, to give the the permissions, without success. both in Windows and Linux (first in Win, then installed on my Linux to check if same error)
@HAHARONI commented on GitHub (Jan 20, 2026):
@Bisconcini I have a workaround to solve this issue, what i've try is using docker exec with -u 1000:1000 to log in to your docker worker temporal, then mkdir the app directory
@Bisconcini commented on GitHub (Jan 20, 2026):
Thanks, @HAHARONI !
I was able to solve this as well (by other way). Now I'm figuring ou why my "Claude exited with response 1" or something =)
@ajmallesh commented on GitHub (Jan 20, 2026):
Thanks for flagging! This should be fixed with #57 - the container was running as non-root but the bind-mounted directories had incorrect permissions. Pull the latest changes and let us know if you hit any other issues!