You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
goose session -> Failed to start the MCP server from configuration Builtin(developer) `Call to '' failed for 'initialize'. Error from mcp-server: Stdio process error: \nthread 'main' panicked
#1392
Open
Dan-Wuensch opened this issue
Feb 26, 2025
· 0 comments
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Run goose session on MacOS 15.3.1
Observe the following error:
Failed to start extension: developer, "Failed to start the MCP server from configuration Builtin(developer)Call to '' failed for 'initialize'. Error from mcp-server: Stdio process error: \nthread 'main' panicked at /Users/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-appender-0.2.3/src/rolling.rs:154:14:\ninitializing rolling file appender failed: InitError { context: \"failed to create initial log file\", source: Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" } }\nnote: run with RUST_BACKTRACE=1 environment variable to display a backtrace\n"
Expected behavior goose session runs without sudo
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Running sudo bypasses this error, but then I end up encountering other issues due to sudo not having context to AWS credentials, etc
The text was updated successfully, but these errors were encountered:
Describe the bug
Note: Please check some common questiosn on https://block.github.io/goose/docs/troubleshooting before filing the report
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
goose session
on MacOS 15.3.1Failed to start extension: developer, "Failed to start the MCP server from configuration
Builtin(developer)
Call to '' failed for 'initialize'. Error from mcp-server: Stdio process error: \nthread 'main' panicked at /Users/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-appender-0.2.3/src/rolling.rs:154:14:\ninitializing rolling file appender failed: InitError { context: \"failed to create initial log file\", source: Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" } }\nnote: run with
RUST_BACKTRACE=1environment variable to display a backtrace\n
"Expected behavior
goose session
runs without sudoScreenshots
If applicable, add screenshots to help explain your problem.
Please provide following information:
Additional context
Running sudo bypasses this error, but then I end up encountering other issues due to sudo not having context to AWS credentials, etc
The text was updated successfully, but these errors were encountered: