Complete error reference — exit codes, error defines, error messages with resolutions, and diagnostic tools for debugging ScorpioX Code.
| Code | Meaning |
|---|---|
0 |
success |
1 |
general error |
2 |
usage/config error |
3 |
clone/operation failure (vault-git) |
4 |
export failure (vault-git) |
127 |
exec failed (child process could not execvp) |
128 |
signal base (128+N = killed by signal N) |
| Name | Value | Source |
|---|---|---|
SX_ERR_NOMEM |
-1 | |
SX_ERR_NOT_FOUND |
-2 | |
SX_ERR_DOWNLOAD_FAILED |
-3 | |
SX_ERR_VERIFY_FAILED |
-4 | |
SX_ERR_EXECUTE_FAILED |
-5 | |
SX_ERR_INVALID_BRIDGE |
-6 | |
SX_FRP_ERR_NOMEM |
-1 | |
SX_FRP_ERR_CONNECT |
-2 | |
SX_FRP_ERR_AUTH |
-3 | |
SX_FRP_ERR_PROTOCOL |
-4 | |
SX_FRP_ERR_PROXY |
-5 | |
SX_FRP_ERR_IO |
-6 | |
SX_FRP_ERR_TIMEOUT |
-7 | |
SX_FRP_ERR_CONFIG |
-8 | |
SX_FRP_ERR_SHUTDOWN |
-9 | |
SX_HTTP_ERR_NOMEM |
-1 | |
SX_HTTP_ERR_INIT |
-2 | |
SX_HTTP_ERR_NETWORK |
-3 | |
SX_HTTP_ERR_TIMEOUT |
-4 | |
SX_HTTP_ERR_CANCELLED |
-5 | |
SX_HTTP_ERR_NOTSUP |
-6 | |
SX_HTTP_INTERNAL_ERROR |
500 | |
SX_EXEC_ERR_NOMEM |
-1 | |
SX_EXEC_ERR_SPAWN |
-2 | |
SX_EXEC_ERR_TIMEOUT |
-3 | |
SX_EXEC_ERR_NOTSUP |
-4 | |
SX_TCP_ERR_CONNECT |
-1 | |
SX_TCP_ERR_AUTH |
-2 | |
SX_TCP_ERR_NODATA |
-3 | |
SX_TCP_ERR_ALLHOSTS |
-4 | |
SX_TCP_ERR_BADARG |
-5 | |
SX_WSL_ERR_NOT_SUPPORTED |
-1 | |
SX_WSL_ERR_NOT_INSTALLED |
-2 | |
SX_WSL_ERR_REGISTER |
-3 | |
SX_WSL_ERR_UNREGISTER |
-4 | |
SX_WSL_ERR_LAUNCH |
-5 | |
SX_WSL_ERR_ALREADY_EXISTS |
-6 | |
SX_WSL_ERR_NOT_FOUND |
-7 | |
SX_WSL_ERR_INVALID_TAR |
-8 | |
SX_WSL_ERR_TIMEOUT |
-9 | |
SX_WSL_ERR_CANCELLED |
-10 | |
SX_WSL_ERR_API_LOAD |
-11 | |
EXIT_OK |
0 | |
EXIT_ERRORS |
1 | |
EXIT_CONFIG_ERR |
2 | |
EXIT_OK |
0 | |
EXIT_ERRORS |
1 | |
EXIT_CONFIG_ERR |
2 | |
EXIT_OK |
0 | |
EXIT_ARGS |
1 | |
EXIT_INSTALL |
2 | |
EXIT_CLONE |
3 | |
EXIT_EXPORT |
4 | |
SX_COLOR_ERROR |
0 | |
| Code | Message | Cause | Resolution | Source |
|---|---|---|---|---|
| 1 | [frp] login failed: <string> |
Operation failed | Verify authentication credentials | scorpiox/libsxnet/sx_frp.c |
| 1 | anthropic: load_env auth=<string> key=<string> url=<string> model=<string> streaming=<number> thinking=<number> tools=<number> |
Warning in sx_provider_anthropic.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_anthropic.c |
| 1 | Failed to run fetchtoken command: <string> |
Error in sx_provider_claude_code.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | Failed to spawn fetchtoken: <string> |
Error in sx_provider_claude_code.c | Check system resources (process limits) | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | HTTP 401 after token refresh - authentication permanently failed |
Error in sx_provider_claude_code.c | Re-authenticate to get a fresh token | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | HTTP 401: OAuth token likely expired, refreshing and retrying... |
Warning in sx_provider_claude_code.c | Re-authenticate to get a fresh token | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | HTTP 403: possible token issue, refreshing token before retry... |
Warning in sx_provider_claude_code.c | Re-authenticate to get a fresh token | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | No access_token in fetchtoken output |
Error in sx_provider_claude_code.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | No output from fetchtoken |
Error in sx_provider_claude_code.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | No output from fetchtoken (exit=<number>) |
Error in sx_provider_claude_code.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: OAuth refresh failed, falling back to file read |
Warning in sx_provider_claude_code.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: init token_mode=<number> exe_dir=<string> |
Warning in sx_provider_claude_code.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: loading token (first API call) |
Warning in sx_provider_claude_code.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: token loaded ok |
Warning in sx_provider_claude_code.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: token refresh failed after 401 |
Error in sx_provider_claude_code.c | Re-authenticate to get a fresh token | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: token refresh failed after 403, continuing normal retry |
Warning in sx_provider_claude_code.c | Re-authenticate to get a fresh token | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: token refresh failed after retries |
Error in sx_provider_claude_code.c | Re-authenticate to get a fresh token | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: token refresh failed, retrying in 2s... |
Warning in sx_provider_claude_code.c | Re-authenticate to get a fresh token | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: token refreshed after 401, retrying request |
Warning in sx_provider_claude_code.c | Re-authenticate to get a fresh token | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: token refreshed after 403, retrying request |
Warning in sx_provider_claude_code.c | Re-authenticate to get a fresh token | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | fetchtoken failed (exit=<number>): <string> |
Error in sx_provider_claude_code.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code_wasm: HTTP 401, refreshing token and retrying |
Warning in sx_provider_claude_code_wasm.c | Re-authenticate to get a fresh token | scorpiox/libsxnet/sx_provider_claude_code_wasm.c |
| 1 | claude_code_wasm: empty response from token endpoint |
Error in sx_provider_claude_code_wasm.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_claude_code_wasm.c |
| 1 | claude_code_wasm: no access_token/accessToken in response: %.200s |
Error in sx_provider_claude_code_wasm.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_claude_code_wasm.c |
| 1 | claude_code_wasm: token endpoint HTTP <number>: <string> |
Error in sx_provider_claude_code_wasm.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_claude_code_wasm.c |
| 1 | claude_code_wasm: token fetch failed: <string> |
Error in sx_provider_claude_code_wasm.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_claude_code_wasm.c |
| 1 | claude_code_wasm: token fetched ok, len=<number> org=<string> expires=%lld |
Warning in sx_provider_claude_code_wasm.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_claude_code_wasm.c |
| 1 | claude_code_wasm: token too long (<number>) |
Error in sx_provider_claude_code_wasm.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_claude_code_wasm.c |
| 1 | codex: failed to run fetchtoken: <string> |
Error in sx_provider_codex.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_codex.c |
| 1 | codex: failed to spawn fetchtoken: <string> |
Error in sx_provider_codex.c | Check system resources (process limits) | scorpiox/libsxnet/sx_provider_codex.c |
| 1 | codex: fetchtoken failed (exit=<number>): <string> |
Error in sx_provider_codex.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_codex.c |
| 1 | codex: fetchtoken output has no JSON: %.200s |
Error in sx_provider_codex.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_codex.c |
| 1 | codex: fetchtoken output is not valid JSON: %.200s |
Required condition not met | Verify authentication credentials | scorpiox/libsxnet/sx_provider_codex.c |
| 1 | codex: no access_token in fetchtoken output |
Error in sx_provider_codex.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_codex.c |
| 1 | codex: skipped <number> bytes of non-JSON prefix in fetchtoken output |
Warning in sx_provider_codex.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_codex.c |
| 1 | google_claude: invalid token JSON |
Error in sx_provider_google_claude.c | Re-authenticate to get a fresh token | scorpiox/libsxnet/sx_provider_google_claude.c |
| 1 | google_claude: token error: <string> |
Error in sx_provider_google_claude.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_google_claude.c |
| 1 | google_claude: token fetch failed: <string> |
Error in sx_provider_google_claude.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_google_claude.c |
| 1 | google_gemini: invalid token response JSON |
Error in sx_provider_google_gemini.c | Re-authenticate to get a fresh token | scorpiox/libsxnet/sx_provider_google_gemini.c |
| 1 | google_gemini: token error: <string> |
Error in sx_provider_google_gemini.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_google_gemini.c |
| 1 | google_gemini: token fetch failed: <string> |
Error in sx_provider_google_gemini.c | Verify authentication credentials | scorpiox/libsxnet/sx_provider_google_gemini.c |
| 1 | Using PAT authentication |
Warning in scorpiox-agent.c | Verify authentication credentials | scorpiox/scorpiox-agent.c |
| 1 | error: TCP auth rejected |
Error in scorpiox-claudecode-fetchtoken.c | Verify authentication credentials | scorpiox/scorpiox-claudecode-fetchtoken.c |
| 1 | error: no accessToken in credentials |
Error in scorpiox-claudecode-fetchtoken.c | Verify authentication credentials | scorpiox/scorpiox-claudecode-fetchtoken.c |
| 1 | error: no access_token or accessToken in JSON |
Error in scorpiox-claudecode-fetchtoken.c | Verify authentication credentials | scorpiox/scorpiox-claudecode-fetchtoken.c |
| 1 | error: fetchtoken failed (exit <number>) |
Operation failed | Verify authentication credentials | scorpiox/scorpiox-claudecode-models.c |
| 1 | error: no access_token in fetchtoken output |
Error in scorpiox-claudecode-models.c | Verify authentication credentials | scorpiox/scorpiox-claudecode-models.c |
| 1 | --force Refresh even if token is not expired |
Error in scorpiox-claudecode-refreshtoken.c | Re-authenticate to get a fresh token | scorpiox/scorpiox-claudecode-refreshtoken.c |
| 1 | error: HTTP <number> from OAuth endpoint |
Error in scorpiox-claudecode-refreshtoken.c | Verify authentication credentials | scorpiox/scorpiox-claudecode-refreshtoken.c |
| 1 | error: no access_token in refresh response |
Error in scorpiox-claudecode-refreshtoken.c | Re-authenticate to get a fresh token | scorpiox/scorpiox-claudecode-refreshtoken.c |
| 1 | error: no claudeAiOauth section in credentials |
Error in scorpiox-claudecode-refreshtoken.c | Verify authentication credentials | scorpiox/scorpiox-claudecode-refreshtoken.c |
| 1 | error: no refreshToken found in credentials |
Error in scorpiox-claudecode-refreshtoken.c | Re-authenticate to get a fresh token | scorpiox/scorpiox-claudecode-refreshtoken.c |
| 1 | ❌ Failed to update credentials file |
Operation failed | Verify authentication credentials | scorpiox/scorpiox-claudecode-refreshtoken.c |
| 1 | ❌ Token refresh failed! |
Operation failed | Re-authenticate to get a fresh token | scorpiox/scorpiox-claudecode-refreshtoken.c |
| 1 | error: TCP auth rejected |
Error in scorpiox-codex-fetchtoken.c | Verify authentication credentials | scorpiox/scorpiox-codex-fetchtoken.c |
| 1 | error: no access_token in JSON |
Error in scorpiox-codex-fetchtoken.c | Verify authentication credentials | scorpiox/scorpiox-codex-fetchtoken.c |
| 1 | error: fetchtoken failed (exit <number>) |
Operation failed | Verify authentication credentials | scorpiox/scorpiox-codex-models.c |
| 1 | error: no access_token in fetchtoken output |
Error in scorpiox-codex-models.c | Verify authentication credentials | scorpiox/scorpiox-codex-models.c |
| 1 | --force Refresh even if token is not expired |
Error in scorpiox-codex-refreshtoken.c | Re-authenticate to get a fresh token | scorpiox/scorpiox-codex-refreshtoken.c |
| 1 | error: HTTP <number> from OAuth endpoint |
Error in scorpiox-codex-refreshtoken.c | Verify authentication credentials | scorpiox/scorpiox-codex-refreshtoken.c |
| 1 | error: no access_token in refresh response |
Error in scorpiox-codex-refreshtoken.c | Re-authenticate to get a fresh token | scorpiox/scorpiox-codex-refreshtoken.c |
| 1 | error: no refresh_token found in auth.json |
Error in scorpiox-codex-refreshtoken.c | Re-authenticate to get a fresh token | scorpiox/scorpiox-codex-refreshtoken.c |
| 1 | ❌ Failed to update auth.json |
Operation failed | Verify authentication credentials | scorpiox/scorpiox-codex-refreshtoken.c |
| 1 | ❌ Token refresh failed! |
Operation failed | Re-authenticate to get a fresh token | scorpiox/scorpiox-codex-refreshtoken.c |
| 1 | WARNING: Sending SMTP credentials over plaintext (tls=none). Credentials may be intercepted. |
Warning in scorpiox-email.c | Verify authentication credentials | scorpiox/scorpiox-email.c |
| 1 | scorpiox-gemini-vertex: VERTEX_API_KEY not set |
Required variable or resource not configured | Set the appropriate API key in scorpiox-env.txt or environment | scorpiox/scorpiox-gemini-vertex.c |
| 1 | scorpiox-google-claude: GOOGLE_ACCESS_TOKEN not set |
Required variable or resource not configured | Verify authentication credentials | scorpiox/scorpiox-google-claude.c |
| 1 | scorpiox-google-gemini: GOOGLE_ACCESS_TOKEN not set |
Required variable or resource not configured | Verify authentication credentials | scorpiox/scorpiox-google-gemini.c |
| 1 | error: invalid token response |
Invalid input or configuration | Re-authenticate to get a fresh token | scorpiox/scorpiox-google-models.c |
| 1 | error: token fetch failed: <string> |
Operation failed | Verify authentication credentials | scorpiox/scorpiox-google-models.c |
| 1 | error: token: <string> |
Error in scorpiox-google-models.c | Verify authentication credentials | scorpiox/scorpiox-google-models.c |
| 1 | maps: TCP token error: <string> |
Warning in scorpiox-googlemaps.c | Verify authentication credentials | scorpiox/scorpiox-googlemaps.c |
| 1 | maps: empty response from token endpoint |
Warning in scorpiox-googlemaps.c | Verify authentication credentials | scorpiox/scorpiox-googlemaps.c |
| 1 | maps: invalid JSON from TCP token endpoint |
Warning in scorpiox-googlemaps.c | Re-authenticate to get a fresh token | scorpiox/scorpiox-googlemaps.c |
| 1 | maps: invalid JSON from token endpoint |
Warning in scorpiox-googlemaps.c | Re-authenticate to get a fresh token | scorpiox/scorpiox-googlemaps.c |
| 1 | maps: no API key available (set MAPS_API_KEY or configure token source) |
Warning in scorpiox-googlemaps.c | Set the appropriate API key in scorpiox-env.txt or environment | scorpiox/scorpiox-googlemaps.c |
| 1 | maps: token endpoint returned HTTP <number> |
Warning in scorpiox-googlemaps.c | Verify authentication credentials | scorpiox/scorpiox-googlemaps.c |
| 1 | maps: token error: <string> |
Warning in scorpiox-googlemaps.c | Verify authentication credentials | scorpiox/scorpiox-googlemaps.c |
| 1 | maps: token fetch failed: <string> |
Warning in scorpiox-googlemaps.c | Verify authentication credentials | scorpiox/scorpiox-googlemaps.c |
| 1 | weather: token endpoint returned HTTP <number> |
Warning in scorpiox-googleweather.c | Verify authentication credentials | scorpiox/scorpiox-googleweather.c |
| 1 | weather: token fetch failed: <string> |
Warning in scorpiox-googleweather.c | Verify authentication credentials | scorpiox/scorpiox-googleweather.c |
| 1 | Auth init failed — all users will be rejected |
Warning in scorpiox-server-email.c | Verify authentication credentials | scorpiox/scorpiox-server-email.c |
| 1 | DLL: Auth init failed — all users will be rejected |
Warning in scorpiox-server-email.c | Verify authentication credentials | scorpiox/scorpiox-server-email.c |
| 1 | FETCHTOKEN_API_KEY_REQUIRED=0 # If 1, reject old-protocol clients too |
Error in scorpiox-server-fetchtoken.c | Set the appropriate API key in scorpiox-env.txt or environment | scorpiox/scorpiox-server-fetchtoken.c |
| 1 | JWT: authenticated user_id=<string> email=<string> |
Warning in scorpiox-server.c | Verify authentication credentials | scorpiox/scorpiox-server.c |
| 1 | JWT: blocked unauthenticated access to protected route '<string>' |
Warning in scorpiox-server.c | Verify authentication credentials | scorpiox/scorpiox-server.c |
| 1 | error: -p requires a password argument |
Error in scorpiox-sshpass.c | Verify authentication credentials | scorpiox/scorpiox-sshpass.c |
| 1 | error: password required — use -p <password> or set SSHPASS env var |
Error in scorpiox-sshpass.c | Verify authentication credentials | scorpiox/scorpiox-sshpass.c |
| 1 | error: VERTEX_API_KEY not set |
Required variable or resource not configured | Set the appropriate API key in scorpiox-env.txt or environment | scorpiox/scorpiox-vertex-models.c |
| 1 | keepalive: max pings (<number>) reached — stopping to avoid wasting tokens |
Warning in sx_cache_keepalive.c | Verify authentication credentials | scorpiox/sx_cache_keepalive.c |
| 1 | [auth] cannot open accounts file: <string> |
Required condition not met | Verify authentication credentials | scorpiox/sxmail_auth.c |
| 1 | [auth] failed login for user: <string> |
Warning in sxmail_auth.c | Verify authentication credentials | scorpiox/sxmail_auth.c |
| 1 | [auth] loaded <number> users from <string> |
Warning in sxmail_auth.c | Verify authentication credentials | scorpiox/sxmail_auth.c |
| 1 | [auth] malformed line (no colon): %.40s |
Warning in sxmail_auth.c | Verify authentication credentials | scorpiox/sxmail_auth.c |
| 1 | [auth] max users (<number>) reached, ignoring rest |
Warning in sxmail_auth.c | Verify authentication credentials | scorpiox/sxmail_auth.c |
| 1 | [auth] no accounts loaded (file missing or empty) |
Warning in sxmail_auth.c | Verify authentication credentials | scorpiox/sxmail_auth.c |
| 1 | [auth] out of memory |
Error in sxmail_auth.c | Free up system memory or reduce workload | scorpiox/sxmail_auth.c |
| 1 | [auth] unknown user: <string> |
Warning in sxmail_auth.c | Verify authentication credentials | scorpiox/sxmail_auth.c |
| 1 | [imap] login failed for <string> from <string> |
Warning in sxmail_imap.c | Verify authentication credentials | scorpiox/sxmail_imap.c |
| 1 | [relay] AUTH PLAIN failed with <string>: <number> <string> |
Error in sxmail_queue.c | Verify authentication credentials | scorpiox/sxmail_queue.c |
| 1 | [relay] authenticated as <string> |
Warning in sxmail_queue.c | Verify authentication credentials | scorpiox/sxmail_queue.c |
| 1 | [relay] credentials too long |
Error in sxmail_queue.c | Verify authentication credentials | scorpiox/sxmail_queue.c |
| 1 | [smtp] <string> authenticated as <string> |
Warning in sxmail_smtp.c | Verify authentication credentials | scorpiox/sxmail_smtp.c |
| 1 | [smtp] <string> sender rejected: <string> (auth_user=<string>, domain=<string>) |
Warning in sxmail_smtp.c | Verify authentication credentials | scorpiox/sxmail_smtp.c |
| 1 | [smtp] CONNECTION ip=<string> ehlo=<string> tls=<string> auth=<string> from=<string> to=<string> subject=\ |
Warning in sxmail_smtp.c | Verify network connectivity and server availability | scorpiox/sxmail_smtp.c |
| 1 | [smtp] auth failed for <string> from <string> |
Warning in sxmail_smtp.c | Verify authentication credentials | scorpiox/sxmail_smtp.c |
| 1 | [smtp] relay denied for <string> from <string> (not authenticated) |
Required condition not met | Check file/directory permissions | scorpiox/sxmail_smtp.c |
| 1 | [smtp] too many auth failures from <string>, disconnecting |
Warning in sxmail_smtp.c | Verify network connectivity and server availability | scorpiox/sxmail_smtp.c |
| Code | Message | Cause | Resolution | Source |
|---|---|---|---|---|
| 1 | HOME env not set |
Required condition not met | Review configuration settings | scorpiox/libsxbridge/sx_bridge.c |
| 1 | agent: CONTEXT_AUTO_COMPACT=<number> (from config) |
Warning in sx_agent.c | Review scorpiox-env.txt configuration | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: CONTEXT_CLEAR_THRESHOLD=<number> (from config) |
Warning in sx_agent.c | Review scorpiox-env.txt configuration | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: CONTEXT_WARN_THRESHOLD=<number>%% (from config) |
Warning in sx_agent.c | Review scorpiox-env.txt configuration | scorpiox/libsxnet/sx_agent.c |
| 1 | mcp: MCP_FILE=<string> (from config) |
Warning in sx_mcp.c | Review scorpiox-env.txt configuration | scorpiox/libsxnet/sx_mcp.c |
| 1 | mcp: MCP_FILE=<string> (from env) |
Warning in sx_mcp.c | Review configuration settings | scorpiox/libsxnet/sx_mcp.c |
| 1 | state: reloading config |
Warning in sx_state.c | Review scorpiox-env.txt configuration | scorpiox/libsxnet/sx_state.c |
| 1 | Resolved branch from index.txt: <string> |
Warning in sx_config.c | Review configuration settings | scorpiox/libsxutil/sx_config.c |
| 1 | config: cannot open <string> for reading |
Required condition not met | Review scorpiox-env.txt configuration | scorpiox/libsxutil/sx_config.c |
| 1 | config: cannot open <string> for writing |
Required condition not met | Review scorpiox-env.txt configuration | scorpiox/libsxutil/sx_config.c |
| 1 | config: cannot write \xe2\x80\x94 exe_dir not set |
Required condition not met | Review scorpiox-env.txt configuration | scorpiox/libsxutil/sx_config.c |
| 1 | config: cannot write global \xe2\x80\x94 exe_dir not set |
Required condition not met | Review scorpiox-env.txt configuration | scorpiox/libsxutil/sx_config.c |
| 1 | config: cannot write user \xe2\x80\x94 HOME not set |
Required condition not met | Review scorpiox-env.txt configuration | scorpiox/libsxutil/sx_config.c |
| 1 | config: embedded config loaded, count=<number> |
Warning in sx_config.c | Review scorpiox-env.txt configuration | scorpiox/libsxutil/sx_config.c |
| 1 | config: exe_dir=\ |
Warning in sx_config.c | Review scorpiox-env.txt configuration | scorpiox/libsxutil/sx_config.c |
| 1 | config: initialized with <number> entries (embedded) |
Warning in sx_config.c | Review scorpiox-env.txt configuration | scorpiox/libsxutil/sx_config.c |
| 1 | config: initialized with <number> entries from <string> |
Warning in sx_config.c | Review scorpiox-env.txt configuration | scorpiox/libsxutil/sx_config.c |
| 1 | config: invalid level <number> |
Error in sx_config.c | Review scorpiox-env.txt configuration | scorpiox/libsxutil/sx_config.c |
| 1 | config: loading <number> embedded entries (compiled-in) |
Warning in sx_config.c | Review scorpiox-env.txt configuration | scorpiox/libsxutil/sx_config.c |
| 1 | config: path too long for <string>/<string> |
Warning in sx_config.c | Review scorpiox-env.txt configuration | scorpiox/libsxutil/sx_config.c |
| 1 | config: using SX_EXE_DIR override: <string> |
Warning in sx_config.c | Review scorpiox-env.txt configuration | scorpiox/libsxutil/sx_config.c |
| 1 | config: wrote <string>=<string> to <string> |
Warning in sx_config.c | Review scorpiox-env.txt configuration | scorpiox/libsxutil/sx_config.c |
| 1 | config: wrote <string>=<string> to <string> (level=<number>) |
Warning in sx_config.c | Review scorpiox-env.txt configuration | scorpiox/libsxutil/sx_config.c |
| 1 | sx_pty_start: invalid arguments |
Error in sx_pty.c | Review configuration settings | scorpiox/libsxutil/sx_pty.c |
| 1 | systemprompt: strdup failed for TZ env |
Warning in sx_systemprompt.c | Review configuration settings | scorpiox/libsxutil/sx_systemprompt.c |
| 1 | systemprompt: strdup failed for TZ env (win) |
Warning in sx_systemprompt.c | Review configuration settings | scorpiox/libsxutil/sx_systemprompt.c |
| 1 | systemprompt: strdup failed for timezone config |
Warning in sx_systemprompt.c | Review scorpiox-env.txt configuration | scorpiox/libsxutil/sx_systemprompt.c |
| 1 | WslConfigureDistribution failed: 0x%08lx |
Error in sx_wsl.c | Review scorpiox-env.txt configuration | scorpiox/libsxutil/sx_wsl.c |
| -1 | Unknown option: <string> |
Error in scorpiox-agent.c | Review configuration settings | scorpiox/scorpiox-agent.c |
| 1 | --- Setting up instance config --- |
Warning in scorpiox-agent.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-agent.c |
| 1 | === Installing env vars from <string> === |
Warning in scorpiox-agent.c | Review configuration settings | scorpiox/scorpiox-agent.c |
| 1 | Installed <number> env var(s) |
Warning in scorpiox-agent.c | Review configuration settings | scorpiox/scorpiox-agent.c |
| 1 | [FAIL] copy global config -> <string> |
Warning in scorpiox-agent.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-agent.c |
| 1 | [OK] config written: <string> |
Warning in scorpiox-agent.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-agent.c |
| 1 | [OK] copied global config -> <string> |
Warning in scorpiox-agent.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-agent.c |
| 1 | [VAR] _putenv_s failed for <string> |
Warning in scorpiox-agent.c | Review configuration settings | scorpiox/scorpiox-agent.c |
| 1 | [VAR] setenv failed for <string> |
Warning in scorpiox-agent.c | Review configuration settings | scorpiox/scorpiox-agent.c |
| 1 | global config fallback: <string> (found) |
Warning in scorpiox-agent.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-agent.c |
| 1 | global config: <string> (<string>) |
Warning in scorpiox-agent.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-agent.c |
| 1 | global config: not found anywhere |
Required condition not met | Verify the resource exists and the path is correct | scorpiox/scorpiox-agent.c |
| 1 | error: unknown option '<string>' |
Error in scorpiox-bmp2png.c | Review configuration settings | scorpiox/scorpiox-bmp2png.c |
| 1 | error: invalid character in SSH config value |
Invalid input or configuration | Review scorpiox-env.txt configuration | scorpiox/scorpiox-claudecode-fetchtoken.c |
| 0 | error: unknown option: <string> |
Error in scorpiox-claudecode-models.c | Review configuration settings | scorpiox/scorpiox-claudecode-models.c |
| 1 | error: too many arguments |
Error in scorpiox-claudecode-models.c | Review configuration settings | scorpiox/scorpiox-claudecode-models.c |
| 1 | error: unknown option '<string>' |
Error in scorpiox-claudecode-refreshtoken.c | Review configuration settings | scorpiox/scorpiox-claudecode-refreshtoken.c |
| 1 | error: invalid character in SSH config value |
Invalid input or configuration | Review scorpiox-env.txt configuration | scorpiox/scorpiox-codex-fetchtoken.c |
| 0 | error: unknown option: <string> |
Error in scorpiox-codex-models.c | Review configuration settings | scorpiox/scorpiox-codex-models.c |
| 1 | error: unknown option '<string>' |
Error in scorpiox-codex-refreshtoken.c | Review configuration settings | scorpiox/scorpiox-codex-refreshtoken.c |
| -2 | error: unknown level '<string>' (use: default|global|user|project or 0-3) |
Error in scorpiox-config.c | Review configuration settings | scorpiox/scorpiox-config.c |
| 1 | --get KEY -d VAL Print value or VAL if not set |
Required variable or resource not configured | Set the required key/variable in scorpiox-env.txt or environment | scorpiox/scorpiox-config.c |
| 1 | Error: No configuration loaded |
Error in scorpiox-config.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-config.c |
| 1 | Error: out of memory |
Error in scorpiox-config.c | Free up system memory or reduce workload | scorpiox/scorpiox-config.c |
| 1 | Warning: IDBFS init failed (config won't persist) |
Operation failed | Review scorpiox-env.txt configuration | scorpiox/scorpiox-config.c |
| 2 | error: --get requires KEY argument |
Error in scorpiox-config.c | Review configuration settings | scorpiox/scorpiox-config.c |
| -1 | Unknown option: <string> |
Error in scorpiox-docs.c | Review configuration settings | scorpiox/scorpiox-docs.c |
| 1 | ⚠ Failed to install html2text (optional) |
Operation failed | Review configuration settings | scorpiox/scorpiox-docs.c |
| -1 | ERROR: SMTP_FROM not set. Configure in scorpiox-env.txt |
Required variable or resource not configured | Review scorpiox-env.txt configuration | scorpiox/scorpiox-email.c |
| 1 | Unknown option: <string> |
Error in scorpiox-emit-session.c | Review configuration settings | scorpiox/scorpiox-emit-session.c |
| -1 | Unknown option: <string> |
Error in scorpiox-fetch.c | Review configuration settings | scorpiox/scorpiox-fetch.c |
| 1 | error: unknown argument: <string> |
Error in scorpiox-frp.c | Review configuration settings | scorpiox/scorpiox-frp.c |
| 1 | error: unexpected argument: <string> |
Error in scorpiox-google-models.c | Review configuration settings | scorpiox/scorpiox-google-models.c |
| 1 | error: unknown option: <string> |
Error in scorpiox-google-models.c | Review configuration settings | scorpiox/scorpiox-google-models.c |
| 2 | scorpiox-grep: unknown option '-%c' |
Error in scorpiox-grep.c | Review configuration settings | scorpiox/scorpiox-grep.c |
| 1 | Usage: scorpiox-imessage history <handle> [--limit N] |
Error in scorpiox-imessage.c | Check command usage with --help | scorpiox/scorpiox-imessage.c |
| -1 | Unknown argument: <string> |
Error in scorpiox-init.c | Review configuration settings | scorpiox/scorpiox-init.c |
| 1 | Error: invalid JSON arguments: <string> |
Invalid input or configuration | Review configuration settings | scorpiox/scorpiox-mcp-httpclient.c |
| 1 | SCORPIOX_REGISTRY not configured |
Error in scorpiox-podman.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-podman.c |
| 1 | Unknown option: <string> |
Error in scorpiox-rewind.c | Review configuration settings | scorpiox/scorpiox-rewind.c |
| 1 | error: unknown option '<string>' |
Error in scorpiox-screenshot.c | Review configuration settings | scorpiox/scorpiox-screenshot.c |
| 1 | Unknown option: <string> |
Error in scorpiox-sdk.c | Review configuration settings | scorpiox/scorpiox-sdk.c |
| -1 | Unknown option: <string> |
Error in scorpiox-search.c | Review configuration settings | scorpiox/scorpiox-search.c |
| 1 | DLL: no queue configured for external delivery |
Error in scorpiox-server-email.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-server-email.c |
| 1 | Unknown option: <string> |
Error in scorpiox-server-email.c | Review configuration settings | scorpiox/scorpiox-server-email.c |
| 1 | error: unknown option '<string>' |
Error in scorpiox-server-fetchtoken.c | Review configuration settings | scorpiox/scorpiox-server-fetchtoken.c |
| 1 | Config override: <string>=<string> |
Warning in scorpiox-server.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-server.c |
| 1 | Error: No script directories configured |
Error in scorpiox-server.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-server.c |
| 1 | IP whitelist: <number> entry(s) configured (non-matching IPs blocked) |
Warning in scorpiox-server.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-server.c |
| 1 | JWT validation disabled (no SERVER_JWT_SECRET configured) |
Warning in scorpiox-server.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-server.c |
| 1 | JWT: <number> custom claim mapping(s) configured |
Warning in scorpiox-server.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-server.c |
| 1 | JWT: <number> protected route prefix(es) configured |
Warning in scorpiox-server.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-server.c |
| 0 | Unknown option: <string> |
Error in scorpiox-systemprompt.c | Review configuration settings | scorpiox/scorpiox-systemprompt.c |
| 1 | Error: --env requires KEY=VALUE format |
Error in scorpiox-tmux.c | Review configuration settings | scorpiox/scorpiox-tmux.c |
| 1 | Unknown option: <string> |
Error in scorpiox-tmux.c | Review configuration settings | scorpiox/scorpiox-tmux.c |
| 1 | Unknown option: <string> |
Error in scorpiox-unshare.c | Review configuration settings | scorpiox/scorpiox-unshare.c |
| 1 | WARNING: /proc unavailable — config detection will use $PATH fallback |
Error in scorpiox-unshare.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-unshare.c |
| 1 | Unknown option: <string> |
Error in scorpiox-usage.c | Review configuration settings | scorpiox/scorpiox-usage.c |
| 1 | usage: JSON payload too large |
Error in scorpiox-usage.c | Check command usage with --help | scorpiox/scorpiox-usage.c |
| 1 | usage: POST OK (<number>): <string> |
Warning in scorpiox-usage.c | Check command usage with --help | scorpiox/scorpiox-usage.c |
| 1 | usage: POST failed: <string> |
Error in scorpiox-usage.c | Check command usage with --help | scorpiox/scorpiox-usage.c |
| 1 | Error: unknown argument '<string>' |
Error in scorpiox-vault-git.c | Review configuration settings | scorpiox/scorpiox-vault-git.c |
| 0 | error: unknown option: <string> |
Error in scorpiox-vertex-models.c | Review configuration settings | scorpiox/scorpiox-vertex-models.c |
| 1 | error: too many arguments |
Error in scorpiox-vertex-models.c | Review configuration settings | scorpiox/scorpiox-vertex-models.c |
| 1 | RIP=0x%llx RSP=0x%llx RFLAGS=0x%llx |
Error in scorpiox-vm.c | Review configuration settings | scorpiox/scorpiox-vm.c |
| 1 | Unknown option: <string> |
Error in scorpiox-vm.c | Review configuration settings | scorpiox/scorpiox-vm.c |
| 1 | Unknown option: <string> |
Error in scorpiox-wsl.c | Review configuration settings | scorpiox/scorpiox-wsl.c |
| 1 | Config reloaded after chdir to: <string> |
Warning in sx.c | Review scorpiox-env.txt configuration | scorpiox/sx.c |
| 1 | Unknown option: <string> |
Error in sx.c | Review configuration settings | scorpiox/sx.c |
| 1 | config: launching scorpiox-config |
Warning in sx.c | Review scorpiox-env.txt configuration | scorpiox/sx.c |
| 1 | config: settings reloaded |
Warning in sx.c | Review scorpiox-env.txt configuration | scorpiox/sx.c |
| 1 | main: --- end config --- |
Warning in sx.c | Review scorpiox-env.txt configuration | scorpiox/sx.c |
| 1 | main: --- loaded config --- |
Warning in sx.c | Review scorpiox-env.txt configuration | scorpiox/sx.c |
| 1 | main: config_path=<string> |
Warning in sx.c | Review scorpiox-env.txt configuration | scorpiox/sx.c |
| 1 | [maildir] set_flags_folder rename failed: <string> |
Error in sxmail_maildir.c | Review configuration settings | scorpiox/sxmail_maildir.c |
| Code | Message | Cause | Resolution | Source |
|---|---|---|---|---|
| 1 | Failed to create tmp directory |
Error in sx_bridge.c | Check file paths and permissions | scorpiox/libsxbridge/sx_bridge.c |
| 1 | Failed to open SHA256 checksum file |
Error in sx_bridge.c | Check file paths and permissions | scorpiox/libsxbridge/sx_bridge.c |
| 1 | Failed to read SHA256 checksum file |
Error in sx_bridge.c | Check file paths and permissions | scorpiox/libsxbridge/sx_bridge.c |
| 1 | Invalid path: <string> |
Error in sx_bridge.c | Check file paths and permissions | scorpiox/libsxbridge/sx_bridge.c |
| 1 | mkdir failed: <string>: <string> |
Error in sx_bridge.c | Check file paths and permissions | scorpiox/libsxbridge/sx_bridge.c |
| 1 | agent: ReadImage validation failed for '<string>' |
Warning in sx_agent.c | Check file paths and permissions | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: no provider available (sx_state not initialized?) |
Required condition not met | Check file paths and permissions | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: plan mode exited, plan_just_exited=true, plan_file=<string> |
Warning in sx_agent.c | Check file paths and permissions | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: using provider '<string>' from sx_state |
Warning in sx_agent.c | Check file paths and permissions | scorpiox/libsxnet/sx_agent.c |
| 1 | mcp: cannot create temp file: <string> |
Required condition not met | Check file paths and permissions | scorpiox/libsxnet/sx_mcp.c |
| 1 | mcp: run 'scorpiox-mcp --mcp-file <string> discover --json' to debug |
Warning in sx_mcp.c | Check file paths and permissions | scorpiox/libsxnet/sx_mcp.c |
| 1 | mcp: sx_popen_no_window failed: <string> |
Error in sx_mcp.c | Check file paths and permissions | scorpiox/libsxnet/sx_mcp.c |
| 1 | using no-op provider (static, no heap allocation) |
Warning in sx_provider.c | Free up system memory or reduce workload | scorpiox/libsxnet/sx_provider.c |
| 1 | openai-proxy: <string> |
Warning in sx_provider_openai.c | Check file paths and permissions | scorpiox/libsxnet/sx_provider_openai.c |
| 1 | openai: failed to allocate provider data |
Error in sx_provider_openai.c | Free up system memory or reduce workload | scorpiox/libsxnet/sx_provider_openai.c |
| 1 | openai: failed to parse JSON: %.200s |
Error in sx_provider_openai.c | Check file paths and permissions | scorpiox/libsxnet/sx_provider_openai.c |
| 1 | openai: fork() failed: <string> |
Error in sx_provider_openai.c | Check system resources (process limits) | scorpiox/libsxnet/sx_provider_openai.c |
| 1 | openai: init ok exe=<string> |
Warning in sx_provider_openai.c | Check file paths and permissions | scorpiox/libsxnet/sx_provider_openai.c |
| 1 | openai: no output from scorpiox-openai |
Error in sx_provider_openai.c | Check file paths and permissions | scorpiox/libsxnet/sx_provider_openai.c |
| 1 | openai: pipe(err) failed: <string> |
Error in sx_provider_openai.c | Check file paths and permissions | scorpiox/libsxnet/sx_provider_openai.c |
| 1 | openai: pipe(in) failed: <string> |
Error in sx_provider_openai.c | Check file paths and permissions | scorpiox/libsxnet/sx_provider_openai.c |
| 1 | openai: pipe(out) failed: <string> |
Error in sx_provider_openai.c | Check file paths and permissions | scorpiox/libsxnet/sx_provider_openai.c |
| 1 | openai: proxy binary not found: <string> |
Required condition not met | Verify the resource exists and the path is correct | scorpiox/libsxnet/sx_provider_openai.c |
| 1 | openai: proxy exec failed (rc=<number> exit=<number>) |
Error in sx_provider_openai.c | Verify the executable exists and is in PATH | scorpiox/libsxnet/sx_provider_openai.c |
| 1 | openai: response has no JSON: %.200s |
Error in sx_provider_openai.c | Check file paths and permissions | scorpiox/libsxnet/sx_provider_openai.c |
| 1 | openai: retry <number>/<number> in <number>ms... |
Warning in sx_provider_openai.c | Check file paths and permissions | scorpiox/libsxnet/sx_provider_openai.c |
| 1 | openai: retryable API error: <string> |
Warning in sx_provider_openai.c | Check file paths and permissions | scorpiox/libsxnet/sx_provider_openai.c |
| 1 | openai: skipped <number> bytes of non-JSON prefix |
Warning in sx_provider_openai.c | Check file paths and permissions | scorpiox/libsxnet/sx_provider_openai.c |
| 1 | openai: write to pipe failed: <string> |
Error in sx_provider_openai.c | Check file paths and permissions | scorpiox/libsxnet/sx_provider_openai.c |
| 127 | openai: exec failed: <string>: <string> |
Operation failed | Verify the executable exists and is in PATH | scorpiox/libsxnet/sx_provider_openai.c |
| 1 | openai_wasm: history required <number> fixes |
Warning in sx_provider_openai_wasm.c | Check file paths and permissions | scorpiox/libsxnet/sx_provider_openai_wasm.c |
| 1 | openai_wasm: init ok |
Warning in sx_provider_openai_wasm.c | Check file paths and permissions | scorpiox/libsxnet/sx_provider_openai_wasm.c |
| 1 | state: already initialized |
Warning in sx_state.c | Check file paths and permissions | scorpiox/libsxnet/sx_state.c |
| 1 | state: cannot reload - not initialized |
Required condition not met | Check file paths and permissions | scorpiox/libsxnet/sx_state.c |
| 1 | state: even no-op provider failed |
Error in sx_state.c | Check file paths and permissions | scorpiox/libsxnet/sx_state.c |
| 1 | state: exe_dir resolved to: <string> |
Warning in sx_state.c | Check file paths and permissions | scorpiox/libsxnet/sx_state.c |
| 1 | state: failed to create provider '<string>' |
Error in sx_state.c | Check file paths and permissions | scorpiox/libsxnet/sx_state.c |
| 1 | state: failed to create provider '<string>', reverting |
Error in sx_state.c | Check file paths and permissions | scorpiox/libsxnet/sx_state.c |
| 1 | state: initialized with provider '<string>' |
Warning in sx_state.c | Check file paths and permissions | scorpiox/libsxnet/sx_state.c |
| 1 | state: provider '<string>' unavailable in WASM, using no-op provider |
Warning in sx_state.c | Check file paths and permissions | scorpiox/libsxnet/sx_state.c |
| 1 | state: provider change detected: <string> -> <string> |
Warning in sx_state.c | Check file paths and permissions | scorpiox/libsxnet/sx_state.c |
| 1 | state: reload complete - provider=<string> model=<string> tools=<number> |
Warning in sx_state.c | Check file paths and permissions | scorpiox/libsxnet/sx_state.c |
| 1 | state: switched to provider '<string>' |
Warning in sx_state.c | Check file paths and permissions | scorpiox/libsxnet/sx_state.c |
| 1 | state: switching provider: <string> -> <string> |
Warning in sx_state.c | Check file paths and permissions | scorpiox/libsxnet/sx_state.c |
| 1 | conv: failed to open for writing: <string> |
Error in sx_conversation.c | Check file paths and permissions | scorpiox/libsxutil/sx_conversation.c |
| 1 | conv: failed to open mirror path for writing: <string> |
Warning in sx_conversation.c | Check file paths and permissions | scorpiox/libsxutil/sx_conversation.c |
| 1 | conv: failed to write mirror copy to <string> |
Warning in sx_conversation.c | Check file paths and permissions | scorpiox/libsxutil/sx_conversation.c |
| 1 | conv: file not found <string> |
Required condition not met | Verify the resource exists and the path is correct | scorpiox/libsxutil/sx_conversation.c |
| 1 | sx_exec: sx_popen_no_window() failed: <string> |
Error in sx_exec.c | Verify the executable exists and is in PATH | scorpiox/libsxutil/sx_exec.c |
| 1 | sx_exec_stream_open: sx_popen_no_window() failed: <string> |
Error in sx_exec.c | Verify the executable exists and is in PATH | scorpiox/libsxutil/sx_exec.c |
| 1 | wasm_fs: IDBFS ready (auto-save enabled) |
Warning in sx_fs_wasm.c | Check file paths and permissions | scorpiox/libsxutil/sx_fs_wasm.c |
| 1 | yy_write failed: code=<number> msg=<string> |
Error in sx_json_yy.c | Check file paths and permissions | scorpiox/libsxutil/sx_json_yy.c |
| 1 | procmon: HIGH active popens: <number> (possible popen leak!) |
Warning in sx_procmon.c | Check file paths and permissions | scorpiox/libsxutil/sx_procmon.c |
| 1 | procmon: HIGH open FDs: <number> (possible FD leak!) |
Warning in sx_procmon.c | Check file paths and permissions | scorpiox/libsxutil/sx_procmon.c |
| 1 | procmon: LEAK? <number> open FDs (expected < 100) |
Warning in sx_procmon.c | Check file paths and permissions | scorpiox/libsxutil/sx_procmon.c |
| 1 | procmon: LEAK? <number> unclosed popen handles |
Warning in sx_procmon.c | Check file paths and permissions | scorpiox/libsxutil/sx_procmon.c |
| 1 | procmon: forks=<number>/<number> (active=<number> peak=<number>) popens=<number>/<number> (active=<number>) |
Warning in sx_procmon.c | Check system resources (process limits) | scorpiox/libsxutil/sx_procmon.c |
| 1 | InitializeProcThreadAttributeList failed: <number> |
Error in sx_pty.c | Check file paths and permissions | scorpiox/libsxutil/sx_pty.c |
| 1 | UpdateProcThreadAttribute failed: <number> |
Error in sx_pty.c | Check file paths and permissions | scorpiox/libsxutil/sx_pty.c |
| 1 | fire_hooks_sync: event=<string> raw_status=<number> rc=<number> output=<number> bytes |
Error in sx_session.c | Check file paths and permissions | scorpiox/libsxutil/sx_session.c |
| 1 | fire_hooks_sync: popen failed, falling back to system() |
Warning in sx_session.c | Check file paths and permissions | scorpiox/libsxutil/sx_session.c |
| 1 | slashcmd: failed to create temp file for built-in command '<string>': <string> |
Warning in sx_slashcmd.c | Check file paths and permissions | scorpiox/libsxutil/sx_slashcmd.c |
| 1 | slashcmd: failed to write built-in command '<string>' to <string> |
Warning in sx_slashcmd.c | Check file paths and permissions | scorpiox/libsxutil/sx_slashcmd.c |
| 1 | trace: failed to open <string> |
Warning in sx_trace.c | Check file paths and permissions | scorpiox/libsxutil/sx_trace.c |
| 1 | Distribution '<string>' already registered |
Warning in sx_wsl.c | Check file paths and permissions | scorpiox/libsxutil/sx_wsl.c |
| 1 | (cannot open agent dir) |
Required condition not met | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | (cannot open output dir) |
Required condition not met | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | --- Copying agent files from <string> --- |
Warning in scorpiox-agent.c | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | === Task instance ready: <string> === |
Warning in scorpiox-agent.c | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | Agent directory not found: <string> |
Required condition not met | Verify the resource exists and the path is correct | scorpiox/scorpiox-agent.c |
| 1 | BUILD CACHE HIT — commit %.12s already built |
Warning in scorpiox-agent.c | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | Cannot open .hooks file: <string> |
Required condition not met | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | Cannot open .skills file: <string> |
Required condition not met | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | Cannot open .templates file: <string> |
Required condition not met | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | Cannot open .vars file: <string> |
Required condition not met | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | Cannot open agents directory: <string> |
Required condition not met | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | Command failed (raw wait status=0x%x) |
Error in scorpiox-agent.c | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | FAILED: mkdir instance dir: <string> |
Error in scorpiox-agent.c | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | Generator CACHE HIT — commit %.12s already built |
Warning in scorpiox-agent.c | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | Generator commit file exists but binary missing, rebuilding |
Warning in scorpiox-agent.c | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | No .csproj files reference scorpiox.agent.dotnet — nothing to swap |
Required condition not met | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | No .sln file found in <string> |
Error in scorpiox-agent.c | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | Restored original .csproj files |
Warning in scorpiox-agent.c | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | SOURCE CACHE HIT — already at %.12s |
Warning in scorpiox-agent.c | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | Swapped <number> .csproj file(s) to use ProjectReference |
Warning in scorpiox-agent.c | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | Unsafe template path, skipping: <string> |
Warning in scorpiox-agent.c | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | Working directory does not exist: <string> |
Required condition not met | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | [FAIL] fopen(<string>): <string> |
Error in scorpiox-agent.c | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | [OK] MCP=1, MCP_FILE=<string> (points to agent source) |
Warning in scorpiox-agent.c | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | [VAR] <string> already set, skipping |
Warning in scorpiox-agent.c | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | [VERIFY] <string> MISSING after write! |
Error in scorpiox-agent.c | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | mkdir OK: <string> |
Warning in scorpiox-agent.c | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 1 | | ... (truncated) |
Warning in scorpiox-agent.c | Check file paths and permissions | scorpiox/scorpiox-agent.c |
| 0 | ⛔ Denied: '<string>' matches PERMISSIONS_BASH_DENY |
Permission denied | Check file/directory permissions | scorpiox/scorpiox-askuserpermission.c |
| 1 | Error: cannot open input file: <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-askuserpermission.c |
| 1 | Error: Cannot open input file: <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-askuserquestion.c |
| 1 | Error: Cannot write to output file: <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-askuserquestion.c |
| 1 | Error: Invalid input file size |
Invalid input or configuration | Check file paths and permissions | scorpiox/scorpiox-askuserquestion.c |
| 1 | beam: file may be corrupt: '<string>' |
Error in scorpiox-beam.c | Check file paths and permissions | scorpiox/scorpiox-beam.c |
| 1 | beam: ✗ checksum MISMATCH — file may be corrupt! |
Error in scorpiox-beam.c | Check file paths and permissions | scorpiox/scorpiox-beam.c |
| 1 | error: '<string>' is not a regular file |
Error in scorpiox-beam.c | Check file paths and permissions | scorpiox/scorpiox-beam.c |
| 1 | error: cannot open '<string>': <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-beam.c |
| 1 | error: empty filename after sanitization |
Error in scorpiox-beam.c | Check file paths and permissions | scorpiox/scorpiox-beam.c |
| 1 | error: failed to receive file size |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-beam.c |
| 1 | error: failed to receive filename |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-beam.c |
| 1 | error: invalid filename |
Invalid input or configuration | Check file paths and permissions | scorpiox/scorpiox-beam.c |
| 1 | error: invalid filename length <number> |
Invalid input or configuration | Check file paths and permissions | scorpiox/scorpiox-beam.c |
| 1 | error: read failed at offset <number>: <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-beam.c |
| 1 | error: write failed (disk full?): <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-beam.c |
| 1 | error: cannot write '<string>' |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-bmp2png.c |
| 1 | error: no input file specified |
Error in scorpiox-bmp2png.c | Check file paths and permissions | scorpiox/scorpiox-bmp2png.c |
| 1 | error: cannot create directory '<string>' |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-busybox.c |
| 1 | error: cannot determine home directory |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-claudecode-fetchtoken.c |
| 1 | error: cannot open <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-claudecode-fetchtoken.c |
| -1 | error: cannot determine home directory |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-claudecode-refreshtoken.c |
| 1 | error: cannot read <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-claudecode-refreshtoken.c |
| 1 | error: cannot determine home directory |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-codex-fetchtoken.c |
| 1 | error: cannot open <string>: <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-codex-fetchtoken.c |
| 1 | error: invalid file size (<number> bytes) |
Invalid input or configuration | Check file paths and permissions | scorpiox/scorpiox-codex-fetchtoken.c |
| -1 | error: cannot determine home directory |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-codex-refreshtoken.c |
| 1 | error: cannot read <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-codex-refreshtoken.c |
| 1 | Error: cannot get current directory |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-conv.c |
| -1 | <string>error:<string> failed to open crontab for writing: <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-cron.c |
| 1 | <string>error:<string> crontab write failed (exit <number>) |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-cron.c |
| 1 | <string>warn:<string> scorpiox-tmux not found in PATH, |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-cron.c |
| -1 | error: cannot open domain list: <string> (<string>) |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-dns.c |
| 1 | active-cache: cannot write <string>: <string> |
Required condition not met | Check file paths and permissions | scorpiox/scorpiox-dns.c |
| 1 | audit: ERROR — cannot write to <string>: <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-dns.c |
| 1 | audit: cannot open <string>: <string> |
Required condition not met | Check file paths and permissions | scorpiox/scorpiox-dns.c |
| 1 | audit: cannot write to <string>: <string> |
Required condition not met | Check file paths and permissions | scorpiox/scorpiox-dns.c |
| 1 | audit: write failed: <string> |
Warning in scorpiox-dns.c | Check file paths and permissions | scorpiox/scorpiox-dns.c |
| 1 | cannot write zone file: <string> (<string>) |
Required condition not met | Check file paths and permissions | scorpiox/scorpiox-dns.c |
| 1 | no zone file loaded; only upstream forwarding active |
Warning in scorpiox-dns.c | Check file paths and permissions | scorpiox/scorpiox-dns.c |
| 1 | precache: cannot write <string>: <string> |
Required condition not met | Check file paths and permissions | scorpiox/scorpiox-dns.c |
| 1 | Error: both target file and replacements file required |
Error in scorpiox-editfile.c | Check file paths and permissions | scorpiox/scorpiox-editfile.c |
| 1 | Error: cannot read replacements file '<string>': <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-editfile.c |
| 1 | Error: cannot read target file '<string>': <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-editfile.c |
| 1 | Error: cannot write file '<string>': <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-editfile.c |
| 1 | Error: failed to parse replacements file |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-editfile.c |
| 1 | Error: out of memory splitting target file |
Error in scorpiox-editfile.c | Free up system memory or reduce workload | scorpiox/scorpiox-editfile.c |
| 1 | Error: start line <number> exceeds file length (<number> lines) |
Error in scorpiox-editfile.c | Check file paths and permissions | scorpiox/scorpiox-editfile.c |
| 1 | ERROR: cannot read <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-email.c |
| 1 | emit-session: cannot read file '<string>', sending without text |
Required condition not met | Check file paths and permissions | scorpiox/scorpiox-emit-session.c |
| -1 | Cannot resolve path: <string>: <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-executecurl.c |
| -1 | Error: failed to create temp directory |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-executecurl.c |
| 0 | Cannot open <string>: <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-executecurl.c |
| 1 | Error: Cannot open output file: <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-fetch.c |
| 1 | Error: cannot read <string>: <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-hook.c |
| 1 | Error: cannot write <string>: <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-hook.c |
| 1 | Error: event name and script path required |
Error in scorpiox-hook.c | Check file paths and permissions | scorpiox/scorpiox-hook.c |
| 1 | Error: file not found: <string> |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-hook.c |
| 1 | Error: no hooks directory for event '<string>' |
Error in scorpiox-hook.c | Check file paths and permissions | scorpiox/scorpiox-hook.c |
| 1 | Error: script path required |
Error in scorpiox-hook.c | Check file paths and permissions | scorpiox/scorpiox-hook.c |
| 1 | Error: write failed |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-hook.c |
| 1 | Error: no scan directory specified |
Error in scorpiox-init.c | Check file paths and permissions | scorpiox/scorpiox-init.c |
| 1 | INIT_TOOLS verify: <string> NOT FOUND in PATH |
Error in scorpiox-init.c | Verify the resource exists and the path is correct | scorpiox/scorpiox-init.c |
| 1 | cannot open <string>: <string> |
Error in scorpiox-init.c | Check file paths and permissions | scorpiox/scorpiox-init.c |
| 1 | failed to create log directory |
Error in scorpiox-logger.c | Check file paths and permissions | scorpiox/scorpiox-logger.c |
| 1 | failed to create log file |
Error in scorpiox-logger.c | Check file paths and permissions | scorpiox/scorpiox-logger.c |
| 1 | scorpiox-openai: INVALID JSON at pos <number>: <string> |
Invalid input or configuration | Check file paths and permissions | scorpiox/scorpiox-openai.c |
| -1 | Error: Cannot write to <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-planmode.c |
| -1 | Warning: Cannot write to session: <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-planmode.c |
| 1 | Error: Already in plan mode |
Error in scorpiox-planmode.c | Check file paths and permissions | scorpiox/scorpiox-planmode.c |
| 1 | Error: Plan file not found: <string> |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-planmode.c |
| 1 | Warning: Plan file should be markdown (.md) |
Error in scorpiox-planmode.c | Check file paths and permissions | scorpiox/scorpiox-planmode.c |
| 1 | Directory does not exist: <string> |
Error in scorpiox-podman.c | Check file paths and permissions | scorpiox/scorpiox-podman.c |
| 1 | Failed to get current directory |
Error in scorpiox-podman.c | Check file paths and permissions | scorpiox/scorpiox-podman.c |
| -1 | Error: Cannot create destination directory |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-printlogs.c |
| -1 | Error: Cannot open source: <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-printlogs.c |
| 1 | Error: cannot read file '<string>': <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-readfile.c |
| 1 | Error: file has only <number> lines, requested start at line <number> |
Error in scorpiox-readfile.c | Check file paths and permissions | scorpiox/scorpiox-readfile.c |
| 1 | Error: cannot create temp file: <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-rewind.c |
| 1 | Error: cannot open <string> for writing |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-rewind.c |
| 1 | Error: cannot open temp file for writing |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-rewind.c |
| 1 | Error: cannot read stdin |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-rewind.c |
| 1 | Error: cannot write <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-rewind.c |
| 0 | Cannot open <string>: <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-runtest.c |
| -1 | error: cannot open '<string>' for writing |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-screenshot.c |
| -1 | error: cannot open X11 display |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-screenshot.c |
| -1 | error: cannot open X11 display (is $DISPLAY set?) |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-screenshot.c |
| -1 | error: failed to write BMP header |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-screenshot.c |
| -1 | error: failed to write pixel data |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-screenshot.c |
| 1 | Error: Cannot change to directory '<string>': <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-sdk.c |
| 1 | DLL: email server already running |
Warning in scorpiox-server-email.c | Check file paths and permissions | scorpiox/scorpiox-server-email.c |
| 1 | DLL: email server thread exiting |
Warning in scorpiox-server-email.c | Check file paths and permissions | scorpiox/scorpiox-server-email.c |
| 1 | DLL: email server thread started |
Warning in scorpiox-server-email.c | Check file paths and permissions | scorpiox/scorpiox-server-email.c |
| 1 | DLL: failed to create server thread |
Error in scorpiox-server-email.c | Check file paths and permissions | scorpiox/scorpiox-server-email.c |
| 1 | DLL: CreateThread failed |
Error in scorpiox-server.c | Check file paths and permissions | scorpiox/scorpiox-server.c |
| 1 | DLL: accept thread exiting |
Warning in scorpiox-server.c | Check file paths and permissions | scorpiox/scorpiox-server.c |
| 1 | DLL: pthread_create failed: <string> |
Error in scorpiox-server.c | Check file paths and permissions | scorpiox/scorpiox-server.c |
| 1 | DLL: server already running |
Warning in scorpiox-server.c | Check file paths and permissions | scorpiox/scorpiox-server.c |
| 1 | Failed to write POST body to <string>: <string> |
Warning in scorpiox-server.c | Check file paths and permissions | scorpiox/scorpiox-server.c |
| 1 | Favicon: cannot open file '<string>': <string> |
Required condition not met | Check file paths and permissions | scorpiox/scorpiox-server.c |
| 1 | Favicon: file too large or empty (<number> bytes, max 1MB) |
Warning in scorpiox-server.c | Check file paths and permissions | scorpiox/scorpiox-server.c |
| 1 | JWT: failed to read secret file '<string>': <string> |
Error in scorpiox-server.c | Check file paths and permissions | scorpiox/scorpiox-server.c |
| 1 | JWT: loaded secret from file '<string>' (<number> bytes) |
Warning in scorpiox-server.c | Check file paths and permissions | scorpiox/scorpiox-server.c |
| 1 | Path traversal attempt blocked in name: <string> |
Warning in scorpiox-server.c | Check file paths and permissions | scorpiox/scorpiox-server.c |
| 1 | Path traversal blocked: <string> escapes <string> |
Warning in scorpiox-server.c | Check file paths and permissions | scorpiox/scorpiox-server.c |
| 1 | Script directory not accessible: <string> |
Required condition not met | Check file paths and permissions | scorpiox/scorpiox-server.c |
| 1 | Streaming: client read failed (remaining=% |
Warning in scorpiox-server.c | Check file paths and permissions | scorpiox/scorpiox-server.c |
| 1 | Streaming: read child stdout failed: <string> |
Warning in scorpiox-server.c | Check file paths and permissions | scorpiox/scorpiox-server.c |
| 1 | Streaming: write to child stdin failed: <string> |
Warning in scorpiox-server.c | Check file paths and permissions | scorpiox/scorpiox-server.c |
| 1 | [deploy] failed to create poll thread |
Error in scorpiox-server.c | Check file paths and permissions | scorpiox/scorpiox-server.c |
| 1 | [deploy] failed to create poll thread: <string> |
Error in scorpiox-server.c | Check file paths and permissions | scorpiox/scorpiox-server.c |
| 1 | [deploy] poll thread exiting |
Warning in scorpiox-server.c | Check file paths and permissions | scorpiox/scorpiox-server.c |
| 1 | [deploy] poll thread started (interval: <number>s, branch: <string>) |
Warning in scorpiox-server.c | Check file paths and permissions | scorpiox/scorpiox-server.c |
| 1 | _beginthreadex failed |
Error in scorpiox-server.c | Check file paths and permissions | scorpiox/scorpiox-server.c |
| 1 | Error: cannot write to <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-skills.c |
| -1 | Error: Cannot write to <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-tasks.c |
| -1 | error: cannot open /dev/bpf* (are you root?) |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-thunderbolt4.c |
| 1 | error: cannot stat '<string>': <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-thunderbolt4.c |
| 1 | error: open: <string> |
Error in scorpiox-thunderbolt4.c | Check file paths and permissions | scorpiox/scorpiox-thunderbolt4.c |
| 1 | error: read: <string> |
Error in scorpiox-thunderbolt4.c | Check file paths and permissions | scorpiox/scorpiox-thunderbolt4.c |
| 1 | error: write: <string> |
Error in scorpiox-thunderbolt4.c | Check file paths and permissions | scorpiox/scorpiox-thunderbolt4.c |
| 1 | Error: session '<string>' already exists |
Error in scorpiox-tmux.c | Check file paths and permissions | scorpiox/scorpiox-tmux.c |
| 1 | error: project directory not found for '<string>' |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-tmux.c |
| 1 | project '<string>' not found in any TMUX_REMOTE_BASE path, using '<string>' |
Required condition not met | Verify the resource exists and the path is correct | scorpiox/scorpiox-tmux.c |
| 1 | session '<string>' falling back to main directory |
Warning in scorpiox-tmux.c | Check file paths and permissions | scorpiox/scorpiox-tmux.c |
| 1 | Failed to open log file: <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-traffic.c |
| 1 | Cannot access cache directory |
Error in scorpiox-unshare.c | Check file paths and permissions | scorpiox/scorpiox-unshare.c |
| 1 | Cannot access rootfs directory |
Error in scorpiox-unshare.c | Check file paths and permissions | scorpiox/scorpiox-unshare.c |
| 1 | Cannot create work directory |
Error in scorpiox-unshare.c | Check file paths and permissions | scorpiox/scorpiox-unshare.c |
| 1 | Cannot read <string> |
Error in scorpiox-unshare.c | Check file paths and permissions | scorpiox/scorpiox-unshare.c |
| 1 | Cannot read manifest: <string> |
Error in scorpiox-unshare.c | Check file paths and permissions | scorpiox/scorpiox-unshare.c |
| 1 | Downloaded file too small (invalid image?) |
Error in scorpiox-unshare.c | Check file paths and permissions | scorpiox/scorpiox-unshare.c |
| 1 | Error: Cannot create temp file |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-unshare.c |
| 1 | Error: Cannot read index |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-unshare.c |
| 1 | Failed to write <string>: <string> |
Error in scorpiox-unshare.c | Check file paths and permissions | scorpiox/scorpiox-unshare.c |
| 1 | Failed to write gid_map: <string> |
Error in scorpiox-unshare.c | Check file paths and permissions | scorpiox/scorpiox-unshare.c |
| 1 | Failed to write uid_map: <string> |
Error in scorpiox-unshare.c | Check file paths and permissions | scorpiox/scorpiox-unshare.c |
| 1 | File not found: <string> |
Error in scorpiox-unshare.c | Verify the resource exists and the path is correct | scorpiox/scorpiox-unshare.c |
| 1 | Error: mkdir <string> failed |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-vault-git.c |
| 1 | Cannot open /dev/kvm: <string> |
Error in scorpiox-vm.c | Check file paths and permissions | scorpiox/scorpiox-vm.c |
| 1 | Cannot open /dev/net/tun: <string> |
Error in scorpiox-vm.c | Check file paths and permissions | scorpiox/scorpiox-vm.c |
| 1 | Cannot open disk: <string>: <string> |
Error in scorpiox-vm.c | Check file paths and permissions | scorpiox/scorpiox-vm.c |
| 1 | Cannot read BIOS: <string> |
Error in scorpiox-vm.c | Check file paths and permissions | scorpiox/scorpiox-vm.c |
| 1 | Cannot read kernel: <string> |
Error in scorpiox-vm.c | Check file paths and permissions | scorpiox/scorpiox-vm.c |
| 1 | Cannot read tar: <string> |
Error in scorpiox-vm.c | Check file paths and permissions | scorpiox/scorpiox-vm.c |
| 1 | Failed to open TAP device |
Error in scorpiox-vm.c | Check file paths and permissions | scorpiox/scorpiox-vm.c |
| 1 | Error: cannot create temp directory: <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-voice.c |
| 1 | Error: Cannot open output file: <string> |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-websearch.c |
| 1 | Error: media file not found: <string> |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-whatsapp.c |
| -1 | Error: Cannot access cache directory |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-wsl.c |
| -1 | failed (invalid file) |
Operation failed | Check file paths and permissions | scorpiox/scorpiox-wsl.c |
| 1 | Cannot access WSL directory |
Error in scorpiox-wsl.c | Check file paths and permissions | scorpiox/scorpiox-wsl.c |
| 1 | Cannot access cache directory |
Error in scorpiox-wsl.c | Check file paths and permissions | scorpiox/scorpiox-wsl.c |
| 1 | Cannot open tar file: <string> |
Error in scorpiox-wsl.c | Check file paths and permissions | scorpiox/scorpiox-wsl.c |
| 1 | Tar file too small (%lld bytes) - likely corrupt or failed download |
Error in scorpiox-wsl.c | Check file paths and permissions | scorpiox/scorpiox-wsl.c |
| 1 | Error: Cannot change to directory '<string>': <string> |
Operation failed | Check file paths and permissions | scorpiox/sx.c |
| 1 | Error: Unknown provider '<string>' (use: scorpiox, claude_code, gemini, openai, anthropic) |
Error in sx.c | Check file paths and permissions | scorpiox/sx.c |
| 1 | Failed to initialize state |
Operation failed | Check file paths and permissions | scorpiox/sx.c |
| 1 | Warning: Cannot open /dev/tty for interactive input |
Operation failed | Check file paths and permissions | scorpiox/sx.c |
| 1 | editor: EDITOR path contains unsafe characters: %.100s |
Error in sx.c | Check file paths and permissions | scorpiox/sx.c |
| 1 | emit-session: cannot create temp file: <string> |
Required condition not met | Check file paths and permissions | scorpiox/sx.c |
| 1 | emit-session: cannot write temp file '<string>' |
Required condition not met | Check file paths and permissions | scorpiox/sx.c |
| 1 | main: agent thread completed |
Warning in sx.c | Check file paths and permissions | scorpiox/sx.c |
| 1 | main: agent thread started, msg='%.80s' |
Warning in sx.c | Check file paths and permissions | scorpiox/sx.c |
| 1 | main: callback failed to start agent thread |
Error in sx.c | Check file paths and permissions | scorpiox/sx.c |
| 1 | main: calloc AgentThread failed! |
Error in sx.c | Free up system memory or reduce workload | scorpiox/sx.c |
| 1 | main: keepalive failed to start agent thread |
Error in sx.c | Check file paths and permissions | scorpiox/sx.c |
| 1 | main: log_level=<string> log_file=<string> |
Warning in sx.c | Check file paths and permissions | scorpiox/sx.c |
| 1 | main: static copy, msg='%.80s' len=<number> |
Warning in sx.c | Check file paths and permissions | scorpiox/sx.c |
| 1 | permissions: added session allow prefix '<string>' |
Warning in sx.c | Check file/directory permissions | scorpiox/sx.c |
| 1 | permissions: executing approved command: %.100s |
Warning in sx.c | Check file/directory permissions | scorpiox/sx.c |
| 1 | voice: cannot create temp file: <string> |
Required condition not met | Check file paths and permissions | scorpiox/sx.c |
| 1 | keepalive: already disabled |
Warning in sx_cache_keepalive.c | Check file paths and permissions | scorpiox/sx_cache_keepalive.c |
| 1 | keepalive: already enabled (state=<number>) |
Warning in sx_cache_keepalive.c | Check file paths and permissions | scorpiox/sx_cache_keepalive.c |
| 1 | keepalive: failed to create thread |
Error in sx_cache_keepalive.c | Check file paths and permissions | scorpiox/sx_cache_keepalive.c |
| 1 | keepalive: thread exiting (pings=<number>, hits=<number>, misses=<number>) |
Warning in sx_cache_keepalive.c | Check file paths and permissions | scorpiox/sx_cache_keepalive.c |
| 1 | keepalive: thread started (trigger=<number>s, max_tries=<number>) |
Warning in sx_cache_keepalive.c | Check file paths and permissions | scorpiox/sx_cache_keepalive.c |
| 1 | sx_dll: cannot read image file: <string> |
Required condition not met | Check file paths and permissions | scorpiox/sx_dll.c |
| 1 | sx_dll: failed to create worker thread |
Error in sx_dll.c | Check file paths and permissions | scorpiox/sx_dll.c |
| 1 | sx_dll: failed to initialize state |
Error in sx_dll.c | Check file paths and permissions | scorpiox/sx_dll.c |
| 1 | sx_dll: state initialized, exe_dir=<string> |
Warning in sx_dll.c | Check file paths and permissions | scorpiox/sx_dll.c |
| 1 | sx_dll: status thread exiting |
Warning in sx_dll.c | Check file paths and permissions | scorpiox/sx_dll.c |
| 1 | sx_dll: status thread metrics initialized |
Warning in sx_dll.c | Check file paths and permissions | scorpiox/sx_dll.c |
| 1 | sx_dll: status thread started |
Warning in sx_dll.c | Check file paths and permissions | scorpiox/sx_dll.c |
| 1 | sx_dll: sx_send_image called: msg=%.80s path=<string> |
Warning in sx_dll.c | Check file paths and permissions | scorpiox/sx_dll.c |
| 1 | sx_dll: worker thread exiting |
Warning in sx_dll.c | Check file paths and permissions | scorpiox/sx_dll.c |
| 1 | sx_dll: worker thread received shutdown signal |
Warning in sx_dll.c | Check file paths and permissions | scorpiox/sx_dll.c |
| 1 | sx_dll: worker thread started |
Warning in sx_dll.c | Check file paths and permissions | scorpiox/sx_dll.c |
| 1 | sx_wasm: failed to initialize state |
Error in sx_dll_wasm.c | Check file paths and permissions | scorpiox/sx_dll_wasm.c |
| 1 | term: using static cell bufs (<number> cells) |
Warning in sx_term.c | Check file paths and permissions | scorpiox/sx_term.c |
| 1 | term: using static output buf (<number> bytes) |
Warning in sx_term.c | Check file paths and permissions | scorpiox/sx_term.c |
| 1 | [alias] cannot open aliases file: <string> |
Required condition not met | Check file paths and permissions | scorpiox/sxmail_alias.c |
| 1 | [maildir] cannot create tmp file: <string> (<string>) |
Required condition not met | Check file paths and permissions | scorpiox/sxmail_maildir.c |
| 1 | [maildir] failed to create temp file: <string> |
Error in sxmail_maildir.c | Check file paths and permissions | scorpiox/sxmail_maildir.c |
| 1 | [maildir] invalid file size: <number> |
Error in sxmail_maildir.c | Check file paths and permissions | scorpiox/sxmail_maildir.c |
| 1 | [maildir] rejected username with path traversal: <string> |
Error in sxmail_maildir.c | Check file paths and permissions | scorpiox/sxmail_maildir.c |
| 1 | [maildir] rename <string> → <string> failed: <string> |
Error in sxmail_maildir.c | Check file paths and permissions | scorpiox/sxmail_maildir.c |
| 1 | [maildir] rename failed: <string> → <string> (<string>) |
Error in sxmail_maildir.c | Check file paths and permissions | scorpiox/sxmail_maildir.c |
| 1 | [maildir] renamed <string> → <string> for <string> |
Warning in sxmail_maildir.c | Check file paths and permissions | scorpiox/sxmail_maildir.c |
| 1 | [maildir] short write: <number>/<number> |
Error in sxmail_maildir.c | Check file paths and permissions | scorpiox/sxmail_maildir.c |
| 1 | [queue] bad queue file: <string> |
Warning in sxmail_queue.c | Check file paths and permissions | scorpiox/sxmail_queue.c |
| 1 | [queue] cannot read data from: <string> |
Required condition not met | Check file paths and permissions | scorpiox/sxmail_queue.c |
| 1 | [queue] failed to write queue file: <string> |
Error in sxmail_queue.c | Check file paths and permissions | scorpiox/sxmail_queue.c |
| -1 | Invalid PID file for session: <string> |
Invalid input or configuration | Check file paths and permissions | scorpiox/sxmux_session.c |
| Code | Message | Cause | Resolution | Source |
|---|---|---|---|---|
| 1 | error: -d requires HOST:PORT |
Error in ws2tcp.c | Check network connectivity and server availability | bridge/ws2tcp.c |
| 1 | Bridge execution not yet supported on Windows |
Required condition not met | Check network connectivity and server availability | scorpiox/libsxbridge/sx_bridge.c |
| 1 | Download URL: <string>/<string> |
Warning in sx_bridge.c | Check network connectivity and server availability | scorpiox/libsxbridge/sx_bridge.c |
| 1 | wasm_tools: ReadDocs url=<string> format=<string> |
Warning in sx_agent_tools_wasm.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_agent_tools_wasm.c |
| 1 | HTTP <number> (retryable), retry <number>/<number> in <number>ms... |
Warning in sx_claude.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_claude.c |
| 1 | claude: HTTP error <number> after <number> attempts |
Error in sx_claude.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_claude.c |
| 1 | claude: HTTP error: <string> |
Error in sx_claude.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_claude.c |
| 1 | claude: ROUTER_URL not configured (set in scorpiox-env.txt) |
Required condition not met | Review scorpiox-env.txt configuration | scorpiox/libsxnet/sx_claude.c |
| 1 | [frp] TLS handshake failed: <string> |
Operation failed | Check network connectivity and server availability | scorpiox/libsxnet/sx_frp.c |
| 1 | [frp] TLS: warning: no system CA bundle found |
Error in sx_frp.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_frp.c |
| 1 | [frp] connect failed: <string> |
Operation failed | Verify network connectivity and server availability | scorpiox/libsxnet/sx_frp.c |
| 1 | [frp] crypto init failed: <string> |
Operation failed | Check network connectivity and server availability | scorpiox/libsxnet/sx_frp.c |
| 1 | [frp] disconnected: <string> |
Error in sx_frp.c | Verify network connectivity and server availability | scorpiox/libsxnet/sx_frp.c |
| 1 | [frp] failed to read StartWorkConn (slot <number>, type=0x<hex> rc=<number>) |
Operation failed | Check network connectivity and server availability | scorpiox/libsxnet/sx_frp.c |
| 1 | [frp] local closed (slot <number>) |
Error in sx_frp.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_frp.c |
| 1 | [frp] proxy registration failed: <string> |
Operation failed | Check network connectivity and server availability | scorpiox/libsxnet/sx_frp.c |
| 1 | [frp] remote read failed (slot <number>) |
Operation failed | Check network connectivity and server availability | scorpiox/libsxnet/sx_frp.c |
| 1 | [frp] remote send failed (slot <number>) |
Operation failed | Check network connectivity and server availability | scorpiox/libsxnet/sx_frp.c |
| 1 | [frp] work conn rejected: <string> |
Error in sx_frp.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_frp.c |
| 1 | [frp] work conn: local connect <string>:<number> failed |
Operation failed | Verify network connectivity and server availability | scorpiox/libsxnet/sx_frp.c |
| 1 | [frp] work connection failed: <string> |
Operation failed | Verify network connectivity and server availability | scorpiox/libsxnet/sx_frp.c |
| 1 | [frp] yamux handshake failed |
Operation failed | Check network connectivity and server availability | scorpiox/libsxnet/sx_frp.c |
| 1 | [frp] ← unknown msg type: 0x<hex> (<number> bytes) |
Error in sx_frp.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_frp.c |
| 1 | [host-poll] message queue full, dropping message |
Warning in sx_host.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_host.c |
| 1 | [host-poll] message received: '%.80s<string>' |
Warning in sx_host.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_host.c |
| 1 | [host-poll] received <number> message(s) from host |
Warning in sx_host.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_host.c |
| 1 | [host-poll] thread started, url=<string> id=<string> interval=<number>ms |
Warning in sx_host.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_host.c |
| 1 | [host-poll] thread stopped (polls=<number> messages=<number> errors=<number>) |
Warning in sx_host.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_host.c |
| 1 | [host] failed to create pull thread: <string> |
Error in sx_host.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_host.c |
| 1 | [host] init: url=<string> id=<string> enabled=<number> |
Warning in sx_host.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_host.c |
| 1 | [host] message injected into main loop: '%.80s<string>' |
Warning in sx_host.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_host.c |
| 1 | [host] pull thread started |
Warning in sx_host.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_host.c |
| 1 | [host] pull thread stopped |
Warning in sx_host.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_host.c |
| 1 | [host] registering with host: <string> (session=<string>) |
Warning in sx_host.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_host.c |
| 1 | [host] registration failed (rc=<number>, http=<number>) |
Warning in sx_host.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_host.c |
| 1 | [host] registration success: <string> |
Warning in sx_host.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_host.c |
| 1 | [host] stopping pull thread... |
Warning in sx_host.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_host.c |
| 1 | sx_http: curl error: <string> |
Error in sx_http.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_http.c |
| 1 | http_relay: body too large: <number> bytes |
Warning in sx_http_relay.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_http_relay.c |
| 1 | http_relay: connect(<string>:<string>) failed |
Error in sx_http_relay.c | Verify network connectivity and server availability | scorpiox/libsxnet/sx_http_relay.c |
| 1 | http_relay: enabled -> <string>:<string> |
Warning in sx_http_relay.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_http_relay.c |
| 1 | http_relay: error string too large: <number> bytes |
Warning in sx_http_relay.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_http_relay.c |
| 1 | http_relay: getaddrinfo(<string>:<string>) failed |
Error in sx_http_relay.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_http_relay.c |
| 1 | sx_http: fetch error: <string> |
Error in sx_http_wasm.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_http_wasm.c |
| 1 | sx_http_sse: fetch error: <string> |
Error in sx_http_wasm.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_http_wasm.c |
| 1 | anthropic: ANTHROPIC_ANTIGRAVITY_URL not configured |
Required condition not met | Review scorpiox-env.txt configuration | scorpiox/libsxnet/sx_provider_anthropic.c |
| 1 | anthropic: HTTP <number>, retry <number>/<number> in <number>ms... |
Warning in sx_provider_anthropic.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_provider_anthropic.c |
| 1 | anthropic_wasm: HTTP <number>, retry <number>/<number> in <number>ms... |
Warning in sx_provider_anthropic.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_provider_anthropic.c |
| 1 | anthropic_wasm: HTTP error: <string> |
Error in sx_provider_anthropic.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_provider_anthropic.c |
| 1 | anthropic_wasm: load_env key=<string> url=<string> model=<string> streaming=<number> thinking=<number> tools=<number> |
Warning in sx_provider_anthropic.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_provider_anthropic.c |
| 1 | HTTP <number> (retryable), retry <number>/<number> in <number>ms... |
Warning in sx_provider_claude_code.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: proxy connection failed, falling back to direct API: <string> |
Warning in sx_provider_claude_code.c | Verify network connectivity and server availability | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: proxy failed (HTTP <number>), falling back to direct API: <string> |
Warning in sx_provider_claude_code.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: restoring proxy URL for next request: <string> |
Warning in sx_provider_claude_code.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | curl: cancel requested via progress callback |
Warning in sx_provider_claude_code.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code_wasm: CLAUDE_CODE_REMOTE_URL not configured |
Required condition not met | Review scorpiox-env.txt configuration | scorpiox/libsxnet/sx_provider_claude_code_wasm.c |
| 1 | claude_code_wasm: HTTP <number>, retry <number>/<number> in <number>ms... |
Warning in sx_provider_claude_code_wasm.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_provider_claude_code_wasm.c |
| 1 | claude_code_wasm: HTTP error: <string> |
Error in sx_provider_claude_code_wasm.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_provider_claude_code_wasm.c |
| 1 | claude_code_wasm: load_env remote_url=<string> model=<string> thinking=<number>/<number> tools=<number> |
Warning in sx_provider_claude_code_wasm.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_provider_claude_code_wasm.c |
| 1 | codex: HTTP <number>, retrying in <number> ms (attempt <number>/<number>) |
Warning in sx_provider_codex.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_provider_codex.c |
| 1 | codex: HTTP error: <string> |
Error in sx_provider_codex.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_provider_codex.c |
| 1 | google_claude: TCP fetch failed: <string> |
Error in sx_provider_google_claude.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_provider_google_claude.c |
| 1 | google_claude: TCP not configured |
Required condition not met | Review scorpiox-env.txt configuration | scorpiox/libsxnet/sx_provider_google_claude.c |
| 1 | google_claude: invalid TCP response |
Error in sx_provider_google_claude.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_provider_google_claude.c |
| 1 | google_gemini: TCP fetch failed: <string> |
Error in sx_provider_google_gemini.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_provider_google_gemini.c |
| 1 | google_gemini: TCP_HOST/TCP_PORT not configured |
Required condition not met | Review scorpiox-env.txt configuration | scorpiox/libsxnet/sx_provider_google_gemini.c |
| 1 | google_gemini: invalid TCP response |
Error in sx_provider_google_gemini.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_provider_google_gemini.c |
| 1 | openai: load_env key=<string> url=<string> model=<string> |
Warning in sx_provider_openai.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_provider_openai.c |
| 1 | openai: proxy exec not supported in WASM build |
Required condition not met | Check network connectivity and server availability | scorpiox/libsxnet/sx_provider_openai.c |
| 1 | openai_wasm: HTTP <number>, retry <number>/<number> in <number>ms... |
Warning in sx_provider_openai_wasm.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_provider_openai_wasm.c |
| 1 | openai_wasm: load_env key=<string> url=<string> model=<string> streaming=<number> |
Warning in sx_provider_openai_wasm.c | Check network connectivity and server availability | scorpiox/libsxnet/sx_provider_openai_wasm.c |
| 1 | bgtask: not supported on this platform |
Required condition not met | Check network connectivity and server availability | scorpiox/libsxutil/sx_bgtask.c |
| 1 | Failed to fetch index.txt, using fallback branch: sx |
Warning in sx_config.c | Check network connectivity and server availability | scorpiox/libsxutil/sx_config.c |
| 1 | Resolved dist URL: <string> (branch=<string>, file=<string>) |
Warning in sx_config.c | Check network connectivity and server availability | scorpiox/libsxutil/sx_config.c |
| 1 | SCORPIOX_DIST_BASE_URL not set |
Required condition not met | Check network connectivity and server availability | scorpiox/libsxutil/sx_config.c |
| 1 | sx_exec: timeout after <number>ms: %.100s |
Warning in sx_exec.c | Check network connectivity, increase timeout, or retry | scorpiox/libsxutil/sx_exec.c |
| 1 | sx_exec[wasm]: unsupported command: '%.100s' |
Warning in sx_exec_wasm.c | Check network connectivity and server availability | scorpiox/libsxutil/sx_exec_wasm.c |
| 1 | ca_bundle: not found (SSL will fail) |
Required condition not met | Verify the resource exists and the path is correct | scorpiox/libsxutil/sx_platform.c |
| 1 | ensure_tool: <string> not found (auto-install not supported on this OS) |
Required condition not met | Verify the resource exists and the path is correct | scorpiox/libsxutil/sx_platform.c |
| 1 | WARNING: TLS certificate verification is DISABLED (SX_TLS_VERIFY=0). |
Warning in sx_tls.h | Check network connectivity and server availability | scorpiox/libsxutil/sx_tls.h |
| 1 | client disconnected |
Error in tb4_test.c | Verify network connectivity and server availability | scorpiox/libtb4/tb4_test.c |
| 1 | connect failed |
Operation failed | Verify network connectivity and server availability | scorpiox/libtb4/tb4_test.c |
| 1 | PAT injection only works with https:// URLs, using URL as-is |
Warning in scorpiox-agent.c | Check network connectivity and server availability | scorpiox/scorpiox-agent.c |
| 1 | Repository URL required (use -r or set AGENTS_REPO_URL) |
Error in scorpiox-agent.c | Check network connectivity and server availability | scorpiox/scorpiox-agent.c |
| 1 | Usage: <string> <input.json> <output.json> [timeout_seconds] |
Operation timed out | Check network connectivity, increase timeout, or retry | scorpiox/scorpiox-askuserquestion.c |
| 1 | error: bind to port <number> failed: <string> |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-beam.c |
| 1 | error: connect to <string>:<number> failed: <string> |
Operation failed | Verify network connectivity and server availability | scorpiox/scorpiox-beam.c |
| 1 | error: connection lost at offset <number>/<number> |
Error in scorpiox-beam.c | Verify network connectivity and server availability | scorpiox/scorpiox-beam.c |
| 1 | error: invalid port |
Invalid input or configuration | Check network connectivity and server availability | scorpiox/scorpiox-beam.c |
| 1 | error: socket() failed |
Operation failed | Verify network connectivity and server availability | scorpiox/scorpiox-beam.c |
| 1 | TCP_HOST=host1,host2 # comma-separated for failover |
Error in scorpiox-claudecode-fetchtoken.c | Check network connectivity and server availability | scorpiox/scorpiox-claudecode-fetchtoken.c |
| 1 | error: CLAUDE_CODE_REMOTE_URL required in config |
Error in scorpiox-claudecode-fetchtoken.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-claudecode-fetchtoken.c |
| 1 | error: CLAUDE_CODE_SSH_HOST and CLAUDE_CODE_SSH_USER required in config |
Error in scorpiox-claudecode-fetchtoken.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-claudecode-fetchtoken.c |
| 1 | error: HTTP <number> |
Error in scorpiox-claudecode-fetchtoken.c | Check network connectivity and server availability | scorpiox/scorpiox-claudecode-fetchtoken.c |
| 1 | error: TCP fetch failed (err=<number>) |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-claudecode-fetchtoken.c |
| 1 | error: TCP_HOST required in config |
Error in scorpiox-claudecode-fetchtoken.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-claudecode-fetchtoken.c |
| 1 | error: curl init failed |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-claudecode-fetchtoken.c |
| 1 | error: API returned HTTP <number> |
Error in scorpiox-claudecode-models.c | Check network connectivity and server availability | scorpiox/scorpiox-claudecode-models.c |
| 1 | error: curl_easy_init failed |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-claudecode-models.c |
| 1 | error: curl init failed |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-claudecode-refreshtoken.c |
| 1 | TCP_HOST=host1,host2 # comma-separated for failover |
Error in scorpiox-codex-fetchtoken.c | Check network connectivity and server availability | scorpiox/scorpiox-codex-fetchtoken.c |
| 1 | error: HTTP <number> from <string> |
Error in scorpiox-codex-fetchtoken.c | Check network connectivity and server availability | scorpiox/scorpiox-codex-fetchtoken.c |
| 1 | error: TCP fetch failed (err=<number>) |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-codex-fetchtoken.c |
| 1 | error: TCP_HOST required in config |
Error in scorpiox-codex-fetchtoken.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-codex-fetchtoken.c |
| 1 | error: curl: <string> |
Error in scorpiox-codex-fetchtoken.c | Check network connectivity and server availability | scorpiox/scorpiox-codex-fetchtoken.c |
| 1 | error: curl_easy_init failed |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-codex-fetchtoken.c |
| 1 | error: API returned HTTP <number> |
Error in scorpiox-codex-models.c | Check network connectivity and server availability | scorpiox/scorpiox-codex-models.c |
| 1 | error: curl_easy_init failed |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-codex-models.c |
| 1 | error: curl init failed |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-codex-refreshtoken.c |
| 1 | -> NXDOMAIN (our domain, no record) |
Warning in scorpiox-dns.c | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | -> SERVFAIL (all upstreams failed for <string>) |
Warning in scorpiox-dns.c | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | -> local: <string> (<string><string><string>) |
Warning in scorpiox-dns.c | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | -> precache fallback: <string> (resolved <number> ago) |
Warning in scorpiox-dns.c | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | <string>error:<string> |
Error in scorpiox-dns.c | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | DNS server shutting down (served <number> queries) |
Warning in scorpiox-dns.c | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | DNS server started on <string>:<number> (domain=<string>, zones=<number>, upstreams=<number>) |
Warning in scorpiox-dns.c | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | active-cache: evicted <number> stale entries (><number> days old) |
Warning in scorpiox-dns.c | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | active-cache: failed to allocate memory |
Error in scorpiox-dns.c | Free up system memory or reduce workload | scorpiox/scorpiox-dns.c |
| 1 | active-cache: loaded <number> entries from <string> |
Warning in scorpiox-dns.c | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | audit: ERROR — malloc failed, disabling |
Operation failed | Free up system memory or reduce workload | scorpiox/scorpiox-dns.c |
| 1 | audit: alloc failed, disabling |
Error in scorpiox-dns.c | Free up system memory or reduce workload | scorpiox/scorpiox-dns.c |
| 1 | audit: cannot create fallback temp dir: <string> |
Required condition not met | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | audit: closed |
Warning in scorpiox-dns.c | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | audit: enabled, dir=<string> |
Warning in scorpiox-dns.c | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | audit: falling back to <string> |
Warning in scorpiox-dns.c | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | audit: logging to <string> |
Warning in scorpiox-dns.c | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | cannot create runtime dir <string>: <string> |
Required condition not met | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | error: cannot delete <string>: <string> |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | invalid upstream DNS: <string> |
Warning in scorpiox-dns.c | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | loaded <number> zone records from <string> |
Warning in scorpiox-dns.c | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | precache: failed to allocate memory |
Error in scorpiox-dns.c | Free up system memory or reduce workload | scorpiox/scorpiox-dns.c |
| 1 | precache: full (<number> entries), cannot add <string> |
Required condition not met | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | precache: loaded <number> entries from <string> |
Warning in scorpiox-dns.c | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | query: <string> <string> (type=<number>) from <string> |
Warning in scorpiox-dns.c | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | runtime dir: <string> |
Warning in scorpiox-dns.c | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | saved <number> zone records to <string> |
Warning in scorpiox-dns.c | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | select failed: <string> |
Error in scorpiox-dns.c | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | unsupported record type '<string>' for <string>, skipping |
Warning in scorpiox-dns.c | Check network connectivity and server availability | scorpiox/scorpiox-dns.c |
| 1 | Error: URL is required |
Error in scorpiox-docs.c | Check network connectivity and server availability | scorpiox/scorpiox-docs.c |
| 1 | [scorpiox-docs] Failed to fetch URL |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-docs.c |
| -1 | ERROR: SMTP_HOST not set. Configure in scorpiox-env.txt |
Required variable or resource not configured | Review scorpiox-env.txt configuration | scorpiox/scorpiox-email.c |
| -1 | ERROR: curl_easy_init failed |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-email.c |
| 1 | emit-session: POST HTTP <number>: <string> |
Error in scorpiox-emit-session.c | Check network connectivity and server availability | scorpiox/scorpiox-emit-session.c |
| -1 | Error: Cannot connect to <string>:<number> |
Operation failed | Verify network connectivity and server availability | scorpiox/scorpiox-fetch.c |
| -1 | Error: Chrome CDP did not start within <number> seconds |
Error in scorpiox-fetch.c | Check network connectivity and server availability | scorpiox/scorpiox-fetch.c |
| -1 | Error: Chrome/Chromium not found.Install Chrome or Chromium and try again. |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-fetch.c |
| -1 | Error: Could not extract page HTML |
Error in scorpiox-fetch.c | Check network connectivity and server availability | scorpiox/scorpiox-fetch.c |
| -1 | Error: Could not get WebSocket debug URL |
Error in scorpiox-fetch.c | Verify network connectivity and server availability | scorpiox/scorpiox-fetch.c |
| -1 | Error: Failed to get page content |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-fetch.c |
| -1 | Error: Failed to launch Chrome |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-fetch.c |
| -1 | Error: HTML to markdown conversion failed |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-fetch.c |
| -1 | Error: HTML to text conversion failed |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-fetch.c |
| -1 | Error: HTTP <number> for <string> |
Error in scorpiox-fetch.c | Check network connectivity and server availability | scorpiox/scorpiox-fetch.c |
| -1 | Error: HTTP request failed: <string> |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-fetch.c |
| -1 | Error: URL required |
Error in scorpiox-fetch.c | Check network connectivity and server availability | scorpiox/scorpiox-fetch.c |
| -1 | Error: WebSocket upgrade failed |
Operation failed | Verify network connectivity and server availability | scorpiox/scorpiox-fetch.c |
| -1 | Error: fork() failed: <string> |
Operation failed | Check system resources (process limits) | scorpiox/scorpiox-fetch.c |
| 0 | Chrome not found |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-fetch.c |
| 0 | Error: Too many redirects (max <number>) |
Error in scorpiox-fetch.c | Check network connectivity and server availability | scorpiox/scorpiox-fetch.c |
| 1 | Error: Failed to send CDP command: <string> |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-fetch.c |
| 1 | Error: Invalid format '<string>'. Use: text, html, markdown |
Invalid input or configuration | Check network connectivity and server availability | scorpiox/scorpiox-fetch.c |
| -1 | error: invalid local port in '<string>' |
Invalid input or configuration | Check network connectivity and server availability | scorpiox/scorpiox-frp.c |
| -1 | error: invalid port in '<string>' |
Invalid input or configuration | Check network connectivity and server availability | scorpiox/scorpiox-frp.c |
| 1 | error: --remote PORT is required for <string> proxy type |
Error in scorpiox-frp.c | Check network connectivity and server availability | scorpiox/scorpiox-frp.c |
| 1 | error: failed to create FRP client: <number> |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-frp.c |
| 1 | scorpiox-gemini-vertex: curl error: <string> |
Error in scorpiox-gemini-vertex.c | Check network connectivity and server availability | scorpiox/scorpiox-gemini-vertex.c |
| 1 | scorpiox-gemini-vertex: retry <number>/<number> after <number>ms (HTTP <number>) |
Error in scorpiox-gemini-vertex.c | Check network connectivity and server availability | scorpiox/scorpiox-gemini-vertex.c |
| 1 | scorpiox-google-claude: curl error: <string> |
Error in scorpiox-google-claude.c | Check network connectivity and server availability | scorpiox/scorpiox-google-claude.c |
| 0 | error: unknown mode '<string>' |
Error in scorpiox-google-fetchtoken.c | Check network connectivity and server availability | scorpiox/scorpiox-google-fetchtoken.c |
| 1 | TCP_HOST=host1,host2 # comma-separated for failover |
Error in scorpiox-google-fetchtoken.c | Check network connectivity and server availability | scorpiox/scorpiox-google-fetchtoken.c |
| 1 | error: <string> |
Error in scorpiox-google-fetchtoken.c | Check network connectivity and server availability | scorpiox/scorpiox-google-fetchtoken.c |
| 1 | error: HTTP <number> from <string> |
Error in scorpiox-google-fetchtoken.c | Check network connectivity and server availability | scorpiox/scorpiox-google-fetchtoken.c |
| 1 | error: TCP fetch failed (code <number>) |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-google-fetchtoken.c |
| 1 | error: TCP_HOST not configured |
Error in scorpiox-google-fetchtoken.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-google-fetchtoken.c |
| 1 | error: curl init failed |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-google-fetchtoken.c |
| 1 | error: empty response |
Error in scorpiox-google-fetchtoken.c | Check network connectivity and server availability | scorpiox/scorpiox-google-fetchtoken.c |
| 1 | error: invalid response (not JSON) |
Invalid input or configuration | Check network connectivity and server availability | scorpiox/scorpiox-google-fetchtoken.c |
| 1 | scorpiox-google-gemini: curl error: <string> |
Error in scorpiox-google-gemini.c | Check network connectivity and server availability | scorpiox/scorpiox-google-gemini.c |
| 1 | error: GOOGLE_REMOTE_URL not configured |
Error in scorpiox-google-models.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-google-models.c |
| 1 | error: all endpoints failed (last HTTP <number>) |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-google-models.c |
| 1 | error: curl init failed |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-google-models.c |
| 1 | warning: HTTP <number> from <string> |
Error in scorpiox-google-models.c | Check network connectivity and server availability | scorpiox/scorpiox-google-models.c |
| 1 | maps: TCP fetch failed |
Warning in scorpiox-googlemaps.c | Check network connectivity and server availability | scorpiox/scorpiox-googlemaps.c |
| 1 | maps: TCP_HOST/TCP_PORT not configured |
Required condition not met | Review scorpiox-env.txt configuration | scorpiox/scorpiox-googlemaps.c |
| 1 | <string>Error:<string> cannot bind to port <number> — <string> |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-host.c |
| 1 | <string>Error:<string> cannot connect to localhost:<number> — <string> |
Operation failed | Verify network connectivity and server availability | scorpiox/scorpiox-host.c |
| 1 | <string>Error:<string> cannot create socket |
Operation failed | Verify network connectivity and server availability | scorpiox/scorpiox-host.c |
| 1 | <string>Error:<string> invalid port |
Invalid input or configuration | Check network connectivity and server availability | scorpiox/scorpiox-host.c |
| 1 | <string>Error:<string> scorpiox-host not running (stale pid file). Start with: scorpiox-host serve |
Error in scorpiox-host.c | Check network connectivity and server availability | scorpiox/scorpiox-host.c |
| 1 | <string>Error:<string> scorpiox-host not running. Start with: scorpiox-host serve |
Error in scorpiox-host.c | Check network connectivity and server availability | scorpiox/scorpiox-host.c |
| 1 | Error: HTTP <number> |
Error in scorpiox-mcp-httpclient.c | Check network connectivity and server availability | scorpiox/scorpiox-mcp-httpclient.c |
| 1 | Error: HTTP request failed (code <number>) |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-mcp-httpclient.c |
| 1 | Error: HTTP request failed: <string> |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-mcp-httpclient.c |
| 1 | Error: first argument must be an HTTP(S) URL |
Error in scorpiox-mcp-httpclient.c | Check network connectivity and server availability | scorpiox/scorpiox-mcp-httpclient.c |
| 1 | <string>✗ <string> — connection failed<string> |
Operation failed | Verify network connectivity and server availability | scorpiox/scorpiox-mcp.c |
| 1 | Cannot connect to session '<string>' — is it running? |
Operation failed | Verify network connectivity and server availability | scorpiox/scorpiox-multiplexer.c |
| 1 | error: OPENAI_BASE_URL not configured |
Error in scorpiox-openai.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-openai.c |
| 1 | scorpiox-openai: HTTP error: <string> |
Error in scorpiox-openai.c | Check network connectivity and server availability | scorpiox/scorpiox-openai.c |
| 1 | scorpiox-openai: retry <number>/<number> after <number>ms (HTTP <number>) |
Error in scorpiox-openai.c | Check network connectivity and server availability | scorpiox/scorpiox-openai.c |
| 1 | scorpiox-openai: retryable HTTP <number> |
Error in scorpiox-openai.c | Check network connectivity and server availability | scorpiox/scorpiox-openai.c |
| 1 | SCORPIOX_DIST_BASE_URL not configured (could not resolve dist URL) |
Error in scorpiox-podman.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-podman.c |
| 1 | error: bind() failed on port <number> |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-pwshovertcp.c |
| 1 | error: socket() failed |
Operation failed | Verify network connectivity and server availability | scorpiox/scorpiox-pwshovertcp.c |
| -1 | \033[31m[serve]\033[0m Failed to start host: <number> |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-sdk.c |
| -1 | \033[31m[serve]\033[0m Host failed to start within <number> ms |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-sdk.c |
| 1 | Error: --agent requires -r <repo> or AGENTS_REPO_URL env |
Error in scorpiox-sdk.c | Check network connectivity and server availability | scorpiox/scorpiox-sdk.c |
| 1 | Error: Timeout waiting for messages dir: <string> |
Operation timed out | Check network connectivity, increase timeout, or retry | scorpiox/scorpiox-sdk.c |
| 1 | \033[33m[warn]\033[0m Container networking flags ignored in --local mode |
Error in scorpiox-sdk.c | Check network connectivity and server availability | scorpiox/scorpiox-sdk.c |
| 1 | DLL: TLS init failed — running without TLS |
Warning in scorpiox-server-email.c | Check network connectivity and server availability | scorpiox/scorpiox-server-email.c |
| 1 | Daemon mode not supported on Windows (running foreground) |
Required condition not met | Check network connectivity and server availability | scorpiox/scorpiox-server-email.c |
| 1 | No TLS cert/key configured — running without TLS |
Warning in scorpiox-server-email.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-server-email.c |
| 1 | Relay configured: <string>:<number> (user=<string>, tls=<string>, require_tls=<string>) |
Warning in scorpiox-server-email.c | Review scorpiox-env.txt configuration | scorpiox/scorpiox-server-email.c |
| 1 | SMTP port: <number>, submission: <number>, IMAP: <number> |
Warning in scorpiox-server-email.c | Check network connectivity and server availability | scorpiox/scorpiox-server-email.c |
| 1 | TLS init failed — running without TLS |
Warning in scorpiox-server-email.c | Check network connectivity and server availability | scorpiox/scorpiox-server-email.c |
| 1 | TLS: <string> |
Warning in scorpiox-server-email.c | Check network connectivity and server availability | scorpiox/scorpiox-server-email.c |
| 1 | # Empty = allow all (default) |
Error in scorpiox-server-fetchtoken.c | Check network connectivity and server availability | scorpiox/scorpiox-server-fetchtoken.c |
| 1 | DLL: accept thread started (fd=<number>, port=<number>) |
Warning in scorpiox-server.c | Check network connectivity and server availability | scorpiox/scorpiox-server.c |
| 1 | DLL: bind() port <number> failed |
Error in scorpiox-server.c | Check network connectivity and server availability | scorpiox/scorpiox-server.c |
| 1 | DLL: server started on port <number>, <number> script dir(s), prefix='<string>' |
Warning in scorpiox-server.c | Check network connectivity and server availability | scorpiox/scorpiox-server.c |
| 1 | DLL: socket() failed |
Error in scorpiox-server.c | Verify network connectivity and server availability | scorpiox/scorpiox-server.c |
| 1 | Error: Cannot bind to port <number> |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-server.c |
| 1 | Error: cannot extract repo name from URL: <string> |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-server.c |
| 1 | SSE stream '<string>' idle timeout after <number>s |
Warning in scorpiox-server.c | Check network connectivity, increase timeout, or retry | scorpiox/scorpiox-server.c |
| 1 | Script '<string>' idle timeout after <number>s (no output), killing pid <number> |
Warning in scorpiox-server.c | Check network connectivity, increase timeout, or retry | scorpiox/scorpiox-server.c |
| 1 | Server started on port <number> with <number> script dir(s), limits req=<number>MB resp=<number>MB |
Warning in scorpiox-server.c | Check network connectivity and server availability | scorpiox/scorpiox-server.c |
| 1 | Streaming: idle timeout for '<string>' |
Warning in scorpiox-server.c | Check network connectivity, increase timeout, or retry | scorpiox/scorpiox-server.c |
| 1 | bind() port <number> failed |
Error in scorpiox-server.c | Check network connectivity and server availability | scorpiox/scorpiox-server.c |
| 1 | socket() failed |
Error in scorpiox-server.c | Verify network connectivity and server availability | scorpiox/scorpiox-server.c |
| 1 | seq=<number> timeout |
Operation timed out | Check network connectivity, increase timeout, or retry | scorpiox/scorpiox-thunderbolt4.c |
| 1 | warn: 10s timeout |
Operation timed out | Check network connectivity, increase timeout, or retry | scorpiox/scorpiox-thunderbolt4.c |
| 1 | Download failed — neither curl nor wget succeeded |
Error in scorpiox-unshare.c | Check network connectivity and server availability | scorpiox/scorpiox-unshare.c |
| 1 | Invalid port mapping: <string> |
Invalid input or configuration | Check network connectivity and server availability | scorpiox/scorpiox-unshare.c |
| 1 | Required for container networking. Cannot launch container without it. |
Error in scorpiox-unshare.c | Check network connectivity and server availability | scorpiox/scorpiox-unshare.c |
| 1 | Unknown --net mode: <string> (use: host) |
Error in scorpiox-unshare.c | Check network connectivity and server availability | scorpiox/scorpiox-unshare.c |
| 1 | pipe() for network sync failed |
Error in scorpiox-unshare.c | Check network connectivity and server availability | scorpiox/scorpiox-unshare.c |
| 1 | tap0 never appeared after 3 seconds. Network broken, aborting. |
Error in scorpiox-unshare.c | Check network connectivity and server availability | scorpiox/scorpiox-unshare.c |
| 1 | usage: POST HTTP <number>: <string> |
Error in scorpiox-usage.c | Check command usage with --help | scorpiox/scorpiox-usage.c |
| 1 | Error: --pat, --url, and -o are required |
Error in scorpiox-vault-git.c | Check network connectivity and server availability | scorpiox/scorpiox-vault-git.c |
| 1 | Error: export failed (exit <number>) |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-vault-git.c |
| 1 | error: HTTP <number> |
Error in scorpiox-vertex-models.c | Check network connectivity and server availability | scorpiox/scorpiox-vertex-models.c |
| 1 | error: curl init failed |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-vertex-models.c |
| 1 | Download failed — neither curl nor wget succeeded |
Error in scorpiox-vm.c | Check network connectivity and server availability | scorpiox/scorpiox-vm.c |
| 1 | KVM_GET_SUPPORTED_CPUID failed: <string> |
Error in scorpiox-vm.c | Check network connectivity and server availability | scorpiox/scorpiox-vm.c |
| 1 | [websearch] Brave: fetch failed |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-websearch.c |
| 1 | [websearch] Mojeek: fetch failed |
Operation failed | Check network connectivity and server availability | scorpiox/scorpiox-websearch.c |
| 1 | Bridge disconnected. |
Error in scorpiox-whatsapp.c | Verify network connectivity and server availability | scorpiox/scorpiox-whatsapp.c |
| 1 | ⚠ WhatsApp disconnected. Bridge will reconnect... |
Error in scorpiox-whatsapp.c | Verify network connectivity and server availability | scorpiox/scorpiox-whatsapp.c |
| 1 | ✗ Failed to connect |
Operation failed | Verify network connectivity and server availability | scorpiox/scorpiox-whatsapp.c |
| 1 | ✗ Failed to connect to WhatsApp |
Operation failed | Verify network connectivity and server availability | scorpiox/scorpiox-whatsapp.c |
| -1 | Error: <string> not found (HTTP <number>) |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-wsl.c |
| 1 | Base distro import failed (rc=<number>) |
Error in scorpiox-wsl.c | Check network connectivity and server availability | scorpiox/scorpiox-wsl.c |
| 1 | Failed to execute wsl.exe --import (popen failed) |
Error in scorpiox-wsl.c | Verify the executable exists and is in PATH | scorpiox/scorpiox-wsl.c |
| 1 | Import failed (exit <number>) |
Error in scorpiox-wsl.c | Check network connectivity and server availability | scorpiox/scorpiox-wsl.c |
| 1 | Invalid auto-port: <string> |
Error in scorpiox-wsl.c | Check network connectivity and server availability | scorpiox/scorpiox-wsl.c |
| 1 | MCP configured (<string>) but 0 tools discovered — check server connectivity |
Error in sx.c | Verify network connectivity and server availability | scorpiox/sx.c |
| 1 | main: host integration failed to start |
Warning in sx.c | Check network connectivity and server availability | scorpiox/sx.c |
| 1 | main: host integration started, url=<string> |
Warning in sx.c | Check network connectivity and server availability | scorpiox/sx.c |
| 1 | main: host message received, injecting into agent loop |
Warning in sx.c | Check network connectivity and server availability | scorpiox/sx.c |
| 1 | sx_dll: not a supported image file: <string> |
Required condition not met | Check network connectivity and server availability | scorpiox/sx_dll.c |
| 1 | [imap] TLS handshake failed from <string> |
Warning in sxmail_imap.c | Check network connectivity and server availability | scorpiox/sxmail_imap.c |
| 1 | [imap] closing connection from <string> |
Warning in sxmail_imap.c | Verify network connectivity and server availability | scorpiox/sxmail_imap.c |
| 1 | [imap] failed to bind port <number> |
Error in sxmail_imap.c | Check network connectivity and server availability | scorpiox/sxmail_imap.c |
| 1 | [imap] listening on port <number> |
Warning in sxmail_imap.c | Check network connectivity and server availability | scorpiox/sxmail_imap.c |
| 1 | [imap] new connection from <string> |
Warning in sxmail_imap.c | Verify network connectivity and server availability | scorpiox/sxmail_imap.c |
| 1 | [imap] socket() failed: <string> |
Error in sxmail_imap.c | Verify network connectivity and server availability | scorpiox/sxmail_imap.c |
| 1 | [queue] DNS resolution failed for <string>: <string> |
Warning in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [queue] MX <string> advertises STARTTLS, upgrading |
Warning in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [queue] STARTTLS active with MX <string> |
Warning in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [queue] STARTTLS handshake failed with MX <string>, continuing plaintext |
Warning in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [queue] STARTTLS rejected by MX <string> (code <number>), continuing plaintext |
Warning in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [queue] connect to <string>:25 failed: <string> |
Warning in sxmail_queue.c | Verify network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [queue] connecting to MX <string> for <string> |
Warning in sxmail_queue.c | Verify network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [queue] post-STARTTLS EHLO failed with <string>: <number> |
Warning in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [queue] relay configured: <string>:<number> (user=<string>, tls=<string>) |
Warning in sxmail_queue.c | Review scorpiox-env.txt configuration | scorpiox/sxmail_queue.c |
| 1 | [relay-tls] CA bundle failed to load and verification is REQUIRED -- aborting (fail closed) |
Error in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [relay-tls] TLS handshake complete with <string> (verify=<string>) |
Warning in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [relay-tls] ctr_drbg_seed failed: -0x%04X |
Error in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [relay-tls] failed to parse CA bundle <string>: <string> |
Warning in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [relay-tls] handshake failed: <string> (-0x%04X) |
Error in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [relay-tls] no CA bundle available and verification is REQUIRED -- aborting (fail closed) |
Error in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [relay-tls] no system CA bundle found |
Warning in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [relay-tls] ssl_config_defaults failed: -0x%04X |
Error in sxmail_queue.c | Review scorpiox-env.txt configuration | scorpiox/sxmail_queue.c |
| 1 | [relay-tls] ssl_setup failed: -0x%04X |
Error in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [relay] DATA not accepted: <number> <string> |
Required condition not met | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [relay] DNS resolution failed for <string>: <string> |
Warning in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [relay] EHLO/HELO rejected by <string>: <number> |
Warning in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [relay] MAIL FROM rejected: <number> <string> |
Warning in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [relay] RCPT TO rejected: <number> <string> |
Warning in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [relay] STARTTLS handshake failed with <string> |
Error in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [relay] STARTTLS not supported by <string> (code <number>) and SMTP_REQUIRE_TLS is set -- refusing to send |
Required condition not met | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [relay] STARTTLS not supported by <string> (code <number>), continuing plaintext |
Required condition not met | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [relay] bad greeting from <string>: <number> <string> |
Warning in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [relay] base64 encode failed |
Error in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [relay] connect to <string>:<number> failed: <string> |
Warning in sxmail_queue.c | Verify network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [relay] connecting to <string>:<number> for <string> (tls=<string>) |
Warning in sxmail_queue.c | Verify network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [relay] delivered to <string> via relay <string>:<number> |
Warning in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [relay] implicit TLS handshake failed with <string>:<number> |
Error in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [relay] post-STARTTLS EHLO failed: <number> |
Warning in sxmail_queue.c | Check network connectivity and server availability | scorpiox/sxmail_queue.c |
| 1 | [smtp] STARTTLS active for <string> |
Warning in sxmail_smtp.c | Check network connectivity and server availability | scorpiox/sxmail_smtp.c |
| 1 | [smtp] STARTTLS upgrade failed for <string> |
Error in sxmail_smtp.c | Check network connectivity and server availability | scorpiox/sxmail_smtp.c |
| 1 | [smtp] client <string> disconnected |
Warning in sxmail_smtp.c | Verify network connectivity and server availability | scorpiox/sxmail_smtp.c |
| 1 | [smtp] closing connection from <string> |
Warning in sxmail_smtp.c | Verify network connectivity and server availability | scorpiox/sxmail_smtp.c |
| 1 | [smtp] failed to bind port <number> |
Warning in sxmail_smtp.c | Check network connectivity and server availability | scorpiox/sxmail_smtp.c |
| 1 | [smtp] failed to bind port <number> (need root?) |
Warning in sxmail_smtp.c | Check network connectivity and server availability | scorpiox/sxmail_smtp.c |
| 1 | [smtp] idle timeout for <string> (><number>s) |
Warning in sxmail_smtp.c | Check network connectivity, increase timeout, or retry | scorpiox/sxmail_smtp.c |
| 1 | [smtp] listening on port <number> |
Warning in sxmail_smtp.c | Check network connectivity and server availability | scorpiox/sxmail_smtp.c |
| 1 | [smtp] max clients reached, rejecting connection |
Warning in sxmail_smtp.c | Verify network connectivity and server availability | scorpiox/sxmail_smtp.c |
| 1 | [smtp] new connection from <string> (port <string>) |
Warning in sxmail_smtp.c | Verify network connectivity and server availability | scorpiox/sxmail_smtp.c |
| 1 | [smtp] socket() failed: <string> |
Error in sxmail_smtp.c | Verify network connectivity and server availability | scorpiox/sxmail_smtp.c |
| 1 | [tls] <string>: <string> (-0x%04X) |
Error in sxmail_tls.c | Check network connectivity and server availability | scorpiox/sxmail_tls.c |
| 1 | [tls] context initialized (cert=<string>) |
Warning in sxmail_tls.c | Check network connectivity and server availability | scorpiox/sxmail_tls.c |
| 1 | [tls] failed to load cert: <string> |
Error in sxmail_tls.c | Check network connectivity and server availability | scorpiox/sxmail_tls.c |
| 1 | [tls] failed to load key: <string> |
Error in sxmail_tls.c | Check network connectivity and server availability | scorpiox/sxmail_tls.c |
| 1 | [tls] out of memory |
Error in sxmail_tls.c | Free up system memory or reduce workload | scorpiox/sxmail_tls.c |
| Code | Message | Cause | Resolution | Source |
|---|---|---|---|---|
| 1 | claude: INVALID JSON at byte <number>/<number>: <string> |
Error in sx_claude.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_claude.c |
| 1 | claude: failed to build JSON request |
Error in sx_claude.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_claude.c |
| 1 | claude: failed to parse response JSON |
Error in sx_claude.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_claude.c |
| 1 | claude: json context: <string> |
Error in sx_claude.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_claude.c |
| 1 | claude: request cancelled by user |
Warning in sx_claude.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_claude.c |
| 1 | claude: send started, model=<string> history=<number> |
Warning in sx_claude.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_claude.c |
| 1 | failed to allocate provider |
Error in sx_provider.c | Free up system memory or reduce workload | scorpiox/libsxnet/sx_provider.c |
| 1 | provider init failed for '<string>' |
Error in sx_provider.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider.c |
| 1 | unknown provider type: <number> |
Error in sx_provider.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider.c |
| 1 | unknown provider: <string> |
Error in sx_provider.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider.c |
| 1 | anthropic: INVALID JSON at byte <number>/<number>: <string> |
Error in sx_provider_anthropic.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_anthropic.c |
| 1 | anthropic: antigravity model mapping: <string> -> <string> |
Warning in sx_provider_anthropic.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_anthropic.c |
| 1 | anthropic: failed to allocate provider data |
Error in sx_provider_anthropic.c | Free up system memory or reduce workload | scorpiox/libsxnet/sx_provider_anthropic.c |
| 1 | anthropic: history required <number> fixes before send |
Warning in sx_provider_anthropic.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_anthropic.c |
| 1 | anthropic: init ok exe_dir=<string> |
Warning in sx_provider_anthropic.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_anthropic.c |
| 1 | anthropic: request cancelled by user |
Warning in sx_provider_anthropic.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_anthropic.c |
| 1 | anthropic: send started, history=<number> msgs |
Warning in sx_provider_anthropic.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_anthropic.c |
| 1 | anthropic: zai model mapping: <string> -> <string> |
Warning in sx_provider_anthropic.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_anthropic.c |
| 1 | anthropic_wasm: INVALID JSON at byte <number>: <string> |
Error in sx_provider_anthropic.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_anthropic.c |
| 1 | anthropic_wasm: history required <number> fixes |
Warning in sx_provider_anthropic.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_anthropic.c |
| 1 | anthropic_wasm: init ok |
Warning in sx_provider_anthropic.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_anthropic.c |
| 1 | anthropic_wasm: send started, history=<number> msgs |
Warning in sx_provider_anthropic.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_anthropic.c |
| 1 | build_json_req: yyjson_mut_doc_new returned NULL! malloc is broken |
Error in sx_provider_claude_code.c | Free up system memory or reduce workload | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: INVALID JSON at byte <number>/<number>: <string> |
Error in sx_provider_claude_code.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: direct -> <string> |
Warning in sx_provider_claude_code.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: failed to parse response JSON: %.200s |
Error in sx_provider_claude_code.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: history required <number> fixes before send |
Warning in sx_provider_claude_code.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: invalid JSON saved to <string> |
Error in sx_provider_claude_code.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: json context: <string> |
Error in sx_provider_claude_code.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: proxy enabled -> <string> (strict=<number>) |
Warning in sx_provider_claude_code.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: request cancelled by user |
Warning in sx_provider_claude_code.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: response has no JSON: %.200s |
Error in sx_provider_claude_code.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: send started, history=<number> msgs |
Warning in sx_provider_claude_code.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: skipped <number> bytes of non-JSON prefix |
Warning in sx_provider_claude_code.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code: unknown message type '%c' at index <number> |
Warning in sx_provider_claude_code.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | failed to allocate claude_code provider data |
Error in sx_provider_claude_code.c | Free up system memory or reduce workload | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | fork failed: <string> |
Error in sx_provider_claude_code.c | Check system resources (process limits) | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | pipe failed: <string> |
Error in sx_provider_claude_code.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | posix_spawn(<string>) failed: <string> |
Error in sx_provider_claude_code.c | Check system resources (process limits) | scorpiox/libsxnet/sx_provider_claude_code.c |
| 1 | claude_code_wasm: INVALID JSON at byte <number>: <string> |
Error in sx_provider_claude_code_wasm.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_claude_code_wasm.c |
| 1 | claude_code_wasm: history required <number> fixes |
Warning in sx_provider_claude_code_wasm.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_claude_code_wasm.c |
| 1 | claude_code_wasm: init ok |
Warning in sx_provider_claude_code_wasm.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_claude_code_wasm.c |
| 1 | claude_code_wasm: send started, history=<number> msgs |
Warning in sx_provider_claude_code_wasm.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_claude_code_wasm.c |
| 1 | codex: fork failed: <string> |
Error in sx_provider_codex.c | Check system resources (process limits) | scorpiox/libsxnet/sx_provider_codex.c |
| 1 | codex: pipe failed: <string> |
Error in sx_provider_codex.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_codex.c |
| 1 | codex: posix_spawn(<string>) failed: <string> |
Error in sx_provider_codex.c | Check system resources (process limits) | scorpiox/libsxnet/sx_provider_codex.c |
| 1 | failed to allocate scorpiox provider data |
Error in sx_provider_scorpiox.c | Free up system memory or reduce workload | scorpiox/libsxnet/sx_provider_scorpiox.c |
| 1 | scorpiox: init ok exe_dir=<string> |
Warning in sx_provider_scorpiox.c | Verify provider configuration and API credentials | scorpiox/libsxnet/sx_provider_scorpiox.c |
| 1 | systemprompt: CLAUDE.md size <number> exceeds limit |
Warning in sx_systemprompt.c | Verify provider configuration and API credentials | scorpiox/libsxutil/sx_systemprompt.c |
| 1 | CLAUDE.md not found in <string> |
Required condition not met | Verify the resource exists and the path is correct | scorpiox/scorpiox-agent.c |
| 1 | Cloning scorpiox-agent-dotnet source... |
Warning in scorpiox-agent.c | Verify provider configuration and API credentials | scorpiox/scorpiox-agent.c |
| 1 | DRY RUN mode — will clone and build, but skip launching scorpiox |
Warning in scorpiox-agent.c | Verify provider configuration and API credentials | scorpiox/scorpiox-agent.c |
| 1 | Failed to clone scorpiox-agent-dotnet |
Error in scorpiox-agent.c | Verify provider configuration and API credentials | scorpiox/scorpiox-agent.c |
| 1 | Failed to run scorpiox-agent-dotnet-generator |
Error in scorpiox-agent.c | Verify provider configuration and API credentials | scorpiox/scorpiox-agent.c |
| 1 | Starting scorpiox from task dir: <string> |
Warning in scorpiox-agent.c | Verify provider configuration and API credentials | scorpiox/scorpiox-agent.c |
| 1 | Updating scorpiox-agent-dotnet source... |
Warning in scorpiox-agent.c | Verify provider configuration and API credentials | scorpiox/scorpiox-agent.c |
| 1 | Using model: <string> |
Warning in scorpiox-agent.c | Verify provider configuration and API credentials | scorpiox/scorpiox-agent.c |
| 0 | error: unknown mode '<string>' |
Error in scorpiox-claudecode-fetchtoken.c | Verify provider configuration and API credentials | scorpiox/scorpiox-claudecode-fetchtoken.c |
| 1 | error: <string> |
Error in scorpiox-claudecode-fetchtoken.c | Verify provider configuration and API credentials | scorpiox/scorpiox-claudecode-fetchtoken.c |
| 1 | error: empty JSON input |
Error in scorpiox-claudecode-fetchtoken.c | Verify provider configuration and API credentials | scorpiox/scorpiox-claudecode-fetchtoken.c |
| 1 | error: failed to run ssh command |
Operation failed | Verify provider configuration and API credentials | scorpiox/scorpiox-claudecode-fetchtoken.c |
| 1 | error: fork() failed: <string> |
Operation failed | Check system resources (process limits) | scorpiox/scorpiox-claudecode-fetchtoken.c |
| 1 | error: out of memory |
Error in scorpiox-claudecode-fetchtoken.c | Free up system memory or reduce workload | scorpiox/scorpiox-claudecode-fetchtoken.c |
| 1 | error: pipe() failed: <string> |
Operation failed | Verify provider configuration and API credentials | scorpiox/scorpiox-claudecode-fetchtoken.c |
| 1 | error: ssh failed (exit <number>) |
Operation failed | Verify provider configuration and API credentials | scorpiox/scorpiox-claudecode-fetchtoken.c |
| 1 | error: API request failed: <string> |
Operation failed | Verify provider configuration and API credentials | scorpiox/scorpiox-claudecode-models.c |
| 1 | error: failed to run <string> |
Operation failed | Verify provider configuration and API credentials | scorpiox/scorpiox-claudecode-models.c |
| 1 | error: <string> |
Error in scorpiox-claudecode-refreshtoken.c | Verify provider configuration and API credentials | scorpiox/scorpiox-claudecode-refreshtoken.c |
| 1 | warning: could not create backup |
Error in scorpiox-claudecode-refreshtoken.c | Verify provider configuration and API credentials | scorpiox/scorpiox-claudecode-refreshtoken.c |
| 0 | error: unknown mode '<string>' |
Error in scorpiox-codex-fetchtoken.c | Verify provider configuration and API credentials | scorpiox/scorpiox-codex-fetchtoken.c |
| 1 | error: empty JSON input |
Error in scorpiox-codex-fetchtoken.c | Verify provider configuration and API credentials | scorpiox/scorpiox-codex-fetchtoken.c |
| 1 | error: empty response from <string> |
Error in scorpiox-codex-fetchtoken.c | Verify provider configuration and API credentials | scorpiox/scorpiox-codex-fetchtoken.c |
| 1 | error: empty ssh output |
Error in scorpiox-codex-fetchtoken.c | Verify provider configuration and API credentials | scorpiox/scorpiox-codex-fetchtoken.c |
| 1 | error: failed to run ssh command |
Operation failed | Verify provider configuration and API credentials | scorpiox/scorpiox-codex-fetchtoken.c |
| 1 | error: fork() failed: <string> |
Operation failed | Check system resources (process limits) | scorpiox/scorpiox-codex-fetchtoken.c |
| 1 | error: invalid JSON |
Invalid input or configuration | Verify provider configuration and API credentials | scorpiox/scorpiox-codex-fetchtoken.c |
| 1 | error: out of memory |
Error in scorpiox-codex-fetchtoken.c | Free up system memory or reduce workload | scorpiox/scorpiox-codex-fetchtoken.c |
| 1 | error: pipe() failed: <string> |
Operation failed | Verify provider configuration and API credentials | scorpiox/scorpiox-codex-fetchtoken.c |
| 1 | error: ssh failed (exit <number>) |
Operation failed | Verify provider configuration and API credentials | scorpiox/scorpiox-codex-fetchtoken.c |
| 1 | error: API request failed: <string> |
Operation failed | Verify provider configuration and API credentials | scorpiox/scorpiox-codex-models.c |
| 1 | error: failed to run <string> |
Operation failed | Verify provider configuration and API credentials | scorpiox/scorpiox-codex-models.c |
| 1 | error: <string> |
Error in scorpiox-codex-refreshtoken.c | Verify provider configuration and API credentials | scorpiox/scorpiox-codex-refreshtoken.c |
| 1 | error: no \ |
Error in scorpiox-codex-refreshtoken.c | Verify provider configuration and API credentials | scorpiox/scorpiox-codex-refreshtoken.c |
| 1 | warning: could not create backup |
Error in scorpiox-codex-refreshtoken.c | Verify provider configuration and API credentials | scorpiox/scorpiox-codex-refreshtoken.c |
| -1 | [scorpiox-docs] Failed to create helper script at <string> |
Operation failed | Verify provider configuration and API credentials | scorpiox/scorpiox-docs.c |
| 0 | [scorpiox-docs] Some dependencies failed to install |
Operation failed | Verify provider configuration and API credentials | scorpiox/scorpiox-docs.c |
| 1 | [scorpiox-docs] Dependencies still missing after install |
Error in scorpiox-docs.c | Verify provider configuration and API credentials | scorpiox/scorpiox-docs.c |
| 1 | [scorpiox-docs] Failed to install dependencies |
Operation failed | Verify provider configuration and API credentials | scorpiox/scorpiox-docs.c |
| 1 | [scorpiox-docs] Installing missing dependencies... |
Error in scorpiox-docs.c | Verify provider configuration and API credentials | scorpiox/scorpiox-docs.c |
| 1 | [scorpiox-docs] python3 not found. Please install: apt install python3 python3-pip |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-docs.c |
| 1 | error: response missing 'models' object |
Error in scorpiox-google-models.c | Verify provider configuration and API credentials | scorpiox/scorpiox-google-models.c |
| 1 | scorpiox-hook: <number> sync hook(s) failed, skipping async hooks |
Operation failed | Verify provider configuration and API credentials | scorpiox/scorpiox-hook.c |
| 1 | scorpiox-hook: sync hook FAILED: <string>/<string> (exit=<number>) |
Operation failed | Verify provider configuration and API credentials | scorpiox/scorpiox-hook.c |
| 127 | scorpiox-mcp: execvp failed for '<string>': <string> |
Operation failed | Verify the executable exists and is in PATH | scorpiox/scorpiox-mcp.c |
| 127 | scorpiox-mcp: refusing to exec invalid command: '<string>' |
Invalid input or configuration | Verify provider configuration and API credentials | scorpiox/scorpiox-mcp.c |
| -1 | error: CGDataProviderCopyData failed |
Operation failed | Verify provider configuration and API credentials | scorpiox/scorpiox-screenshot.c |
| 1 | Error: CreateProcess(scorpiox-wsl) failed (<number>) |
Operation failed | Verify provider configuration and API credentials | scorpiox/scorpiox-sdk.c |
| 1 | Error: scorpiox-sdk on Windows requires --agent or --serve |
Error in scorpiox-sdk.c | Verify provider configuration and API credentials | scorpiox/scorpiox-sdk.c |
| 1 | Error: scorpiox-sdk requires --agent, --print, or --serve |
Error in scorpiox-sdk.c | Verify provider configuration and API credentials | scorpiox/scorpiox-sdk.c |
| -1 | [scorpiox-search] Failed to create helper script at <string> |
Operation failed | Verify provider configuration and API credentials | scorpiox/scorpiox-search.c |
| 0 | [scorpiox-search] Some dependencies failed to install |
Operation failed | Verify provider configuration and API credentials | scorpiox/scorpiox-search.c |
| 1 | [scorpiox-search] Dependencies still missing after install |
Error in scorpiox-search.c | Verify provider configuration and API credentials | scorpiox/scorpiox-search.c |
| 1 | [scorpiox-search] Failed to install dependencies |
Operation failed | Verify provider configuration and API credentials | scorpiox/scorpiox-search.c |
| 1 | [scorpiox-search] Installing missing dependencies... |
Error in scorpiox-search.c | Verify provider configuration and API credentials | scorpiox/scorpiox-search.c |
| 1 | [scorpiox-search] Search failed |
Operation failed | Verify provider configuration and API credentials | scorpiox/scorpiox-search.c |
| 1 | [scorpiox-search] python3 not found. Please install: apt install python3 python3-pip |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-search.c |
| 1 | scorpiox-server-email stopped |
Warning in scorpiox-server-email.c | Verify provider configuration and API credentials | scorpiox/scorpiox-server-email.c |
| 1 | scorpiox-server-email v<string> starting |
Warning in scorpiox-server-email.c | Verify provider configuration and API credentials | scorpiox/scorpiox-server-email.c |
| 1 | scorpiox-otp failed (exit <number>) |
Warning in scorpiox-server.c | Verify provider configuration and API credentials | scorpiox/scorpiox-server.c |
| 1 | Error: -m/--model must be opus, sonnet, or haiku |
Error in scorpiox-tmux.c | Verify provider configuration and API credentials | scorpiox/scorpiox-tmux.c |
| 1 | Error: --provider is required |
Error in scorpiox-usage.c | Verify provider configuration and API credentials | scorpiox/scorpiox-usage.c |
| -1 | Error: scorpiox-whatsapp-bridge not found and auto-download failed |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-whatsapp.c |
| 1 | main: model=<string> provider=<string> tools=<number> thinking=<number> |
Warning in sx.c | Verify provider configuration and API credentials | scorpiox/sx.c |
| 1 | main: unknown provider '<string>' |
Error in sx.c | Verify provider configuration and API credentials | scorpiox/sx.c |
| 1 | transcript: launching scorpiox-transcript (Ctrl+O) |
Warning in sx.c | Verify provider configuration and API credentials | scorpiox/sx.c |
| 1 | voice: launching scorpiox-voice |
Warning in sx.c | Verify provider configuration and API credentials | scorpiox/sx.c |
| 1 | sx_dll: model switched to: <string> |
Warning in sx_dll.c | Verify provider configuration and API credentials | scorpiox/sx_dll.c |
| 1 | sx_dll: model=<string> provider=<string> tools=<number> thinking=<number> |
Warning in sx_dll.c | Verify provider configuration and API credentials | scorpiox/sx_dll.c |
| 1 | sx_dll: unknown provider '<string>' |
Error in sx_dll.c | Verify provider configuration and API credentials | scorpiox/sx_dll.c |
| 1 | sx_wasm: model=<string> provider=<string> tools=<number> |
Warning in sx_dll_wasm.c | Verify provider configuration and API credentials | scorpiox/sx_dll_wasm.c |
| 1 | sx_wasm: unknown provider '<string>' |
Error in sx_dll_wasm.c | Verify provider configuration and API credentials | scorpiox/sx_dll_wasm.c |
| -1 | scorpiox-multiplexer.exe not found at: <string> |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/sxmux_session.c |
| Code | Message | Cause | Resolution | Source |
|---|---|---|---|---|
| 1 | error: need at least -t, -d, or -w |
Error in ws2tcp.c | See log output for details and retry | bridge/ws2tcp.c |
| 1 | Aborting download: SHA256 verification failed |
Error in sx_bridge.c | See log output for details and retry | scorpiox/libsxbridge/sx_bridge.c |
| 1 | Bridge killed by signal <number> |
Error in sx_bridge.c | See log output for details and retry | scorpiox/libsxbridge/sx_bridge.c |
| 1 | Bridge version: <string> |
Warning in sx_bridge.c | See log output for details and retry | scorpiox/libsxbridge/sx_bridge.c |
| 1 | Failed to download bridge binary from <string>/<string> |
Error in sx_bridge.c | See log output for details and retry | scorpiox/libsxbridge/sx_bridge.c |
| 1 | Failed to install bridge: <string> |
Error in sx_bridge.c | See log output for details and retry | scorpiox/libsxbridge/sx_bridge.c |
| 1 | Failed to make binary executable |
Error in sx_bridge.c | Verify the executable exists and is in PATH | scorpiox/libsxbridge/sx_bridge.c |
| 1 | Invalid SHA256 hash format (expected 64 hex chars, got <number>) |
Error in sx_bridge.c | See log output for details and retry | scorpiox/libsxbridge/sx_bridge.c |
| 1 | Out of memory |
Error in sx_bridge.c | Free up system memory or reduce workload | scorpiox/libsxbridge/sx_bridge.c |
| 1 | SHA256 MISMATCH for <string> |
Error in sx_bridge.c | See log output for details and retry | scorpiox/libsxbridge/sx_bridge.c |
| 1 | SHA256 checksum not available — aborting download for security |
Required condition not met | See log output for details and retry | scorpiox/libsxbridge/sx_bridge.c |
| 1 | SHA256 verified: <string> |
Warning in sx_bridge.c | See log output for details and retry | scorpiox/libsxbridge/sx_bridge.c |
| 1 | Unknown platform, auto-download may fail |
Warning in sx_bridge.c | See log output for details and retry | scorpiox/libsxbridge/sx_bridge.c |
| 1 | computed: <string> |
Error in sx_bridge.c | See log output for details and retry | scorpiox/libsxbridge/sx_bridge.c |
| 1 | expected: <string> |
Error in sx_bridge.c | See log output for details and retry | scorpiox/libsxbridge/sx_bridge.c |
| 1 | fork failed: <string> |
Error in sx_bridge.c | Check system resources (process limits) | scorpiox/libsxbridge/sx_bridge.c |
| 1 | waitpid failed: <string> |
Error in sx_bridge.c | See log output for details and retry | scorpiox/libsxbridge/sx_bridge.c |
| 1 | Failed to create new conversation |
Error in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | Failed to load conversation: <string> |
Error in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: <string> |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: API request failed: <string> |
Error in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: API returned 'Could not process image', stripping images from history and retrying |
Required condition not met | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: all callbacks cancelled, count=<number> |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: auto-accepting plan, injecting continue message |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: callback cancelled slot=<number> |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: callback registered slot=<number> delay=<number>s msg='%.80s' |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: cancelled after <number> turns, history=<number> msgs |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: completed after <number> turns, final history=<number> msgs |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: context limit reached (R=<number>K >= <number>K), requesting compact |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: continue run (no user message) |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: empty history at turn <number>, cannot send API request |
Required condition not met | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: force-inject: skill '<string>' not found, skipping |
Required condition not met | Verify the resource exists and the path is correct | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: force-injecting <number> required skill(s) |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: history AFTER add: api_count=<number> api_cap=<number> |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: history AFTER add_with_image: api_count=<number> api_cap=<number> |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: history BEFORE add: api_count=<number> api_cap=<number> api=%p display_count=<number> display_cap=<number> display=%p |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: injecting interrupt message from user |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: interactive tool requested, stopping agent loop for main loop handoff |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: loaded <number> messages from session <string> |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: no conversation in session <string> |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: recursion depth <number> exceeds limit <number> (fork-bomb protection) |
Error in sx_agent.c | Check system resources (process limits) | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: required skills missing at end of turn, nudging (<number>/3) |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: required skills not loaded, injecting nudge (<number>/3) |
Required condition not met | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: run called, user_message=%p '%.*s' |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: run started, msg_len=<number> |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: run_with_image called, msg=%p img_mime=<string> |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: run_with_image started, msg_len=<number> |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | agent: skills nudge returned invalid output: '%.60s', discarding |
Warning in sx_agent.c | See log output for details and retry | scorpiox/libsxnet/sx_agent.c |
| 1 | wasm_tools: AskUserQuestion questions_json_len=<number> |
Warning in sx_agent_tools_wasm.c | See log output for details and retry | scorpiox/libsxnet/sx_agent_tools_wasm.c |
| 1 | wasm_tools: AskUserQuestion result=<string> |
Warning in sx_agent_tools_wasm.c | See log output for details and retry | scorpiox/libsxnet/sx_agent_tools_wasm.c |
| 1 | wasm_tools: WebSearch query=%.80s |
Warning in sx_agent_tools_wasm.c | See log output for details and retry | scorpiox/libsxnet/sx_agent_tools_wasm.c |
| 1 | api: add_user called, h=%p content=%p '%.*s' |
Warning in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: add_user done, new count=<number> content=%p '%.40s' |
Warning in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: add_user h=NULL! |
Error in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: add_user post-ensure: count=<number> cap=<number> |
Warning in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: add_user pre-ensure: count=<number> cap=<number> api=%p |
Warning in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: cannot add tool_result, history full |
Required condition not met | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: cannot add tool_use, history full |
Required condition not met | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: cannot add user msg, ensure_capacity FAILED |
Required condition not met | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: cannot add user+image msg, history full |
Required condition not met | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: display array reached limit |
Warning in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: failed to grow api array to <number> |
Error in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: failed to grow display array |
Error in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: reached hard limit of <number> messages |
Error in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: strdup failed for assistant content |
Warning in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: strdup failed for image base64 data |
Warning in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: strdup failed for image_result fields |
Warning in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: strdup failed for thinking content |
Warning in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: strdup failed for thinking signature |
Warning in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: strdup failed for tool_result id |
Warning in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: strdup failed for tool_use fields |
Warning in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: strdup failed for user content, using direct pointer |
Warning in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: strdup failed for user+image content |
Warning in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: strdup failed in add_display |
Warning in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api: strdup failed in update_last_display |
Warning in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api_validate: applied <number> fixes to history (<number> messages remaining) |
Warning in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api_validate: orphan tool_result at index <number> (id=<string>) - no matching tool_use found, removing |
Warning in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | api_validate: orphan tool_use at index <number> (id=<string>, name=<string>) - no matching tool_result, adding error result |
Warning in sx_api.c | See log output for details and retry | scorpiox/libsxnet/sx_api.c |
| 1 | mcp: 0 tools from <string> — check that MCP server binary exists and is executable |
Warning in sx_mcp.c | See log output for details and retry | scorpiox/libsxnet/sx_mcp.c |
| 1 | mcp: binary not found: <string> |
Required condition not met | Verify the resource exists and the path is correct | scorpiox/libsxnet/sx_mcp.c |
| 1 | mcp: discover failed (exit=<number>) output=[<string>] |
Error in sx_mcp.c | See log output for details and retry | scorpiox/libsxnet/sx_mcp.c |
| 1 | mcp: discovered <number> tools |
Warning in sx_mcp.c | See log output for details and retry | scorpiox/libsxnet/sx_mcp.c |
| 1 | mcp: hashed tool name: <string> -> <string> |
Warning in sx_mcp.c | See log output for details and retry | scorpiox/libsxnet/sx_mcp.c |
| 1 | mcp: initialized (bin=<string>) |
Warning in sx_mcp.c | See log output for details and retry | scorpiox/libsxnet/sx_mcp.c |
| 1 | mcp: shortened tool name: %.80s -> <string> |
Warning in sx_mcp.c | See log output for details and retry | scorpiox/libsxnet/sx_mcp.c |
| 1 | mcp: skipping tool with invalid name (even after shortening): %.80s |
Warning in sx_mcp.c | See log output for details and retry | scorpiox/libsxnet/sx_mcp.c |
| 1 | mcp: skipping tool with invalid name: %.80s |
Warning in sx_mcp.c | See log output for details and retry | scorpiox/libsxnet/sx_mcp.c |
| 1 | failed to allocate request builder buffer |
Error in sx_request.c | Free up system memory or reduce workload | scorpiox/libsxnet/sx_request.c |
| 1 | failed to grow request builder buffer |
Error in sx_request.c | See log output for details and retry | scorpiox/libsxnet/sx_request.c |
| 1 | input: buffer full, ignoring UTF-8 '<string>' |
Warning in sxui_input.c | See log output for details and retry | scorpiox/libsxui/sxui_input.c |
| 1 | input: buffer full, ignoring char '%c' |
Warning in sxui_input.c | See log output for details and retry | scorpiox/libsxui/sxui_input.c |
| 1 | bgtask: failed to allocate output buffer |
Error in sx_bgtask.c | Free up system memory or reduce workload | scorpiox/libsxutil/sx_bgtask.c |
| 1 | bgtask: forkpty failed: <string> |
Error in sx_bgtask.c | Check system resources (process limits) | scorpiox/libsxutil/sx_bgtask.c |
| 1 | bgtask: killed task <number> (PID <number>) |
Warning in sx_bgtask.c | See log output for details and retry | scorpiox/libsxutil/sx_bgtask.c |
| 1 | bgtask: pool full, cannot start new task |
Required condition not met | See log output for details and retry | scorpiox/libsxutil/sx_bgtask.c |
| 1 | bgtask: started task <number> (PID <number>): <string> |
Warning in sx_bgtask.c | See log output for details and retry | scorpiox/libsxutil/sx_bgtask.c |
| 1 | bgtask: sx_pty_start failed: <string> |
Error in sx_bgtask.c | See log output for details and retry | scorpiox/libsxutil/sx_bgtask.c |
| 1 | bgtask: task <number> finished (exit <number>) |
Warning in sx_bgtask.c | See log output for details and retry | scorpiox/libsxutil/sx_bgtask.c |
| 1 | conv: delete id=<string> |
Warning in sx_conversation.c | See log output for details and retry | scorpiox/libsxutil/sx_conversation.c |
| 1 | sx_exec: fork() failed: <string> |
Error in sx_exec.c | Verify the executable exists and is in PATH | scorpiox/libsxutil/sx_exec.c |
| 1 | sx_exec: pipe() failed: <string> |
Error in sx_exec.c | Verify the executable exists and is in PATH | scorpiox/libsxutil/sx_exec.c |
| 1 | sx_exec_with_stdin: CreatePipe(stdin) failed: <number> |
Error in sx_exec.c | Verify the executable exists and is in PATH | scorpiox/libsxutil/sx_exec.c |
| 1 | sx_exec_with_stdin: CreatePipe(stdout) failed: <number> |
Error in sx_exec.c | Verify the executable exists and is in PATH | scorpiox/libsxutil/sx_exec.c |
| 1 | sx_exec_with_stdin: CreateProcess failed (<number>): %.200s |
Error in sx_exec.c | Verify the executable exists and is in PATH | scorpiox/libsxutil/sx_exec.c |
| 1 | sx_system_safe: fork() failed: <string> |
Error in sx_exec.c | Check system resources (process limits) | scorpiox/libsxutil/sx_exec.c |
| 1 | sx_system_safe: waitpid() failed: <string> |
Error in sx_exec.c | See log output for details and retry | scorpiox/libsxutil/sx_exec.c |
| 1 | exec_wasm: redirect to '<string>' failed: <string> |
Warning in sx_exec_wasm.c | Verify the executable exists and is in PATH | scorpiox/libsxutil/sx_exec_wasm.c |
| 1 | wasm_fs: IDBFS load returned error (first run is normal) |
Warning in sx_fs_wasm.c | See log output for details and retry | scorpiox/libsxutil/sx_fs_wasm.c |
| 1 | wasm_fs: IDBFS save failed |
Warning in sx_fs_wasm.c | See log output for details and retry | scorpiox/libsxutil/sx_fs_wasm.c |
| 1 | wasm_fs: mounting IDBFS... |
Warning in sx_fs_wasm.c | See log output for details and retry | scorpiox/libsxutil/sx_fs_wasm.c |
| 1 | wasm_fs: persist called before init |
Warning in sx_fs_wasm.c | See log output for details and retry | scorpiox/libsxutil/sx_fs_wasm.c |
| 1 | yy: failed to parse raw JSON fragment for array |
Warning in sx_json_yy.c | See log output for details and retry | scorpiox/libsxutil/sx_json_yy.c |
| 1 | yy: failed to parse raw JSON fragment for key '<string>' |
Warning in sx_json_yy.c | See log output for details and retry | scorpiox/libsxutil/sx_json_yy.c |
| 1 | ensure_tool: <string> installed successfully |
Warning in sx_platform.c | See log output for details and retry | scorpiox/libsxutil/sx_platform.c |
| 1 | ensure_tool: <string> not found (WASM, cannot install) |
Required condition not met | Verify the resource exists and the path is correct | scorpiox/libsxutil/sx_platform.c |
| 1 | ensure_tool: cannot detect distro, cannot install <string> |
Required condition not met | See log output for details and retry | scorpiox/libsxutil/sx_platform.c |
| 1 | ensure_tool: failed to install <string> (rc=<number>) |
Warning in sx_platform.c | See log output for details and retry | scorpiox/libsxutil/sx_platform.c |
| 1 | ensure_tool: installing <string> (pkg=<string>) on <string>... |
Warning in sx_platform.c | See log output for details and retry | scorpiox/libsxutil/sx_platform.c |
| 1 | ensure_tool: unknown distro '<string>', cannot install <string> |
Required condition not met | See log output for details and retry | scorpiox/libsxutil/sx_platform.c |
| 1 | validate_image: bad magic bytes for <string> |
Warning in sx_platform.c | See log output for details and retry | scorpiox/libsxutil/sx_platform.c |
| 1 | validate_image: ffprobe failed (ret=<number>) for <string> |
Warning in sx_platform.c | See log output for details and retry | scorpiox/libsxutil/sx_platform.c |
| 1 | validate_image: ffprobe not found, image validation will use magic bytes only |
Required condition not met | Verify the resource exists and the path is correct | scorpiox/libsxutil/sx_platform.c |
| 1 | FATAL: strdup OOM |
Error in sx_platform.h | See log output for details and retry | scorpiox/libsxutil/sx_platform.h |
| 1 | FATAL: strndup OOM |
Error in sx_platform.h | See log output for details and retry | scorpiox/libsxutil/sx_platform.h |
| 1 | procmon: HIGH active forks: <number> (possible fork leak!) |
Warning in sx_procmon.c | Check system resources (process limits) | scorpiox/libsxutil/sx_procmon.c |
| 1 | procmon: LEAK? <number> unreapped child processes |
Warning in sx_procmon.c | See log output for details and retry | scorpiox/libsxutil/sx_procmon.c |
| 1 | procmon: reaped <number> zombie processes! |
Warning in sx_procmon.c | See log output for details and retry | scorpiox/libsxutil/sx_procmon.c |
| 1 | procmon: reaped more than created! (created=<number> reaped=<number>) |
Warning in sx_procmon.c | See log output for details and retry | scorpiox/libsxutil/sx_procmon.c |
| 1 | ConPTY API not available (requires Windows 10 1809+) |
Required condition not met | See log output for details and retry | scorpiox/libsxutil/sx_pty.c |
| 1 | ConPTY not available on this Windows version |
Required condition not met | See log output for details and retry | scorpiox/libsxutil/sx_pty.c |
| 1 | CreatePipe (in) failed: <number> |
Error in sx_pty.c | See log output for details and retry | scorpiox/libsxutil/sx_pty.c |
| 1 | CreatePipe (out) failed: <number> |
Error in sx_pty.c | See log output for details and retry | scorpiox/libsxutil/sx_pty.c |
| 1 | CreateProcess failed: <number> (cmd='<string>') |
Error in sx_pty.c | See log output for details and retry | scorpiox/libsxutil/sx_pty.c |
| 1 | CreatePseudoConsole failed: 0x%08lX |
Error in sx_pty.c | See log output for details and retry | scorpiox/libsxutil/sx_pty.c |
| 1 | Failed to allocate attribute list |
Error in sx_pty.c | Free up system memory or reduce workload | scorpiox/libsxutil/sx_pty.c |
| 1 | forkpty failed: <string> |
Error in sx_pty.c | Check system resources (process limits) | scorpiox/libsxutil/sx_pty.c |
| 1 | pty_wasm: executing command synchronously: %.80s |
Warning in sx_pty.c | See log output for details and retry | scorpiox/libsxutil/sx_pty.c |
| 1 | rewind: max checkpoints reached (<number>) |
Warning in sx_rewind.c | See log output for details and retry | scorpiox/libsxutil/sx_rewind.c |
| 1 | rewind: restore to checkpoint #<number> (was <number>) |
Warning in sx_rewind.c | See log output for details and retry | scorpiox/libsxutil/sx_rewind.c |
| 1 | fire_hooks_sync: event=<string> rc=<number> (fallback) |
Warning in sx_session.c | See log output for details and retry | scorpiox/libsxutil/sx_session.c |
| 1 | session: dir not found: <string> |
Required condition not met | Verify the resource exists and the path is correct | scorpiox/libsxutil/sx_session.c |
| 1 | session: failed to create dir: <string> |
Error in sx_session.c | See log output for details and retry | scorpiox/libsxutil/sx_session.c |
| 1 | session: failed to create traffic dir: <string> |
Warning in sx_session.c | See log output for details and retry | scorpiox/libsxutil/sx_session.c |
| 1 | session: invalid id length <number>: <string> |
Error in sx_session.c | See log output for details and retry | scorpiox/libsxutil/sx_session.c |
| 1 | session: too many collisions for <string> |
Error in sx_session.c | See log output for details and retry | scorpiox/libsxutil/sx_session.c |
| 1 | session_cleanup: failed to delete session '<string>' |
Warning in sx_session.c | See log output for details and retry | scorpiox/libsxutil/sx_session.c |
| 1 | session_delete: failed to remove '<string>' (exit=<number>) |
Error in sx_session.c | See log output for details and retry | scorpiox/libsxutil/sx_session.c |
| 1 | slashcmd: failed to allocate initial commands array |
Error in sx_slashcmd.c | Free up system memory or reduce workload | scorpiox/libsxutil/sx_slashcmd.c |
| 1 | slashcmd: realloc failed for <number> commands |
Warning in sx_slashcmd.c | Free up system memory or reduce workload | scorpiox/libsxutil/sx_slashcmd.c |
| 1 | systemprompt: strdup failed for /etc/timezone |
Warning in sx_systemprompt.c | See log output for details and retry | scorpiox/libsxutil/sx_systemprompt.c |
| 1 | systemprompt: strdup failed for TZ backup, skipping tz override |
Warning in sx_systemprompt.c | See log output for details and retry | scorpiox/libsxutil/sx_systemprompt.c |
| 1 | systemprompt: strdup failed for UTC datetime string |
Warning in sx_systemprompt.c | See log output for details and retry | scorpiox/libsxutil/sx_systemprompt.c |
| 1 | systemprompt: strdup failed for cached prompt |
Warning in sx_systemprompt.c | See log output for details and retry | scorpiox/libsxutil/sx_systemprompt.c |
| 1 | systemprompt: strdup failed for cached reminder |
Warning in sx_systemprompt.c | See log output for details and retry | scorpiox/libsxutil/sx_systemprompt.c |
| 1 | systemprompt: strdup failed for datetime string |
Warning in sx_systemprompt.c | See log output for details and retry | scorpiox/libsxutil/sx_systemprompt.c |
| 1 | systemprompt: strdup failed for minimal reminder |
Warning in sx_systemprompt.c | See log output for details and retry | scorpiox/libsxutil/sx_systemprompt.c |
| 1 | systemprompt: strdup failed for prompt cache (non-fatal) |
Warning in sx_systemprompt.c | See log output for details and retry | scorpiox/libsxutil/sx_systemprompt.c |
| 1 | systemprompt: strdup failed for reminder cache |
Warning in sx_systemprompt.c | See log output for details and retry | scorpiox/libsxutil/sx_systemprompt.c |
| 1 | systemprompt: strdup failed for reminder cache (non-fatal) |
Warning in sx_systemprompt.c | See log output for details and retry | scorpiox/libsxutil/sx_systemprompt.c |
| 1 | systemprompt: strdup failed for timezone |
Warning in sx_systemprompt.c | See log output for details and retry | scorpiox/libsxutil/sx_systemprompt.c |
| 1 | systemprompt: strdup failed for timezone key |
Warning in sx_systemprompt.c | See log output for details and retry | scorpiox/libsxutil/sx_systemprompt.c |
| 1 | systemprompt: strdup failed for tz abbreviation |
Warning in sx_systemprompt.c | See log output for details and retry | scorpiox/libsxutil/sx_systemprompt.c |
| 1 | systemprompt: strdup failed for zoneinfo |
Warning in sx_systemprompt.c | See log output for details and retry | scorpiox/libsxutil/sx_systemprompt.c |
| 1 | session_name FAIL: buf=%p size=<number> (need <number>) |
Error in sx_time.c | See log output for details and retry | scorpiox/libsxutil/sx_time.c |
| 1 | session_name FAIL: sx_localtime returned NULL |
Error in sx_time.c | See log output for details and retry | scorpiox/libsxutil/sx_time.c |
| 1 | time: crypto random unavailable, using fallback for GUID |
Warning in sx_time.c | See log output for details and retry | scorpiox/libsxutil/sx_time.c |
| 1 | <string> |
Error in sx_trace.c | See log output for details and retry | scorpiox/libsxutil/sx_trace.c |
| 1 | === END TRACE === |
Error in sx_trace.c | See log output for details and retry | scorpiox/libsxutil/sx_trace.c |
| 1 | === RECENT TRACE ENTRIES === |
Error in sx_trace.c | See log output for details and retry | scorpiox/libsxutil/sx_trace.c |
| 1 | trace: tool_name suspiciously short at <string>: '<string>' (len=<number>) |
Warning in sx_trace.c | See log output for details and retry | scorpiox/libsxutil/sx_trace.c |
| 1 | Distribution '<string>' not found |
Required condition not met | Verify the resource exists and the path is correct | scorpiox/libsxutil/sx_wsl.c |
| 1 | Distribution '<string>' registered successfully |
Warning in sx_wsl.c | See log output for details and retry | scorpiox/libsxutil/sx_wsl.c |
| 1 | Distribution '<string>' unregistered successfully |
Warning in sx_wsl.c | See log output for details and retry | scorpiox/libsxutil/sx_wsl.c |
| 1 | Failed to load Wsl |
Warning in sx_wsl.c | See log output for details and retry | scorpiox/libsxutil/sx_wsl.c |
| 1 | Failed to load wslapi.dll - WSL not installed? |
Required condition not met | See log output for details and retry | scorpiox/libsxutil/sx_wsl.c |
| 1 | Registering WSL distribution '<string>' from '<string>' |
Warning in sx_wsl.c | See log output for details and retry | scorpiox/libsxutil/sx_wsl.c |
| 1 | Unregistering WSL distribution '<string>' |
Warning in sx_wsl.c | See log output for details and retry | scorpiox/libsxutil/sx_wsl.c |
| 1 | WslLaunch failed: 0x%08lx |
Error in sx_wsl.c | See log output for details and retry | scorpiox/libsxutil/sx_wsl.c |
| 1 | WslLaunchInteractive failed: 0x%08lx |
Error in sx_wsl.c | See log output for details and retry | scorpiox/libsxutil/sx_wsl.c |
| 1 | WslRegisterDistribution failed: 0x%08lx |
Error in sx_wsl.c | See log output for details and retry | scorpiox/libsxutil/sx_wsl.c |
| 1 | WslUnregisterDistribution failed: 0x%08lx |
Error in sx_wsl.c | See log output for details and retry | scorpiox/libsxutil/sx_wsl.c |
| 1 | listen failed |
Operation failed | See log output for details and retry | scorpiox/libtb4/tb4_test.c |
| 1 | msg_size <number> exceeds max (<number>), dropping |
Error in tb4_test.c | See log output for details and retry | scorpiox/libtb4/tb4_test.c |
| 1 | recv payload failed |
Operation failed | See log output for details and retry | scorpiox/libtb4/tb4_test.c |
| 1 | [tb4] ERROR: |
Error in tb4_transport.c | See log output for details and retry | scorpiox/libtb4/tb4_transport.c |
| 1 | --- <string> (<number> bytes) --- |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | --- Agent dir: <string> --- |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | <string> |
Error in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | === Installing hooks from <string> === |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | === Installing skills from <string> === |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | === Installing templates from <string> === |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | === Task instance setup === |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Agent: <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Auto-detected solution: <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | BUILD CACHE HIT — commit %.12s built but agent output missing, regenerating |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Building generator from source... |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Cached build for commit %.12s |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Cannot create hook script: <string> |
Required condition not met | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Cannot determine generator source commit |
Required condition not met | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Cannot proceed without generator binary |
Required condition not met | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Cannot proceed without generator source |
Required condition not met | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Cleaned <number> stale task instance(s) |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Clone failed (possibly symref error on overlayfs), retrying... |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Clone succeeded on retry |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Command exited with code <number> |
Error in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Command killed by signal <number> |
Error in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Concurrent clone completed — proceeding |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Concurrent clone completed — skipping re-clone |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Concurrent clone timed out — removing partial dir and cloning |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Contents of agent dir: |
Error in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Contents of output dir (<string>): |
Error in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | DRY RUN mode (SDK) — will clone and build, then launch with --dry-run |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Directories: |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | FORCE rebuild requested |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Failed to backup <string> |
Error in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Failed to build generator from source |
Error in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Failed to build solution |
Error in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Failed to clone repository after retry |
Error in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Failed to setup task instance |
Error in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Failed to swap .csproj references |
Error in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Generator binary not found at <string> (source build failed) |
Required condition not met | Verify the resource exists and the path is correct | scorpiox/scorpiox-agent.c |
| 1 | Generator built for commit %.12s |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Generator source commit: %.12s |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Inferred DLL name: <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Installed <number> skill(s) |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Installed <number> template(s) |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | No agents found in <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | No agents generated |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | No cached agents — will clone, build, and generate first |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | No cached generator binary, building from source... |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Remote commit: %.12s |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Removing partial/stale <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Repo: <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Repository name must end with .Agents |
Error in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Running: <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | SOURCE UPDATE — pulling to %.12s |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Skipping dotnet build (--no-build) |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Skipping git clone (--no-clone) |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Source dir exists but no .git/HEAD — waiting for concurrent clone... |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Swapping PackageReference → ProjectReference in <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Task instance ID: <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Too many commands for event <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Too many hook events, skipping: <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Unsafe characters in <string>: shell metacharacters not allowed |
Required condition not met | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Unsafe characters in prompt text: backticks and $() not allowed |
Required condition not met | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Unsafe skill name, skipping: <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Use --list to see available agents |
Error in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Using cached agents |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Using cached build |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Valid repo at <string> — skipping clone |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | [<string>] (<number> bytes, skipped) |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | [<string>] (binary, skipped) |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | [FAIL] copy <string> -> <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | [HOOK] <string> (<number> commands) |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | [OK] <string> -> <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | [SKILL] <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | [SKILL] <string> — copy failed |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | [SKILL] <string> — not found at <string>, skipping |
Required condition not met | Verify the resource exists and the path is correct | scorpiox/scorpiox-agent.c |
| 1 | [TEMPLATE] <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | [TEMPLATE] <string> — copy failed |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | [TEMPLATE] <string> — not found at <string>, skipping |
Required condition not met | Verify the resource exists and the path is correct | scorpiox/scorpiox-agent.c |
| 1 | [TOOL-WAIT] <string> NOT found after 30s |
Required condition not met | Verify the resource exists and the path is correct | scorpiox/scorpiox-agent.c |
| 1 | [TOOL-WAIT] unsafe tool name, skipping: <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | [VAR] <string>=<string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | [VAR] Invalid key name, skipping: <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | [VERIFY] <string> exists, <number> bytes |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | [dry-run] Final command: <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | [sdk-tui] Executing: <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | [sdk] Executing: <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | agent_dir: <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | agent_name is required (or use --list) |
Error in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | appending overrides (mode=<string>) |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | cache (builds/agents): <string><string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | exe_dir: <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | exe_dir: failed to resolve |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | execlp failed: <string> |
Error in scorpiox-agent.c | Verify the executable exists and is in PATH | scorpiox/scorpiox-agent.c |
| 1 | execlp failed: <string> — falling back to sx_system_safe() |
Error in scorpiox-agent.c | Verify the executable exists and is in PATH | scorpiox/scorpiox-agent.c |
| 1 | git pull failed, trying fresh clone... |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | has_mcp: <string> (<string>) |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | instance_dir: <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | instance_id: <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | instances_base: <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | sx_system_safe() failed: <string> |
Error in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | target: <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | task instances: <string><string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | | <string> |
Warning in scorpiox-agent.c | See log output for details and retry | scorpiox/scorpiox-agent.c |
| 1 | Error: missing 'command' in input JSON |
Error in scorpiox-askuserpermission.c | See log output for details and retry | scorpiox/scorpiox-askuserpermission.c |
| 1 | Error: Failed to parse questions JSON |
Operation failed | See log output for details and retry | scorpiox/scorpiox-askuserquestion.c |
| 1 | Error: No questions found in input |
Error in scorpiox-askuserquestion.c | See log output for details and retry | scorpiox/scorpiox-askuserquestion.c |
| 1 | Error: Out of memory |
Error in scorpiox-askuserquestion.c | Free up system memory or reduce workload | scorpiox/scorpiox-askuserquestion.c |
| 1 | Error: no console input handle |
Error in scorpiox-askuserquestion.c | See log output for details and retry | scorpiox/scorpiox-askuserquestion.c |
| 1 | Error: no console output handle |
Error in scorpiox-askuserquestion.c | See log output for details and retry | scorpiox/scorpiox-askuserquestion.c |
| 1 | Warning: stdout is not a console, ANSI may not work |
Error in scorpiox-askuserquestion.c | See log output for details and retry | scorpiox/scorpiox-askuserquestion.c |
| 1 | Unknown shell: <string> (use: cmd, powershell, bash) |
Error in scorpiox-bash.c | See log output for details and retry | scorpiox/scorpiox-bash.c |
| 1 | command too long |
Error in scorpiox-bash.c | See log output for details and retry | scorpiox/scorpiox-bash.c |
| 1 | exec failed |
Error in scorpiox-bash.c | Verify the executable exists and is in PATH | scorpiox/scorpiox-bash.c |
| 1 | no command provided |
Error in scorpiox-bash.c | See log output for details and retry | scorpiox/scorpiox-bash.c |
| 0 | error: send failed |
Operation failed | See log output for details and retry | scorpiox/scorpiox-beam.c |
| 1 | beam: warning: did not receive checksum |
Error in scorpiox-beam.c | See log output for details and retry | scorpiox/scorpiox-beam.c |
| 1 | beam: warning: no response from receiver |
Error in scorpiox-beam.c | See log output for details and retry | scorpiox/scorpiox-beam.c |
| 1 | beam: warning: unexpected response 0x<hex> |
Error in scorpiox-beam.c | See log output for details and retry | scorpiox/scorpiox-beam.c |
| 1 | error: accept failed |
Operation failed | See log output for details and retry | scorpiox/scorpiox-beam.c |
| 1 | error: cannot create '<string>': <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-beam.c |
| 1 | error: cannot resolve '<string>': <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-beam.c |
| 1 | error: failed to receive header |
Operation failed | See log output for details and retry | scorpiox/scorpiox-beam.c |
| 1 | error: listen failed |
Operation failed | See log output for details and retry | scorpiox/scorpiox-beam.c |
| 1 | error: out of memory |
Error in scorpiox-beam.c | Free up system memory or reduce workload | scorpiox/scorpiox-beam.c |
| 1 | error: send failed at offset <number> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-beam.c |
| 1 | error: unknown command '<string>' |
Error in scorpiox-beam.c | See log output for details and retry | scorpiox/scorpiox-beam.c |
| 1 | error: cannot load '<string>': <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-bmp2png.c |
| 1 | error: image too large for PNG stride |
Error in scorpiox-bmp2png.c | See log output for details and retry | scorpiox/scorpiox-bmp2png.c |
| 1 | error: resize failed |
Operation failed | See log output for details and retry | scorpiox/scorpiox-bmp2png.c |
| 0 | error: -c requires a command |
Error in scorpiox-busybox.c | See log output for details and retry | scorpiox/scorpiox-busybox.c |
| 1 | %-12s FAILED (error <number>) |
Operation failed | See log output for details and retry | scorpiox/scorpiox-busybox.c |
| 1 | error: <string>.exe not found in <string> |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-busybox.c |
| 1 | error: busybox.exe not found |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-busybox.c |
| 1 | error: busybox.exe not found in <string> |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-busybox.c |
| 1 | error: cannot run busybox |
Operation failed | See log output for details and retry | scorpiox/scorpiox-busybox.c |
| 1 | error: cannot run tool (error <number>) |
Operation failed | See log output for details and retry | scorpiox/scorpiox-busybox.c |
| 1 | error: no Unix tools found |
Error in scorpiox-busybox.c | See log output for details and retry | scorpiox/scorpiox-busybox.c |
| 1 | error: no tools found in <string> |
Error in scorpiox-busybox.c | See log output for details and retry | scorpiox/scorpiox-busybox.c |
| 1 | Error: conversation ID required |
Error in scorpiox-conv.c | See log output for details and retry | scorpiox/scorpiox-conv.c |
| 1 | Error: conversation not found: <string> |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-conv.c |
| 1 | Error: failed to delete conversation: <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-conv.c |
| 1 | Unknown command: <string> |
Error in scorpiox-conv.c | See log output for details and retry | scorpiox/scorpiox-conv.c |
| 1 | <string>error:<string> --add requires schedule and action |
Error in scorpiox-cron.c | See log output for details and retry | scorpiox/scorpiox-cron.c |
| 1 | <string>error:<string> --bash requires \ |
Error in scorpiox-cron.c | See log output for details and retry | scorpiox/scorpiox-cron.c |
| 1 | <string>error:<string> --pause requires an ID |
Error in scorpiox-cron.c | See log output for details and retry | scorpiox/scorpiox-cron.c |
| 1 | <string>error:<string> --remove requires an ID |
Error in scorpiox-cron.c | See log output for details and retry | scorpiox/scorpiox-cron.c |
| 1 | <string>error:<string> --resume requires an ID |
Error in scorpiox-cron.c | See log output for details and retry | scorpiox/scorpiox-cron.c |
| 1 | <string>error:<string> --tmux requires <session> and \ |
Error in scorpiox-cron.c | See log output for details and retry | scorpiox/scorpiox-cron.c |
| 1 | <string>error:<string> crontab is empty |
Error in scorpiox-cron.c | See log output for details and retry | scorpiox/scorpiox-cron.c |
| 1 | <string>error:<string> invalid ID: '<string>' |
Invalid input or configuration | See log output for details and retry | scorpiox/scorpiox-cron.c |
| 1 | <string>error:<string> invalid cron expression: '<string>' |
Invalid input or configuration | See log output for details and retry | scorpiox/scorpiox-cron.c |
| 1 | <string>error:<string> missing action (--tmux or --bash) |
Error in scorpiox-cron.c | See log output for details and retry | scorpiox/scorpiox-cron.c |
| 1 | <string>error:<string> no entry with ID <number> |
Error in scorpiox-cron.c | See log output for details and retry | scorpiox/scorpiox-cron.c |
| 1 | <string>error:<string> out of memory |
Error in scorpiox-cron.c | Free up system memory or reduce workload | scorpiox/scorpiox-cron.c |
| 1 | <string>error:<string> unknown action '<string>' (expected --tmux or --bash) |
Error in scorpiox-cron.c | See log output for details and retry | scorpiox/scorpiox-cron.c |
| 1 | <string>error:<string> unknown command '<string>' |
Error in scorpiox-cron.c | See log output for details and retry | scorpiox/scorpiox-cron.c |
| -1 | ✗ Cannot auto-install python3. Please run: apt install python3 python3-pip |
Operation failed | See log output for details and retry | scorpiox/scorpiox-docs.c |
| 1 | --install Install missing dependencies |
Error in scorpiox-docs.c | See log output for details and retry | scorpiox/scorpiox-docs.c |
| 1 | Error: Invalid format '<string>'. Use: text, html, or markdown |
Invalid input or configuration | See log output for details and retry | scorpiox/scorpiox-docs.c |
| 1 | Install missing dependencies: |
Error in scorpiox-docs.c | See log output for details and retry | scorpiox/scorpiox-docs.c |
| 1 | ✗ Failed to install browser engine |
Operation failed | See log output for details and retry | scorpiox/scorpiox-docs.c |
| 1 | ✗ Failed to install chromium |
Operation failed | See log output for details and retry | scorpiox/scorpiox-docs.c |
| 1 | ✗ python3 not found |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-docs.c |
| 0 | Warning: no replacements found in '<string>' |
Error in scorpiox-editfile.c | See log output for details and retry | scorpiox/scorpiox-editfile.c |
| 1 | Error: expected 'LINE <start>-<end>' at line <number>, got: <string> |
Error in scorpiox-editfile.c | See log output for details and retry | scorpiox/scorpiox-editfile.c |
| 1 | Error: failed to apply replacement at LINE <number>-<number> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-editfile.c |
| 1 | Error: out of memory joining lines |
Error in scorpiox-editfile.c | Free up system memory or reduce workload | scorpiox/scorpiox-editfile.c |
| 1 | Error: start line must be >= 1 (got <number>) |
Error in scorpiox-editfile.c | See log output for details and retry | scorpiox/scorpiox-editfile.c |
| -1 | ERROR: SMTP send failed: <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-email.c |
| -1 | ERROR: cannot create <string>: <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-email.c |
| -1 | ERROR: failed to build message |
Operation failed | See log output for details and retry | scorpiox/scorpiox-email.c |
| -1 | ERROR: no recipients |
Error in scorpiox-email.c | See log output for details and retry | scorpiox/scorpiox-email.c |
| 1 | ERROR: queue requires -t <to> and -s <subject> |
Error in scorpiox-email.c | See log output for details and retry | scorpiox/scorpiox-email.c |
| 1 | ERROR: send requires -t <to> and -s <subject> |
Error in scorpiox-email.c | See log output for details and retry | scorpiox/scorpiox-email.c |
| 1 | ERROR: unknown command '<string>' |
Error in scorpiox-email.c | See log output for details and retry | scorpiox/scorpiox-email.c |
| 1 | WARN: cannot load <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-email.c |
| 1 | Error: --session is required |
Error in scorpiox-emit-session.c | See log output for details and retry | scorpiox/scorpiox-emit-session.c |
| 1 | Error: --type is required |
Error in scorpiox-emit-session.c | See log output for details and retry | scorpiox/scorpiox-emit-session.c |
| 1 | Unknown command: <string> |
Error in scorpiox-emit-session.c | See log output for details and retry | scorpiox/scorpiox-emit-session.c |
| 1 | emit-session: JSON payload too large |
Error in scorpiox-emit-session.c | See log output for details and retry | scorpiox/scorpiox-emit-session.c |
| 1 | emit-session: POST OK (<number>): <string> |
Warning in scorpiox-emit-session.c | See log output for details and retry | scorpiox/scorpiox-emit-session.c |
| 1 | emit-session: POST failed: <string> |
Error in scorpiox-emit-session.c | See log output for details and retry | scorpiox/scorpiox-emit-session.c |
| 1 | emit-session: malloc failed for JSON payload |
Error in scorpiox-emit-session.c | Free up system memory or reduce workload | scorpiox/scorpiox-emit-session.c |
| -1 | Cannot create <string>: <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-executecurl.c |
| -1 | Cannot get cwd: <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-executecurl.c |
| -1 | fork failed: <string> |
Operation failed | Check system resources (process limits) | scorpiox/scorpiox-executecurl.c |
| 1 | Session not found: <string> |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-executecurl.c |
| 1 | error: --domain or --subdomain is required for <string> proxy type |
Error in scorpiox-frp.c | See log output for details and retry | scorpiox/scorpiox-frp.c |
| 1 | error: --local is required |
Error in scorpiox-frp.c | See log output for details and retry | scorpiox/scorpiox-frp.c |
| 1 | error: --name is required |
Error in scorpiox-frp.c | See log output for details and retry | scorpiox/scorpiox-frp.c |
| 1 | error: --server is required |
Error in scorpiox-frp.c | See log output for details and retry | scorpiox/scorpiox-frp.c |
| 1 | error: <string> |
Error in scorpiox-frp.c | See log output for details and retry | scorpiox/scorpiox-frp.c |
| 1 | error: invalid response JSON |
Invalid input or configuration | See log output for details and retry | scorpiox/scorpiox-google-models.c |
| 1 | warning: <string>: <string> |
Error in scorpiox-google-models.c | See log output for details and retry | scorpiox/scorpiox-google-models.c |
| 0 | Unknown command: <string> |
Error in scorpiox-hook.c | See log output for details and retry | scorpiox/scorpiox-hook.c |
| 1 | Error: Cannot create <string>: <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-hook.c |
| 1 | Error: event name required |
Error in scorpiox-hook.c | See log output for details and retry | scorpiox/scorpiox-hook.c |
| 1 | Hook '<string>' not found in <string>/ |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-hook.c |
| 1 | Warning: overwriting existing hook: <string> |
Error in scorpiox-hook.c | See log output for details and retry | scorpiox/scorpiox-hook.c |
| 0 | <string>Unknown command:<string> <string> |
Error in scorpiox-host.c | See log output for details and retry | scorpiox/scorpiox-host.c |
| 1 | <string>Error:<string> fork failed |
Operation failed | Check system resources (process limits) | scorpiox/scorpiox-host.c |
| 1 | <string>Error:<string> listen failed |
Operation failed | See log output for details and retry | scorpiox/scorpiox-host.c |
| 1 | <string>Error:<string> server returned <number> |
Error in scorpiox-host.c | See log output for details and retry | scorpiox/scorpiox-host.c |
| 1 | <string>Error:<string> server returned <number>: <string> |
Error in scorpiox-host.c | See log output for details and retry | scorpiox/scorpiox-host.c |
| 1 | <string>Error:<string> session '<string>' not found |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-host.c |
| 1 | Unknown command: <string> |
Error in scorpiox-imessage.c | See log output for details and retry | scorpiox/scorpiox-imessage.c |
| 1 | chat.db: ✗ Not found (<string>) |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-imessage.c |
| 1 | fork() failed: <string> |
Error in scorpiox-imessage.c | Check system resources (process limits) | scorpiox/scorpiox-imessage.c |
| 1 | osascript: ✗ Not found (sending disabled) |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-imessage.c |
| 1 | sqlite3: ✗ Not found |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-imessage.c |
| 1 | waitpid() failed: <string> |
Error in scorpiox-imessage.c | See log output for details and retry | scorpiox/scorpiox-imessage.c |
| 1 | ⚠ Failed to notify tmux session '<string>' (rc=<number>) |
Operation failed | See log output for details and retry | scorpiox/scorpiox-imessage.c |
| 1 | ✗ Failed to create folder: <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-imessage.c |
| 1 | ✗ Failed to create inbox dir: <string> (<string>) |
Operation failed | See log output for details and retry | scorpiox/scorpiox-imessage.c |
| 1 | ✗ Failed to send to <string> (exit <number>) |
Operation failed | See log output for details and retry | scorpiox/scorpiox-imessage.c |
| 1 | ✗ chat.db not found: <string> |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-imessage.c |
| 1 | ✗ osascript not found — macOS only |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-imessage.c |
| 1 | <number> required tool(s) missing — aborting |
Error in scorpiox-init.c | See log output for details and retry | scorpiox/scorpiox-init.c |
| 1 | <string> copy failed |
Error in scorpiox-init.c | See log output for details and retry | scorpiox/scorpiox-init.c |
| 1 | <string> extract failed |
Error in scorpiox-init.c | See log output for details and retry | scorpiox/scorpiox-init.c |
| 1 | <string> install failed |
Error in scorpiox-init.c | See log output for details and retry | scorpiox/scorpiox-init.c |
| 1 | <string>: fork failed for service: <string> |
Error in scorpiox-init.c | Check system resources (process limits) | scorpiox/scorpiox-init.c |
| 1 | exec failed: <string>: <string> |
Error in scorpiox-init.c | Verify the executable exists and is in PATH | scorpiox/scorpiox-init.c |
| 1 | exec shell failed: <string> |
Error in scorpiox-init.c | Verify the executable exists and is in PATH | scorpiox/scorpiox-init.c |
| 1 | Error: <string> |
Error in scorpiox-kql.c | See log output for details and retry | scorpiox/scorpiox-kql.c |
| 0 | Unknown command: <string> |
Error in scorpiox-logger.c | See log output for details and retry | scorpiox/scorpiox-logger.c |
| 1 | Types: USER, ASSISTANT, TOOL, TOOL_RESULT, ERROR, INFO |
Error in scorpiox-logger.c | See log output for details and retry | scorpiox/scorpiox-logger.c |
| 1 | no sessions found |
Error in scorpiox-logger.c | See log output for details and retry | scorpiox/scorpiox-logger.c |
| 1 | session not found: <string> |
Required condition not met | Verify the resource exists and the path is correct | scorpiox/scorpiox-logger.c |
| -1 | Error: initialize response missing 'result' |
Error in scorpiox-mcp-httpclient.c | See log output for details and retry | scorpiox/scorpiox-mcp-httpclient.c |
| 1 | Error: JSON-RPC error |
Error in scorpiox-mcp-httpclient.c | See log output for details and retry | scorpiox/scorpiox-mcp-httpclient.c |
| 1 | Error: call requires a tool name |
Error in scorpiox-mcp-httpclient.c | See log output for details and retry | scorpiox/scorpiox-mcp-httpclient.c |
| 1 | Error: failed to serialize JSON-RPC request |
Operation failed | See log output for details and retry | scorpiox/scorpiox-mcp-httpclient.c |
| 1 | Error: info requires a tool name |
Error in scorpiox-mcp-httpclient.c | See log output for details and retry | scorpiox/scorpiox-mcp-httpclient.c |
| 1 | Error: no command specified |
Error in scorpiox-mcp-httpclient.c | See log output for details and retry | scorpiox/scorpiox-mcp-httpclient.c |
| 1 | Error: no tools found |
Error in scorpiox-mcp-httpclient.c | See log output for details and retry | scorpiox/scorpiox-mcp-httpclient.c |
| 1 | Error: response missing 'result' |
Error in scorpiox-mcp-httpclient.c | See log output for details and retry | scorpiox/scorpiox-mcp-httpclient.c |
| 1 | Error: server returned invalid JSON |
Invalid input or configuration | See log output for details and retry | scorpiox/scorpiox-mcp-httpclient.c |
| 1 | Error: tool '<string>' not found |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-mcp-httpclient.c |
| 1 | Error: unknown command '<string>' |
Error in scorpiox-mcp-httpclient.c | See log output for details and retry | scorpiox/scorpiox-mcp-httpclient.c |
| 1 | [mcp] error: |
Error in scorpiox-mcp.c | See log output for details and retry | scorpiox/scorpiox-mcp.c |
| -1 | warning: too many repos (max <number>) |
Error in scorpiox-mirror-git.c | See log output for details and retry | scorpiox/scorpiox-mirror-git.c |
| 1 | warning: malformed machine entry, skipping |
Error in scorpiox-mirror-git.c | See log output for details and retry | scorpiox/scorpiox-mirror-git.c |
| 0 | Unknown command: <string> |
Error in scorpiox-multiplexer.c | See log output for details and retry | scorpiox/scorpiox-multiplexer.c |
| 1 | Empty key sequence. |
Error in scorpiox-multiplexer.c | See log output for details and retry | scorpiox/scorpiox-multiplexer.c |
| 1 | Failed to capture pane from session '<string>' |
Operation failed | See log output for details and retry | scorpiox/scorpiox-multiplexer.c |
| 1 | Failed to create session |
Operation failed | See log output for details and retry | scorpiox/scorpiox-multiplexer.c |
| 1 | Failed to create session '<string>' |
Operation failed | See log output for details and retry | scorpiox/scorpiox-multiplexer.c |
| 1 | Failed to initialize terminal |
Operation failed | See log output for details and retry | scorpiox/scorpiox-multiplexer.c |
| 1 | Failed to list panes for session '<string>' |
Operation failed | See log output for details and retry | scorpiox/scorpiox-multiplexer.c |
| 1 | Failed to send keys to session '<string>' |
Operation failed | See log output for details and retry | scorpiox/scorpiox-multiplexer.c |
| 1 | Out of memory |
Error in scorpiox-multiplexer.c | Free up system memory or reduce workload | scorpiox/scorpiox-multiplexer.c |
| 1 | Error: -s SECRET is required |
Error in scorpiox-otp.c | See log output for details and retry | scorpiox/scorpiox-otp.c |
| 1 | Error: invalid Base32 secret |
Invalid input or configuration | See log output for details and retry | scorpiox/scorpiox-otp.c |
| -1 | Warning: Cannot copy plan to plans folder: <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-planmode.c |
| -1 | Warning: Cannot copy plan to session: <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-planmode.c |
| -1 | Warning: Cannot determine basename from: <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-planmode.c |
| -1 | Warning: Session dir not found: <string> |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-planmode.c |
| 1 | Error: --session ID required (shared fallback removed to prevent multi-session corruption) |
Error in scorpiox-planmode.c | See log output for details and retry | scorpiox/scorpiox-planmode.c |
| 1 | Error: --session requires an ID |
Error in scorpiox-planmode.c | See log output for details and retry | scorpiox/scorpiox-planmode.c |
| 1 | Error: Not in plan mode |
Error in scorpiox-planmode.c | See log output for details and retry | scorpiox/scorpiox-planmode.c |
| 1 | Unknown command: <string> |
Error in scorpiox-planmode.c | See log output for details and retry | scorpiox/scorpiox-planmode.c |
| 1 | Failed to execute podman |
Error in scorpiox-podman.c | Verify the executable exists and is in PATH | scorpiox/scorpiox-podman.c |
| 1 | \033[31m[error]\033[0m |
Error in scorpiox-podman.c | See log output for details and retry | scorpiox/scorpiox-podman.c |
| -1 | Error: Cannot create destination: <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-printlogs.c |
| 1 | error: -k <api-key> is required |
Error in scorpiox-pwshovertcp.c | See log output for details and retry | scorpiox/scorpiox-pwshovertcp.c |
| 1 | error: WSAStartup failed (<number>) |
Operation failed | See log output for details and retry | scorpiox/scorpiox-pwshovertcp.c |
| 1 | error: listen() failed |
Operation failed | See log output for details and retry | scorpiox/scorpiox-pwshovertcp.c |
| 1 | Error: both start and end line numbers required |
Error in scorpiox-readfile.c | See log output for details and retry | scorpiox/scorpiox-readfile.c |
| 1 | Error: line numbers must be >= 1 |
Error in scorpiox-readfile.c | See log output for details and retry | scorpiox/scorpiox-readfile.c |
| 1 | Error: start_line (<number>) must be <= end_line (<number>) |
Error in scorpiox-readfile.c | See log output for details and retry | scorpiox/scorpiox-readfile.c |
| 1 | Error: Failed to load image '<string>' |
Operation failed | See log output for details and retry | scorpiox/scorpiox-renderimage.c |
| 1 | Error: Failed to run ffmpeg |
Operation failed | See log output for details and retry | scorpiox/scorpiox-renderimage.c |
| 1 | Error: ffmpeg not found. Please install ffmpeg. |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-renderimage.c |
| 1 | Error: max_width must be a percentage between 1 and 100 |
Error in scorpiox-renderimage.c | See log output for details and retry | scorpiox/scorpiox-renderimage.c |
| -1 | Invalid checkpoint: <number> (must be 2..<number>) |
Invalid input or configuration | See log output for details and retry | scorpiox/scorpiox-rewind.c |
| 1 | Error: cannot load <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-rewind.c |
| 1 | Error: cannot load session <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-rewind.c |
| 1 | Error: cannot parse stdin JSON |
Operation failed | See log output for details and retry | scorpiox/scorpiox-rewind.c |
| 1 | Error: checkpoint <number> out of range (2..<number>) |
Error in scorpiox-rewind.c | See log output for details and retry | scorpiox/scorpiox-rewind.c |
| 1 | Test not found: <string> |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-runtest.c |
| -1 | error: CGDisplayCreateImage failed |
Operation failed | See log output for details and retry | scorpiox/scorpiox-screenshot.c |
| -1 | error: CGDisplayCreateImage failed for monitor <number> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-screenshot.c |
| -1 | error: CGGetActiveDisplayList failed (<number>) |
Operation failed | See log output for details and retry | scorpiox/scorpiox-screenshot.c |
| -1 | error: EnumDisplayMonitors failed (<number>) |
Operation failed | See log output for details and retry | scorpiox/scorpiox-screenshot.c |
| -1 | error: XGetImage failed |
Operation failed | See log output for details and retry | scorpiox/scorpiox-screenshot.c |
| -1 | error: XGetImage failed for monitor <number> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-screenshot.c |
| -1 | error: monitor index <number> out of range |
Error in scorpiox-screenshot.c | See log output for details and retry | scorpiox/scorpiox-screenshot.c |
| 1 | error: BitBlt failed |
Operation failed | See log output for details and retry | scorpiox/scorpiox-screenshot.c |
| 1 | error: BitBlt failed for virtual screen |
Operation failed | See log output for details and retry | scorpiox/scorpiox-screenshot.c |
| 1 | error: CreateCompatibleBitmap failed |
Operation failed | See log output for details and retry | scorpiox/scorpiox-screenshot.c |
| 1 | error: CreateCompatibleDC failed |
Operation failed | See log output for details and retry | scorpiox/scorpiox-screenshot.c |
| 1 | error: GetDIBits failed |
Operation failed | See log output for details and retry | scorpiox/scorpiox-screenshot.c |
| 1 | error: cannot get screen DC |
Operation failed | See log output for details and retry | scorpiox/scorpiox-screenshot.c |
| 1 | error: cannot get screen DC for '<string>' |
Operation failed | See log output for details and retry | scorpiox/scorpiox-screenshot.c |
| 1 | error: failed to enumerate monitors |
Operation failed | See log output for details and retry | scorpiox/scorpiox-screenshot.c |
| 1 | error: monitor <number> not found (available: 0-<number>) |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-screenshot.c |
| 1 | error: no monitors found |
Error in scorpiox-screenshot.c | See log output for details and retry | scorpiox/scorpiox-screenshot.c |
| 1 | error: out of memory |
Error in scorpiox-screenshot.c | Free up system memory or reduce workload | scorpiox/scorpiox-screenshot.c |
| 1 | Error: CreatePipe failed (<number>) |
Operation failed | See log output for details and retry | scorpiox/scorpiox-sdk.c |
| 1 | Error: CreateProcess failed (<number>) |
Operation failed | See log output for details and retry | scorpiox/scorpiox-sdk.c |
| 1 | Error: Failed to create directories |
Operation failed | See log output for details and retry | scorpiox/scorpiox-sdk.c |
| 1 | Error: No prompt provided. Use: <string> \ |
Error in scorpiox-sdk.c | See log output for details and retry | scorpiox/scorpiox-sdk.c |
| 1 | Error: sx exited (code <number>) before session started |
Error in scorpiox-sdk.c | See log output for details and retry | scorpiox/scorpiox-sdk.c |
| 1 | [sdk] WARN: sx_generate_session_name failed (rc=<number>), using fallback instance ID: <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-sdk.c |
| 1 | [sdk] WARN: sx_generate_session_name failed (rc=<number>, size=<number>), using fallback session ID |
Operation failed | See log output for details and retry | scorpiox/scorpiox-sdk.c |
| 1 | \033[31m[serve]\033[0m CreateProcess failed: <number> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-sdk.c |
| 1 | \033[31m[serve]\033[0m CreateProcess(ConPTY) failed: <number> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-sdk.c |
| 1 | \033[33m[warn]\033[0m --image ignored in --local mode |
Error in scorpiox-sdk.c | See log output for details and retry | scorpiox/scorpiox-sdk.c |
| -1 | ✗ Cannot auto-install python3. Please run: apt install python3 python3-pip |
Operation failed | See log output for details and retry | scorpiox/scorpiox-search.c |
| 1 | --install Install missing dependencies |
Error in scorpiox-search.c | See log output for details and retry | scorpiox/scorpiox-search.c |
| 1 | Error: Invalid format '<string>'. Use: text, json, or markdown |
Invalid input or configuration | See log output for details and retry | scorpiox/scorpiox-search.c |
| 1 | Error: Search query is required |
Error in scorpiox-search.c | See log output for details and retry | scorpiox/scorpiox-search.c |
| 1 | Install missing dependencies: |
Error in scorpiox-search.c | See log output for details and retry | scorpiox/scorpiox-search.c |
| 1 | ✗ Failed to install browser engine |
Operation failed | See log output for details and retry | scorpiox/scorpiox-search.c |
| 1 | ✗ Failed to install chromium |
Operation failed | See log output for details and retry | scorpiox/scorpiox-search.c |
| 1 | ✗ python3 not found |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-search.c |
| 1 | Alias init failed — no alias resolution |
Warning in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | DKIM init failed — sending unsigned |
Warning in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | DKIM signing enabled: s=<string> d=<string> |
Warning in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | DLL: DKIM init failed — sending unsigned |
Warning in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | DLL: IMAP init failed |
Error in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | DLL: SMTP init failed |
Error in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | DLL: email server started successfully |
Warning in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | DLL: email server stopped |
Warning in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | DLL: server not initialized |
Required condition not met | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | DLL: starting email server (domain=<string>, smtp=<number>, sub=<number>, imap=<number>) |
Warning in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | DLL: stopping email server |
Warning in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | Daemonizing... |
Warning in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | Email aliases loaded from <string> |
Warning in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | Entering main loop |
Warning in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | Failed to daemonize |
Error in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | IMAP init failed |
Error in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | Outbound queue enabled: <string> |
Warning in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | Queue init failed — external delivery disabled |
Warning in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | SMTP init failed |
Error in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | Shutting down... |
Warning in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | TUI init failed — falling back to daemon mode |
Warning in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | domain: <string> |
Warning in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | maildir: <string> |
Warning in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | mode: <string> |
Warning in scorpiox-server-email.c | See log output for details and retry | scorpiox/scorpiox-server-email.c |
| 1 | Conflict: '<string>.py' found in both '<string>' (winner) and '<string>' |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | DLL: listen() failed |
Error in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | DLL: server stopped |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | DLL: stopping server |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | Error: No accessible script directories |
Error in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | Error: WSAStartup failed |
Operation failed | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | Error: git clone failed for <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | Failed to allocate request buffer (<number> KB) |
Error in scorpiox-server.c | Free up system memory or reduce workload | scorpiox/scorpiox-server.c |
| 1 | Fallback script exited with code <number> |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | Fallback: <string> -> _fallback<string> in <string> |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | Favicon: decoded <number> bytes from base64 |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | Favicon: invalid base64 data |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | Favicon: loaded <number> bytes from <string> |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | IP blocked: <string> (not in whitelist) |
Required condition not met | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | IP whitelist: invalid entry '<string>' (skipped) |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | JWT validation enabled (cookie='<string>', issuer='<string>', audience='<string>') |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | JWT: payload too large for jwt_raw (<number> bytes) |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | JWT: signature verification failed |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | No accessible script directories |
Error in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | OTP: rejected unsafe account parameter |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | OTP: rejected unsafe secret parameter |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | SSE streaming: '<string>' (forwarding chunks to client) |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | Script '<string>' exited with code <number> |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | Script '<string>' failed to exec (<string>) |
Warning in scorpiox-server.c | Verify the executable exists and is in PATH | scorpiox/scorpiox-server.c |
| 1 | Script '<string>' killed (SIGKILL/OOM, exit 137) |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | Script '<string>' killed by signal (abnormal exit) |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | Server stopped |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | Streaming mode: '<string>' (content_length=% |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | Streaming script '<string>' exited with code <number> |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | Streaming: failed to allocate response buffer |
Error in scorpiox-server.c | Free up system memory or reduce workload | scorpiox/scorpiox-server.c |
| 1 | Streaming: realloc failed for resp_buf |
Error in scorpiox-server.c | Free up system memory or reduce workload | scorpiox/scorpiox-server.c |
| 1 | Streaming: select failed: <string> |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | Warning: conflict: <string>.py -> <string> (wins) vs <string> |
Error in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | Warning: dir not accessible: <string> |
Error in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | [<string>] <string><string><string> |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | [deploy-git] CreatePipe failed: <number> |
Error in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | [deploy-git] CreateProcess failed: <number> cmd='%.120s' |
Error in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | [deploy-git] fork() failed: <string> |
Error in scorpiox-server.c | Check system resources (process limits) | scorpiox/scorpiox-server.c |
| 1 | [deploy-git] git_get_remote_head failed: rc=<number> buf='%.120s' |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | [deploy-git] git_get_remote_head hash sanity fail: len=<number> buf='%.80s' |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | [deploy-git] pipe() failed: <string> |
Error in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | [deploy] ERROR: git pull failed |
Operation failed | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | [deploy] WARNING: pull failed, using existing code |
Operation failed | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | [deploy] cloning <string> (branch: <string>) -> <string> |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | [deploy] existing clone found at <string>, pulling latest... |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | [deploy] failed to get local HEAD |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | [deploy] failed to get remote HEAD |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | [deploy] git clone failed |
Error in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | [deploy] git mode: repo=<string> branch=<string> poll=<number>s dir=<string> |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | [deploy] git pull failed |
Error in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | [deploy] new commit detected: %.8s -> %.8s, pulling... |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | [deploy] pull failed, continuing with existing code |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | [deploy] updated to %.8s, serving new code |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | [mcp] excluded tool: <string> (matches pattern: <string>) |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | [mcp] registered tool: <string> (<number> params) from <string> |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | [mcp] tools/call: <string> |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | accept() failed: <number> |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | accept() failed: <string> |
Warning in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | fork() failed: <string> |
Error in scorpiox-server.c | Check system resources (process limits) | scorpiox/scorpiox-server.c |
| 1 | listen() failed |
Error in scorpiox-server.c | See log output for details and retry | scorpiox/scorpiox-server.c |
| 1 | Error: --session required for add |
Error in scorpiox-skills.c | See log output for details and retry | scorpiox/scorpiox-skills.c |
| 1 | Error: --session required for remove |
Error in scorpiox-skills.c | See log output for details and retry | scorpiox/scorpiox-skills.c |
| 1 | Error: --session requires an ID |
Error in scorpiox-skills.c | See log output for details and retry | scorpiox/scorpiox-skills.c |
| 1 | Error: out of memory |
Error in scorpiox-skills.c | Free up system memory or reduce workload | scorpiox/scorpiox-skills.c |
| 1 | Error: out of memory growing skills array |
Error in scorpiox-skills.c | Free up system memory or reduce workload | scorpiox/scorpiox-skills.c |
| 1 | Error: skill name required |
Error in scorpiox-skills.c | See log output for details and retry | scorpiox/scorpiox-skills.c |
| 1 | Unknown command: <string> |
Error in scorpiox-skills.c | See log output for details and retry | scorpiox/scorpiox-skills.c |
| 1 | nudge <loaded1,loaded2> Print nudge message if any missing |
Error in scorpiox-skills.c | See log output for details and retry | scorpiox/scorpiox-skills.c |
| 1 | out of memory |
Error in scorpiox-sshpass.c | Free up system memory or reduce workload | scorpiox/scorpiox-sshpass.c |
| 1 | ssh not found, attempting auto-install... |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-sshpass.c |
| 1 | Error: Failed to generate system prompt |
Operation failed | See log output for details and retry | scorpiox/scorpiox-systemprompt.c |
| 1 | Error loading tasks |
Error in scorpiox-tasks.c | See log output for details and retry | scorpiox/scorpiox-tasks.c |
| 1 | Error: --session ID required (shared fallback removed to prevent multi-session corruption) |
Error in scorpiox-tasks.c | See log output for details and retry | scorpiox/scorpiox-tasks.c |
| 1 | Error: --session requires an ID |
Error in scorpiox-tasks.c | See log output for details and retry | scorpiox/scorpiox-tasks.c |
| 1 | Error: Maximum steps reached for task <number> |
Error in scorpiox-tasks.c | See log output for details and retry | scorpiox/scorpiox-tasks.c |
| 1 | Error: Maximum tasks reached |
Error in scorpiox-tasks.c | See log output for details and retry | scorpiox/scorpiox-tasks.c |
| 1 | Error: Step <number> not found in task <number> |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-tasks.c |
| 1 | Error: Task <number> not found |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-tasks.c |
| 1 | Error: task <number> not found |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-tasks.c |
| 1 | Unknown command: <string> |
Error in scorpiox-tasks.c | See log output for details and retry | scorpiox/scorpiox-tasks.c |
| 0 | error: no receiver found on any interface |
Error in scorpiox-thunderbolt4.c | See log output for details and retry | scorpiox/scorpiox-thunderbolt4.c |
| 1 | error: BENCH_START failed |
Operation failed | See log output for details and retry | scorpiox/scorpiox-thunderbolt4.c |
| 1 | error: BIOCSETF: <string> |
Error in scorpiox-thunderbolt4.c | See log output for details and retry | scorpiox/scorpiox-thunderbolt4.c |
| 1 | error: BIOCSETIF(<string>): <string> |
Error in scorpiox-thunderbolt4.c | See log output for details and retry | scorpiox/scorpiox-thunderbolt4.c |
| 1 | error: META failed |
Operation failed | See log output for details and retry | scorpiox/scorpiox-thunderbolt4.c |
| 1 | error: bad META |
Error in scorpiox-thunderbolt4.c | See log output for details and retry | scorpiox/scorpiox-thunderbolt4.c |
| 1 | error: create: <string> |
Error in scorpiox-thunderbolt4.c | See log output for details and retry | scorpiox/scorpiox-thunderbolt4.c |
| 1 | error: need root (sudo) |
Error in scorpiox-thunderbolt4.c | See log output for details and retry | scorpiox/scorpiox-thunderbolt4.c |
| 1 | error: no MAC for <string> |
Error in scorpiox-thunderbolt4.c | See log output for details and retry | scorpiox/scorpiox-thunderbolt4.c |
| 1 | error: no active Thunderbolt interfacehint: plug in a Thunderbolt cable |
Error in scorpiox-thunderbolt4.c | See log output for details and retry | scorpiox/scorpiox-thunderbolt4.c |
| 1 | error: no peer found |
Error in scorpiox-thunderbolt4.c | See log output for details and retry | scorpiox/scorpiox-thunderbolt4.c |
| 1 | unknown: '<string>' |
Error in scorpiox-thunderbolt4.c | See log output for details and retry | scorpiox/scorpiox-thunderbolt4.c |
| 1 | Error: --enter requires <project> |
Error in scorpiox-tmux.c | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | Error: --kill requires <session> |
Error in scorpiox-tmux.c | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | Error: --new requires <project> |
Error in scorpiox-tmux.c | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | Error: --on-exit must be keep|kill|banner |
Error in scorpiox-tmux.c | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | Error: --peek requires <session> |
Error in scorpiox-tmux.c | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | Error: --restart requires <session> |
Error in scorpiox-tmux.c | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | Error: --resume requires <session> |
Error in scorpiox-tmux.c | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | Error: --send requires <session> <message> |
Error in scorpiox-tmux.c | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | Error: --watch requires <session> |
Error in scorpiox-tmux.c | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | Error: failed to create session '<string>' |
Operation failed | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | Error: failed to kill session '<string>' |
Operation failed | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | Error: failed to send to session '<string>' |
Operation failed | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | Error: session '<string>' not found or no pane content |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-tmux.c |
| 1 | Failed to initialize terminal |
Operation failed | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | cleaned up worktree for session '<string>' |
Warning in scorpiox-tmux.c | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | created worktree: <string> (branch: <string>)<string> |
Warning in scorpiox-tmux.c | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | failed to create worktree for <string>/<string>, falling back to main dir |
Warning in scorpiox-tmux.c | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | git worktree remove failed (rc=<number>), trying manual cleanup |
Warning in scorpiox-tmux.c | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | removed worktree: <string><string> |
Warning in scorpiox-tmux.c | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | resolved project '<string>' at <string>/<string> |
Warning in scorpiox-tmux.c | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | session '<string>' using worktree: <string><string> |
Warning in scorpiox-tmux.c | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | stale worktree found (remote), removing: <string> |
Warning in scorpiox-tmux.c | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | stale worktree found, removing: <string> |
Warning in scorpiox-tmux.c | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | windows: auto-detected project '<string>' at <string> |
Warning in scorpiox-tmux.c | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | windows: using cwd '<string>' for project '<string>' |
Warning in scorpiox-tmux.c | See log output for details and retry | scorpiox/scorpiox-tmux.c |
| 1 | Failed to clear traffic captures. |
Operation failed | See log output for details and retry | scorpiox/scorpiox-traffic.c |
| 1 | Failed to exec python3: <string> |
Operation failed | Verify the executable exists and is in PATH | scorpiox/scorpiox-traffic.c |
| 127 | Failed to exec <string>: <string> |
Operation failed | Verify the executable exists and is in PATH | scorpiox/scorpiox-traffic.c |
| 1 | Error: Conversation is empty |
Error in scorpiox-transcript.c | See log output for details and retry | scorpiox/scorpiox-transcript.c |
| 1 | Error: Failed to initialize terminal |
Operation failed | See log output for details and retry | scorpiox/scorpiox-transcript.c |
| 1 | Error: Failed to load conversation '<string>' |
Operation failed | See log output for details and retry | scorpiox/scorpiox-transcript.c |
| 1 | Cannot access image cache |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | Error: --privileged requires running as root |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | Error: --update requires image name |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | Error: Cannot reach <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | Failed to allocate stack |
Error in scorpiox-unshare.c | Free up system memory or reduce workload | scorpiox/scorpiox-unshare.c |
| 1 | Failed to create cgroup <string>: <string> |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | Failed to download '<string>' |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | Failed to extract '<string>' |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | Failed to extract rootfs |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | Failed to setup UID/GID maps |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | Invalid memory limit: <string> (use e.g. 40G, 512M) |
Error in scorpiox-unshare.c | Free up system memory or reduce workload | scorpiox/scorpiox-unshare.c |
| 1 | Malformed layers |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | No digest in index.json |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | No layers in manifest |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | No sha256 digest |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | Too many volume mounts (max <number>) |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | WARNING: --privileged mode active -- user namespace isolation is DISABLED |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | bind mount rootfs failed: <string> |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | chdir / failed: <string> |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | clone() failed: <string> |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | exec slirp4netns failed: <string> |
Error in scorpiox-unshare.c | Verify the executable exists and is in PATH | scorpiox/scorpiox-unshare.c |
| 1 | mount MS_PRIVATE failed: <string> |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | pipe() failed: <string> |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | pivot_root failed: <string> |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | proc mount all attempts failed: <string> |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | slirp4netns failed after 3 attempts. Aborting. |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | slirp4netns not found. Install it: apt install slirp4netns (or equivalent) |
Error in scorpiox-unshare.c | Verify the resource exists and the path is correct | scorpiox/scorpiox-unshare.c |
| 1 | tar extraction failed (exit <number>) |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 1 | volume mount <string> -> <string> failed: <string> |
Error in scorpiox-unshare.c | See log output for details and retry | scorpiox/scorpiox-unshare.c |
| 127 | exec failed: <string> |
Operation failed | Verify the executable exists and is in PATH | scorpiox/scorpiox-unshare.c |
| 1 | Error: --session is required |
Error in scorpiox-usage.c | See log output for details and retry | scorpiox/scorpiox-usage.c |
| 1 | Unknown command: <string> |
Error in scorpiox-usage.c | See log output for details and retry | scorpiox/scorpiox-usage.c |
| -1 | Error: failed to install <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-vault-git.c |
| -1 | Error: git not found |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-vault-git.c |
| -1 | Error: gzip not found |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-vault-git.c |
| -1 | Error: tar not found |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-vault-git.c |
| -1 | Error: unknown distro '<string>', cannot install <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-vault-git.c |
| -1 | Error: zip not found |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-vault-git.c |
| 1 | Error: git clone failed (exit <number>) |
Operation failed | See log output for details and retry | scorpiox/scorpiox-vault-git.c |
| 1 | Error: mkdtemp failed |
Operation failed | See log output for details and retry | scorpiox/scorpiox-vault-git.c |
| 1 | Error: unknown format '<string>' |
Error in scorpiox-vault-git.c | See log output for details and retry | scorpiox/scorpiox-vault-git.c |
| 1 | Warning: could not detect distro, skipping auto-install |
Error in scorpiox-vault-git.c | See log output for details and retry | scorpiox/scorpiox-vault-git.c |
| 1 | error: <string> |
Error in scorpiox-vertex-models.c | See log output for details and retry | scorpiox/scorpiox-vertex-models.c |
| 1 | --bios requires --disk |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | CR0=0x%llx CR3=0x%llx CR4=0x%llx EFER=0x%llx |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | CS: sel=0x%x base=0x%llx limit=0x%x type=0x%x l=<number> db=<number> |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | Expected: <string> |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | Failed to download SeaBIOS from <string> |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | Initramfs too large |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | KVM API version mismatch: got <number>, expected <number> |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | KVM entry failure: hardware_entry_failure_reason=0x%llx |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | KVM internal error: suberror=<number> |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | KVM_CREATE_IRQCHIP failed: <string> |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | KVM_CREATE_PIT2 failed: <string> |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | KVM_CREATE_VCPU failed: <string> |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | KVM_CREATE_VM failed: <string> |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | KVM_GET_SREGS failed: <string> |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | KVM_GET_VCPU_MMAP_SIZE failed: <string> |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | KVM_RUN failed: <string> |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | KVM_SET_CPUID2 failed: <string> |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | KVM_SET_REGS (real mode) failed: <string> |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | KVM_SET_REGS failed: <string> |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | KVM_SET_SREGS (real mode) failed: <string> |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | KVM_SET_SREGS failed: <string> |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | KVM_SET_USER_MEMORY_REGION (BIOS) failed: <string> |
Error in scorpiox-vm.c | Free up system memory or reduce workload | scorpiox/scorpiox-vm.c |
| 1 | KVM_SET_USER_MEMORY_REGION (slot 0) failed: <string> |
Error in scorpiox-vm.c | Free up system memory or reduce workload | scorpiox/scorpiox-vm.c |
| 1 | KVM_SET_USER_MEMORY_REGION failed: <string> |
Error in scorpiox-vm.c | Free up system memory or reduce workload | scorpiox/scorpiox-vm.c |
| 1 | Kernel too large for guest memory |
Error in scorpiox-vm.c | Free up system memory or reduce workload | scorpiox/scorpiox-vm.c |
| 1 | Kernel too small (%zu bytes) |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | Max <number> disks |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | Minimum 64 MB |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | Not a Linux kernel (bad magic: 0x%08x) |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | Not found: <string> |
Error in scorpiox-vm.c | Verify the resource exists and the path is correct | scorpiox/scorpiox-vm.c |
| 1 | Out of memory |
Error in scorpiox-vm.c | Free up system memory or reduce workload | scorpiox/scorpiox-vm.c |
| 1 | RAX=0x%llx RBX=0x%llx RCX=0x%llx RDX=0x%llx |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | SHA256 verification failed for <string> |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | Setup size (<number>) >= kernel size (%zu) |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | TUNSETIFF failed: <string> |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | Too many disks |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | Unknown net mode: <string> (use 'tap') |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | cpio_add_entry failed for <string> |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | fork failed |
Error in scorpiox-vm.c | Check system resources (process limits) | scorpiox/scorpiox-vm.c |
| 1 | fork failed: <string> |
Error in scorpiox-vm.c | Check system resources (process limits) | scorpiox/scorpiox-vm.c |
| 1 | mmap BIOS ROM failed |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | mmap guest memory failed: <string> |
Error in scorpiox-vm.c | Free up system memory or reduce workload | scorpiox/scorpiox-vm.c |
| 1 | mmap vcpu run failed: <string> |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | pipe failed |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 1 | waitpid failed: <string> |
Error in scorpiox-vm.c | See log output for details and retry | scorpiox/scorpiox-vm.c |
| 127 | Failed to launch <string>: <string> |
Operation failed | See log output for details and retry | scorpiox/scorpiox-voice.c |
| 1 | Error: Invalid format '<string>'. Use: json, markdown, text |
Invalid input or configuration | See log output for details and retry | scorpiox/scorpiox-websearch.c |
| 1 | [websearch] Error: CreatePipe failed |
Operation failed | See log output for details and retry | scorpiox/scorpiox-websearch.c |
| 1 | [websearch] Error: CreateProcessA failed |
Operation failed | See log output for details and retry | scorpiox/scorpiox-websearch.c |
| 0 | Unknown command: <string> |
Error in scorpiox-whatsapp.c | See log output for details and retry | scorpiox/scorpiox-whatsapp.c |
| 0 | ✗ Bridge binary not found (will download on first use) |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/scorpiox-whatsapp.c |
| 1 | Bridge at <string>: --version failed (pre-1.1.0 binary?), treating as stale |
Warning in scorpiox-whatsapp.c | See log output for details and retry | scorpiox/scorpiox-whatsapp.c |
| 1 | Bridge at <string>: version <string> < minimum <string>, needs update |
Warning in scorpiox-whatsapp.c | See log output for details and retry | scorpiox/scorpiox-whatsapp.c |
| 1 | Deleting stale bridge binary: <string> |
Warning in scorpiox-whatsapp.c | See log output for details and retry | scorpiox/scorpiox-whatsapp.c |
| 1 | Error: --session required |
Error in scorpiox-whatsapp.c | See log output for details and retry | scorpiox/scorpiox-whatsapp.c |
| 1 | Error: ffmpeg conversion failed. Is ffmpeg installed? |
Operation failed | See log output for details and retry | scorpiox/scorpiox-whatsapp.c |
| 1 | \xe2\x9c\x97 Failed to create inbox dir: <string> (<string>) |
Operation failed | See log output for details and retry | scorpiox/scorpiox-whatsapp.c |
| 1 | \xe2\x9c\x97 Failed to create message folder: <string> (<string>) |
Operation failed | See log output for details and retry | scorpiox/scorpiox-whatsapp.c |
| 1 | ⚠ Bridge error: <string> |
Error in scorpiox-whatsapp.c | See log output for details and retry | scorpiox/scorpiox-whatsapp.c |
| 1 | ⚠ Failed to notify tmux session '<string>' (rc=<number>) |
Operation failed | See log output for details and retry | scorpiox/scorpiox-whatsapp.c |
| -1 | Error: Failed to download '<string>' |
Operation failed | See log output for details and retry | scorpiox/scorpiox-wsl.c |
| -1 | [update] SHA256 checksum not available — aborting update for security |
Error in scorpiox-wsl.c | See log output for details and retry | scorpiox/scorpiox-wsl.c |
| 1 | Error: --update requires image name |
Error in scorpiox-wsl.c | See log output for details and retry | scorpiox/scorpiox-wsl.c |
| 1 | Failed to download '<string>' |
Error in scorpiox-wsl.c | See log output for details and retry | scorpiox/scorpiox-wsl.c |
| 1 | Too many volume mounts (max <number>) |
Error in scorpiox-wsl.c | See log output for details and retry | scorpiox/scorpiox-wsl.c |
| 1 | [update] Aborting update: SHA256 verification failed |
Operation failed | See log output for details and retry | scorpiox/scorpiox-wsl.c |
| 1 | [update] Invalid SHA256 hash format |
Invalid input or configuration | See log output for details and retry | scorpiox/scorpiox-wsl.c |
| 1 | [update] No update available or download failed |
Operation failed | See log output for details and retry | scorpiox/scorpiox-wsl.c |
| 1 | [update] Update failed, rolling back |
Operation failed | See log output for details and retry | scorpiox/scorpiox-wsl.c |
| 1 | wsl.exe not found at <string> |
Error in scorpiox-wsl.c | Verify the resource exists and the path is correct | scorpiox/scorpiox-wsl.c |
| 1 | <string>: <string> -> <string> |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | <string>: failed to create new session |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | BG: sx_bgtask_start failed for cmd: <string> |
Error in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | BG: triggered! g_bash_active=<number>, g_agent_bash_running=<number> |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | Ctrl+B pressed: wants_background set to true |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | Failed to create session |
Operation failed | See log output for details and retry | scorpiox/sx.c |
| 1 | Failed to initialize agent |
Operation failed | See log output for details and retry | scorpiox/sx.c |
| 1 | Failed to initialize slash command system |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | Failed to initialize terminal |
Operation failed | See log output for details and retry | scorpiox/sx.c |
| 1 | HEAP_DIAG [<string>]: malloc(16) FAILED! sbrk(4096)=%p errno=<number> |
Warning in sx.c | Free up system memory or reduce workload | scorpiox/sx.c |
| 1 | HEAP_DIAG [<string>]: sbrk=%p heap=<number> (%.1fMB) |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | Unknown binding language: <string> |
Error in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | Warning: Could not resume session, starting new |
Error in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | agent: cancelled by ESC key |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | bash: PTY start failed for '<string>' |
Error in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | bash: cancelled by user |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | bash: executing '<string>' |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | bash: failed to reinit terminal |
Error in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | bash: suspending terminal for graphics command |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | clear: failed to create new session |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | clear: new session <string> |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | context_resize: <number> -> <number> |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | editor: failed to reinit terminal |
Error in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | editor: launching external editor (Ctrl+X) |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | editor: loaded <number> chars from editor |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | editor: mkstemp failed: <string> |
Error in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | emit-session: fork failed: <string> |
Warning in sx.c | Check system resources (process limits) | scorpiox/sx.c |
| 1 | interrupt: buffer full, dropping message (cur=<number> new=<number> max=<number>) |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: <string>=*** |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: <string>=<string> |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: -e ignored (no '='): <string> |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: -e override: <string>=<string> |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: Ctrl+C, shutting down |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: ENTER pressed, g_input.buf='%.80s' len=<number> cursor=<number> |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: MCP enabled with <number> tools |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: agentless hook returned rc=<number> |
Error in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: agentless mode complete, exiting with rc=<number> |
Error in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: auto-sending piped input: %.80s |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: callback fired (final) slot=<number> msg='%.80s' |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: callback fired slot=<number> repeats_left=<number> msg='%.80s' |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: cleanup, freeing agent |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: cwd=<string> |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: dry-run complete, exiting (headless) |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: emit_session=<number> headless=<number> |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: exe_dir=<string> |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: failed to initialize agent |
Error in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: failed to reinit terminal after interactive tool |
Error in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: handling compact request from agent |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: handling interactive request |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: interactive tool request, cmd='%.80s' |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: keepalive auto-sending message |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: resume picker selected '<string>' |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: session ended, id=<string> |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: startup version=<string> pid=<number> |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: user message submitted, len=<number> |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: user_message=%p '%.80s' |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | main: using paste buffer, len=<number> |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | mkstemp failed for script output: <string> |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | rewind: failed to reinit terminal |
Error in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | rewind: running '<string>' |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | script: PTY start failed for /<string> |
Error in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | script: started async PTY for /<string> |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | session: created <string> |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | session: loaded <number> messages from <string> |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | session: no conversation to resume in <string> |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | session: resuming <string> |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | slashcmd: loaded <number> commands |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | slashcmd: rejecting unsafe script args: %.100s |
Warning in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | transcript: failed to reinit terminal |
Error in sx.c | See log output for details and retry | scorpiox/sx.c |
| 1 | keepalive: ACTIVE (R=<number> W=<number>) |
Warning in sx_cache_keepalive.c | See log output for details and retry | scorpiox/sx_cache_keepalive.c |
| 1 | keepalive: disabled |
Warning in sx_cache_keepalive.c | See log output for details and retry | scorpiox/sx_cache_keepalive.c |
| 1 | keepalive: disabled at runtime |
Warning in sx_cache_keepalive.c | See log output for details and retry | scorpiox/sx_cache_keepalive.c |
| 1 | keepalive: enabled at runtime |
Warning in sx_cache_keepalive.c | See log output for details and retry | scorpiox/sx_cache_keepalive.c |
| 1 | keepalive: freed (pings=<number>, hits=<number>, misses=<number>) |
Warning in sx_cache_keepalive.c | See log output for details and retry | scorpiox/sx_cache_keepalive.c |
| 1 | keepalive: init (trigger=<number>s, max_tries=<number>, max_pings=<number>) |
Warning in sx_cache_keepalive.c | See log output for details and retry | scorpiox/sx_cache_keepalive.c |
| 1 | keepalive: ping #<number> cache HIT (R=<number>) — timer reset |
Warning in sx_cache_keepalive.c | See log output for details and retry | scorpiox/sx_cache_keepalive.c |
| 1 | keepalive: ping #<number> cache MISS (<number>/<number>) — paused |
Warning in sx_cache_keepalive.c | See log output for details and retry | scorpiox/sx_cache_keepalive.c |
| 1 | keepalive: ping #<number> cache MISS (<number>/<number>) — will retry |
Warning in sx_cache_keepalive.c | See log output for details and retry | scorpiox/sx_cache_keepalive.c |
| 1 | keepalive: ping dispatched via main loop |
Warning in sx_cache_keepalive.c | See log output for details and retry | scorpiox/sx_cache_keepalive.c |
| 1 | keepalive: requesting ping at <number>s (trigger=<number>s, ping <number>/<number>) |
Warning in sx_cache_keepalive.c | See log output for details and retry | scorpiox/sx_cache_keepalive.c |
| 1 | keepalive: started |
Warning in sx_cache_keepalive.c | See log output for details and retry | scorpiox/sx_cache_keepalive.c |
| 1 | keepalive: stopped |
Warning in sx_cache_keepalive.c | See log output for details and retry | scorpiox/sx_cache_keepalive.c |
| 1 | keepalive: stopping... |
Warning in sx_cache_keepalive.c | See log output for details and retry | scorpiox/sx_cache_keepalive.c |
| -1 | sx_dll: cannot chdir to '<string>': <string> |
Operation failed | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | slashcmd: rejecting unsafe script args: %.100s |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_chdir: <string>: <string> |
Error in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_chdir: changed to <string> |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: MCP enabled with <number> tools |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: base64 encoding failed for: <string> |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: callback[<number>] completed |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: callback[<number>] fired: %.60s |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: enqueue buffer full |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: enqueued message #<number> (<number> bytes total) |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: event callback cleared |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: event callback registered |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: exe_dir overridden to: <string> |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: exec command '<string>' args='<string>' type=<number> |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: failed to create session |
Error in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: failed to initialize agent |
Error in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: image encoded: <number> bytes, <string>, base64_len=<number> |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: image message rejected (agent busy or queue full) |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: initialization complete |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: initializing version=<string> |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: interrupt buffer full, dropping message |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: interrupt message set: %.80s |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: interrupt requested |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: loaded <number> slash commands |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: message has image (mime=<string>, data_len=<number>) |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: message rejected (agent busy or queue full) |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: processing <number> enqueued message(s) |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: processing message: %.80s |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: session created: <string> |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: shutdown complete |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: shutting down |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| 1 | sx_dll: sx_send called: %.80s |
Warning in sx_dll.c | See log output for details and retry | scorpiox/sx_dll.c |
| -1 | sx_wasm: cannot chdir to '<string>': <string> |
Operation failed | See log output for details and retry | scorpiox/sx_dll_wasm.c |
| 1 | sx_wasm: failed to create session |
Error in sx_dll_wasm.c | See log output for details and retry | scorpiox/sx_dll_wasm.c |
| 1 | sx_wasm: failed to initialize agent |
Error in sx_dll_wasm.c | See log output for details and retry | scorpiox/sx_dll_wasm.c |
| 1 | sx_wasm: initialized successfully |
Warning in sx_dll_wasm.c | See log output for details and retry | scorpiox/sx_dll_wasm.c |
| 1 | sx_wasm: initializing version=<string> |
Warning in sx_dll_wasm.c | See log output for details and retry | scorpiox/sx_dll_wasm.c |
| 1 | sx_wasm: session created: <string> |
Warning in sx_dll_wasm.c | See log output for details and retry | scorpiox/sx_dll_wasm.c |
| 1 | sx_wasm: shutdown complete |
Warning in sx_dll_wasm.c | See log output for details and retry | scorpiox/sx_dll_wasm.c |
| 1 | sx_wasm: shutting down |
Warning in sx_dll_wasm.c | See log output for details and retry | scorpiox/sx_dll_wasm.c |
| 1 | sx_wasm: sx_send: %.80s |
Warning in sx_dll_wasm.c | See log output for details and retry | scorpiox/sx_dll_wasm.c |
| 1 | term: SetConsoleMode failed for VT processing (err=<number>) |
Warning in sx_term.c | See log output for details and retry | scorpiox/sx_term.c |
| 1 | term: cell buf: <number> cells x <number> bytes = <number> bytes each |
Warning in sx_term.c | See log output for details and retry | scorpiox/sx_term.c |
| 1 | term: failed to allocate cell buffers (front=%p back=%p) |
Error in sx_term.c | Free up system memory or reduce workload | scorpiox/sx_term.c |
| 1 | term: malloc output buf (<number> bytes) failed |
Error in sx_term.c | Free up system memory or reduce workload | scorpiox/sx_term.c |
| 1 | term: output buf allocated (<number> bytes) |
Warning in sx_term.c | Free up system memory or reduce workload | scorpiox/sx_term.c |
| 1 | term: stdin is not a TTY (pipe input not drained?) |
Required condition not met | See log output for details and retry | scorpiox/sx_term.c |
| 1 | term: stdout is not a TTY |
Required condition not met | See log output for details and retry | scorpiox/sx_term.c |
| 1 | [alias] catch-all resolved: <string> → <string> |
Warning in sxmail_alias.c | See log output for details and retry | scorpiox/sxmail_alias.c |
| 1 | [alias] empty source or dest in aliases |
Warning in sxmail_alias.c | See log output for details and retry | scorpiox/sxmail_alias.c |
| 1 | [alias] invalid line (no ':'): <string> |
Warning in sxmail_alias.c | See log output for details and retry | scorpiox/sxmail_alias.c |
| 1 | [alias] loaded <number> entries from <string> |
Warning in sxmail_alias.c | See log output for details and retry | scorpiox/sxmail_alias.c |
| 1 | [alias] max entries (<number>) reached, ignoring rest |
Warning in sxmail_alias.c | See log output for details and retry | scorpiox/sxmail_alias.c |
| 1 | [alias] out of memory |
Error in sxmail_alias.c | Free up system memory or reduce workload | scorpiox/sxmail_alias.c |
| 1 | [alias] resolved: <string> → <string> |
Warning in sxmail_alias.c | See log output for details and retry | scorpiox/sxmail_alias.c |
| 1 | [dkim] <string>: <string> (-0x%04X) |
Error in sxmail_dkim.c | See log output for details and retry | scorpiox/sxmail_dkim.c |
| 1 | [dkim] failed to load key: <string> |
Error in sxmail_dkim.c | See log output for details and retry | scorpiox/sxmail_dkim.c |
| 1 | [dkim] initialized: selector=<string> domain=<string> key=<string> |
Warning in sxmail_dkim.c | See log output for details and retry | scorpiox/sxmail_dkim.c |
| 1 | [dkim] key is not RSA: <string> |
Required condition not met | See log output for details and retry | scorpiox/sxmail_dkim.c |
| 1 | [dkim] out of memory |
Error in sxmail_dkim.c | Free up system memory or reduce workload | scorpiox/sxmail_dkim.c |
| 1 | [dkim] output buffer too small (<number> need, <number> have) |
Error in sxmail_dkim.c | See log output for details and retry | scorpiox/sxmail_dkim.c |
| 1 | [dkim] signed message (<number> bytes, sig=<number> bytes) |
Warning in sxmail_dkim.c | See log output for details and retry | scorpiox/sxmail_dkim.c |
| 1 | [filter] <string>: discarding (header:<string> contains \ |
Warning in sxmail_filter.c | See log output for details and retry | scorpiox/sxmail_filter.c |
| 1 | [filter] <string>: → folder:<string> (header:<string> contains \ |
Warning in sxmail_filter.c | See log output for details and retry | scorpiox/sxmail_filter.c |
| 1 | [filter] invalid rule for <string>: <string> |
Warning in sxmail_filter.c | See log output for details and retry | scorpiox/sxmail_filter.c |
| 1 | [imap] <string> logged in as <string> |
Warning in sxmail_imap.c | See log output for details and retry | scorpiox/sxmail_imap.c |
| 1 | [imap] bind(<number>) failed: <string> |
Error in sxmail_imap.c | See log output for details and retry | scorpiox/sxmail_imap.c |
| 1 | [imap] listen(<number>) failed: <string> |
Error in sxmail_imap.c | See log output for details and retry | scorpiox/sxmail_imap.c |
| 1 | [imap] max clients reached |
Warning in sxmail_imap.c | See log output for details and retry | scorpiox/sxmail_imap.c |
| 1 | [imap] rejected unsafe username from <string>: <string> |
Warning in sxmail_imap.c | See log output for details and retry | scorpiox/sxmail_imap.c |
| 1 | [imap] shutdown complete |
Warning in sxmail_imap.c | See log output for details and retry | scorpiox/sxmail_imap.c |
| 1 | [maildir] created folder <string> for <string> |
Warning in sxmail_maildir.c | See log output for details and retry | scorpiox/sxmail_maildir.c |
| 1 | [maildir] deleted folder <string> for <string> |
Warning in sxmail_maildir.c | See log output for details and retry | scorpiox/sxmail_maildir.c |
| 1 | [maildir] delivered <number> bytes to <string>/<string> |
Warning in sxmail_maildir.c | See log output for details and retry | scorpiox/sxmail_maildir.c |
| 1 | [maildir] expunged: <string>/<string> |
Warning in sxmail_maildir.c | See log output for details and retry | scorpiox/sxmail_maildir.c |
| 1 | [maildir] failed to create dir: <string> (<string>) |
Error in sxmail_maildir.c | See log output for details and retry | scorpiox/sxmail_maildir.c |
| 1 | [maildir] failed to delete folder: <string> |
Error in sxmail_maildir.c | See log output for details and retry | scorpiox/sxmail_maildir.c |
| 1 | [maildir] failed to remove <string>: <string> |
Error in sxmail_maildir.c | See log output for details and retry | scorpiox/sxmail_maildir.c |
| 1 | [maildir] message discarded by filter for <string> |
Warning in sxmail_maildir.c | See log output for details and retry | scorpiox/sxmail_maildir.c |
| 1 | [maildir] message not found: <string>/<string> |
Required condition not met | Verify the resource exists and the path is correct | scorpiox/sxmail_maildir.c |
| 1 | [maildir] move tmp→new failed: <string> |
Error in sxmail_maildir.c | See log output for details and retry | scorpiox/sxmail_maildir.c |
| 1 | [maildir] recursive delete failed: <string> (<string>) |
Error in sxmail_maildir.c | See log output for details and retry | scorpiox/sxmail_maildir.c |
| 1 | [maildir] rejected empty username |
Error in sxmail_maildir.c | See log output for details and retry | scorpiox/sxmail_maildir.c |
| 1 | [maildir] rejected unsafe folder name: <string> |
Error in sxmail_maildir.c | See log output for details and retry | scorpiox/sxmail_maildir.c |
| 1 | [maildir] rejected username with unsafe char: <string> |
Error in sxmail_maildir.c | See log output for details and retry | scorpiox/sxmail_maildir.c |
| 1 | [queue] DATA not accepted by <string>: <number> <string> |
Required condition not met | See log output for details and retry | scorpiox/sxmail_queue.c |
| 1 | [queue] MAIL FROM rejected by <string>: <number> <string> |
Warning in sxmail_queue.c | See log output for details and retry | scorpiox/sxmail_queue.c |
| 1 | [queue] MX for <string>: <string> (pref <number>) |
Warning in sxmail_queue.c | See log output for details and retry | scorpiox/sxmail_queue.c |
| 1 | [queue] RCPT TO rejected by <string>: <number> <string> |
Warning in sxmail_queue.c | See log output for details and retry | scorpiox/sxmail_queue.c |
| 1 | [queue] bad greeting from <string>: <number> |
Warning in sxmail_queue.c | See log output for details and retry | scorpiox/sxmail_queue.c |
| 1 | [queue] bounce delivered to <string> |
Warning in sxmail_queue.c | See log output for details and retry | scorpiox/sxmail_queue.c |
| 1 | [queue] bounced <string> → <string> after <number> retries |
Warning in sxmail_queue.c | See log output for details and retry | scorpiox/sxmail_queue.c |
| 1 | [queue] could not deliver bounce to <string> |
Required condition not met | See log output for details and retry | scorpiox/sxmail_queue.c |
| 1 | [queue] delivered <string> → <string> |
Warning in sxmail_queue.c | See log output for details and retry | scorpiox/sxmail_queue.c |
| 1 | [queue] delivered to <string> via MX <string><string> |
Warning in sxmail_queue.c | See log output for details and retry | scorpiox/sxmail_queue.c |
| 1 | [queue] enqueued message for <string> (<number> bytes) |
Warning in sxmail_queue.c | See log output for details and retry | scorpiox/sxmail_queue.c |
| 1 | [queue] initialized: dir=<string> domain=<string> |
Warning in sxmail_queue.c | See log output for details and retry | scorpiox/sxmail_queue.c |
| 1 | [queue] invalid recipient (no @): <string> |
Warning in sxmail_queue.c | See log output for details and retry | scorpiox/sxmail_queue.c |
| 1 | [queue] out of memory |
Error in sxmail_queue.c | Free up system memory or reduce workload | scorpiox/sxmail_queue.c |
| 1 | [queue] retry <number>/<number> for <string> → <string> (next in <number>s) |
Warning in sxmail_queue.c | See log output for details and retry | scorpiox/sxmail_queue.c |
| 1 | [smtp] <string> << <string> |
Warning in sxmail_smtp.c | See log output for details and retry | scorpiox/sxmail_smtp.c |
| 1 | [smtp] <string> DATA start from=<string> rcpt_count=<number> |
Warning in sxmail_smtp.c | See log output for details and retry | scorpiox/sxmail_smtp.c |
| 1 | [smtp] <string> EHLO <string> |
Warning in sxmail_smtp.c | See log output for details and retry | scorpiox/sxmail_smtp.c |
| 1 | [smtp] <string> MAIL FROM: <string> |
Warning in sxmail_smtp.c | See log output for details and retry | scorpiox/sxmail_smtp.c |
| 1 | [smtp] <string> RCPT TO: <string> |
Warning in sxmail_smtp.c | See log output for details and retry | scorpiox/sxmail_smtp.c |
| 1 | [smtp] DATA complete from <string> (<number> bytes) |
Warning in sxmail_smtp.c | See log output for details and retry | scorpiox/sxmail_smtp.c |
| 1 | [smtp] DKIM signing failed, delivering unsigned |
Warning in sxmail_smtp.c | See log output for details and retry | scorpiox/sxmail_smtp.c |
| 1 | [smtp] DKIM-signed message (<number> → <number> bytes) |
Warning in sxmail_smtp.c | See log output for details and retry | scorpiox/sxmail_smtp.c |
| 1 | [smtp] bind(<number>) failed: <string> |
Error in sxmail_smtp.c | See log output for details and retry | scorpiox/sxmail_smtp.c |
| 1 | [smtp] listen(<number>) failed: <string> |
Error in sxmail_smtp.c | See log output for details and retry | scorpiox/sxmail_smtp.c |
| 1 | [smtp] no listeners active |
Error in sxmail_smtp.c | See log output for details and retry | scorpiox/sxmail_smtp.c |
| 1 | [smtp] rejected unsafe username from <string>: <string> |
Warning in sxmail_smtp.c | See log output for details and retry | scorpiox/sxmail_smtp.c |
| 1 | [smtp] rejecting: unsafe local part <string> |
Warning in sxmail_smtp.c | See log output for details and retry | scorpiox/sxmail_smtp.c |
| 1 | [smtp] rejecting: user <string> not found |
Required condition not met | Verify the resource exists and the path is correct | scorpiox/sxmail_smtp.c |
| 1 | [smtp] shutdown complete |
Warning in sxmail_smtp.c | See log output for details and retry | scorpiox/sxmail_smtp.c |
| 1 | [tui] failed to initialize terminal |
Error in sxmail_tui.c | See log output for details and retry | scorpiox/sxmail_tui.c |
| -1 | CreateNamedPipe failed: <number> |
Operation failed | See log output for details and retry | scorpiox/sxmux_session.c |
| -1 | CreateProcess failed: <number> |
Operation failed | See log output for details and retry | scorpiox/sxmux_session.c |
| -1 | Session not found: <string> |
Required resource not found | Verify the resource exists and the path is correct | scorpiox/sxmux_session.c |