mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-25 09:35:55 +03:00
[GH-ISSUE #32] Can't run it #9
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#9
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 @atcasanova on GitHub (Dec 18, 2025).
Original GitHub issue: https://github.com/KeygraphHQ/shannon/issues/32
✅ Configuration loaded successfully
🔧 Checking tool availability...
✅ nmap - available
✅ subfinder - available
✅ whatweb - available
✅ schemathesis - available
📁 Setting up local repository...
✅ Initial checkpoint created
✅ Local repository setup successfully
❌ Main execution failed:
Failed to save session store: EACCES: permission denied, open '/app/.shannon-store.json.tmp'
Context: {"storeFile":"/app/.shannon-store.json","originalError":"EACCES: permission denied, open '/app/.shannon-store.json.tmp'"}
@keygraphVarun commented on GitHub (Dec 18, 2025):
Thanks for reaching out.
Could you share (assuming you’re following the Quick Start with Docker on our main README.MD exactly as written) the following outputs - it would help us debug this:
docker run ...command you used (copy/paste), including whether you used [Please remember to redact any sensitive info!]:--network hostvs--add-host=host.docker.internal:host-gatewayhttps://your-app.com/orhttp://host.docker.internal:3000)"/app/repos/your-app")uname -adocker versiondocker compose versiondocker build -t shannon:latest .and paste any relevant build output/warningsdocker run, paste:pwdls -lals -la repos configs-v "$(pwd)/repos:/app/repos"-v "$(pwd)/configs:/app/configs"Please run this minimal debug command and paste the full output:
@keygraphVarun commented on GitHub (Dec 18, 2025):
cc: @Khaushik-keygraph
@atcasanova commented on GitHub (Dec 20, 2025):
the command i used:
@atcasanova commented on GitHub (Dec 21, 2025):
damn i misclicked hahaha
@Khaushik-keygraph commented on GitHub (Dec 22, 2025):
Fixed in PR #35 !