Skip to content

Error Reference

Error messages चा searchable index. तुमच्या logs मध्ये दिसणारा exact error text शोधण्यासाठी browser चा find (Ctrl+F / Cmd+F) वापरा.

Startup & Daemon

ErrorCauseFix
Fatal startup errorGateway boot दरम्यान unhandled exceptionLogs मध्ये full stack trace check करा
Daemon start failedService manager daemon start करू शकला नाहीtriggerfish logs किंवा system journal check करा
Daemon stop failedService manager daemon stop करू शकला नाहीProcess manually kill करा
Failed to load configurationConfig file unreadable किंवा malformedtriggerfish config validate run करा
No LLM provider configured. Check triggerfish.yaml.models section missing किंवा provider defined नाहीकमीत कमी एक provider configure करा
Configuration file not foundtriggerfish.yaml expected path वर exist नाहीtriggerfish dive run करा किंवा manually create करा
Configuration parse failedYAML syntax errorYAML syntax fix करा (indentation, colons, quotes check करा)
Configuration file did not parse to an objectYAML parsed पण result mapping नाहीTop-level YAML mapping आहे याची खात्री करा, list किंवा scalar नाही
Configuration validation failedRequired fields missing किंवा invalid valuesSpecific validation message check करा
Triggerfish is already runningLog file दुसऱ्या instance ने locked आहेआधी running instance stop करा
Linger enable failedloginctl enable-linger यशस्वी नाही झालेsudo loginctl enable-linger $USER run करा

Secret Management

ErrorCauseFix
Secret store failedSecret backend initialize करता आला नाहीKeychain/libsecret availability check करा
Secret not foundReferenced secret key exist नाहीStore करा: triggerfish config set-secret <key> <value>
Machine key file permissions too openKey file ला 0600 पेक्षा wider permissions आहेतchmod 600 ~/.triggerfish/secrets.key
Machine key file corruptKey file unreadable किंवा truncated आहेDelete करा आणि सर्व secrets re-store करा
Machine key chmod failedKey file वर permissions set करता येत नाहीतFilesystem chmod support करतो का check करा
Secret file permissions too openSecrets file ला overly permissive permissions आहेतchmod 600 ~/.triggerfish/secrets.json
Secret file chmod failedSecrets file वर permissions set करता येत नाहीतFilesystem type check करा
Secret backend selection failedUnsupported OS किंवा keychain available नाहीDocker वापरा किंवा memory fallback enable करा
Migrating legacy plaintext secrets to encrypted formatOld-format secrets file detected (INFO, error नाही)Action आवश्यक नाही; migration automatic आहे

LLM Providers

ErrorCauseFix
Primary provider not found in registrymodels.primary.provider मधील provider name models.providers मध्ये नाहीProvider name fix करा
Classification model provider not configuredclassification_models unknown provider reference करतेProvider models.providers ला add करा
All providers exhaustedFailover chain मधील प्रत्येक provider fail झालासर्व API keys आणि provider status check करा
Provider request failed with retryable error, retryingTransient error, retry in progressWait करा; हे automatic recovery आहे
Provider stream connection failed, retryingStreaming connection droppedWait करा; हे automatic recovery आहे
Local LLM request failed (status): textOllama/LM Studio ने error return केलाLocal server running आणि model loaded आहे का check करा
No response body for streamingProvider ने empty streaming response return केलाRetry करा; transient provider issue असू शकतो
Unknown provider name in createProviderByNameCode exist नसलेल्या provider type ला reference करतोProvider name spelling check करा

Channels

ErrorCauseFix
Channel send failedRouter message deliver करू शकला नाहीLogs मध्ये channel-specific errors check करा
WebSocket connection failedCLI chat gateway ला reach करू शकत नाहीDaemon running आहे का check करा
Message parse failedChannel मधून malformed JSON receivedClient valid JSON पाठवत आहे का check करा
WebSocket upgrade rejectedConnection gateway ने rejectedAuth token आणि origin headers check करा
Chat WebSocket message rejected: exceeds size limitMessage body 1 MB पेक्षा जास्तSmaller messages पाठवा
Discord channel configured but botToken is missingDiscord config exist पण token empty आहेBot token set करा
WhatsApp send failed (status): errorMeta API ने send request reject केलाAccess token validity check करा
Signal connect failedsignal-cli daemon ला reach करता येत नाहीsignal-cli running आहे का check करा
Signal ping failed after retriessignal-cli running आहे पण respond करत नाहीsignal-cli restart करा
signal-cli daemon not reachable within 60ssignal-cli वेळेत start नाही झालाJava installation आणि signal-cli setup check करा
IMAP LOGIN failedचुकीचे IMAP credentialsUsername आणि password check करा
IMAP connection not establishedIMAP server ला reach करता येत नाहीServer hostname आणि port 993 check करा
Google Chat PubSub poll failedPub/Sub subscription मधून pull करता येत नाहीGoogle Cloud credentials check करा
Clipboard image rejected: exceeds size limitPasted image input buffer साठी खूप मोठी आहेSmaller image वापरा

Integrations

ErrorCauseFix
Google OAuth token exchange failedOAuth code exchange ने error return केलाRe-authenticate करा: triggerfish connect google
GitHub token verification failedPAT invalid किंवा expired आहेRe-store करा: triggerfish connect github
GitHub API request failedGitHub API ने error return केलाToken scopes आणि rate limits check करा
Clone failedgit clone fail झालाToken, repo access, आणि network check करा
Notion enabled but token not found in keychainNotion integration token stored नाहीtriggerfish connect notion run करा
Notion API rate limited3 req/sec exceed झालेAutomatic retry साठी wait करा (3 attempts पर्यंत)
Notion API network request failedapi.notion.com ला reach करता येत नाहीNetwork connectivity check करा
CalDAV credential resolution failedCalDAV username किंवा password missingConfig आणि keychain मध्ये credentials set करा
CalDAV principal discovery failedCalDAV principal URL सापडत नाहीServer URL format check करा
MCP server 'name' not foundReferenced MCP server config मध्ये नाहीConfig मध्ये mcp_servers ला add करा
MCP SSE connection blocked by SSRF policyMCP SSE URL private IP कडे pointingत्याऐवजी stdio transport वापरा
Vault path does not existObsidian vault path चुकीचा आहेplugins.obsidian.vault_path fix करा
Path traversal rejectedNote path vault directory बाहेर जाण्याचा प्रयत्न केलाVault च्या आत paths वापरा

Security & Policy

ErrorCauseFix
Write-down blockedData high वरून low classification ला flow होत आहेRight classification level च्या channel/tool वापरा
SSRF blocked: hostname resolves to private IPOutbound request internal network target करतोDisable करता येत नाही; public URL वापरा
Hook evaluation failed, defaulting to BLOCKPolicy hook ने exception throw केलाCustom policy rules check करा
Policy rule blocked actionPolicy rule ने action deny केलाConfig मधील policy.rules review करा
Tool floor violationTool ला session कडे असलेल्यापेक्षा higher classification आवश्यक आहेSession escalate करा किंवा different tool वापरा
Plugin network access blockedPlugin ने unauthorized URL access करण्याचा प्रयत्न केलाPlugin ला manifest मध्ये endpoints declare करणे आवश्यक आहे
Plugin SSRF blockedPlugin URL private IP resolve करतोPlugin private networks access करू शकत नाही
Skill activation blocked by classification ceilingSession taint skill च्या ceiling पेक्षा जास्त आहेCurrent taint level वर हे skill वापरता येत नाही
Skill content integrity check failedInstallation नंतर Skill files modified झाल्याSkill re-install करा
Skill install rejected by scannerSecurity scanner ला suspicious content सापडलाScan warnings review करा
Delegation certificate signature invalidDelegation chain ला invalid signature आहेDelegation re-issue करा
Delegation certificate expiredDelegation expired झालाLonger TTL सह re-issue करा
Webhook HMAC verification failedWebhook signature match नाही होतShared secret configuration check करा
Webhook replay detectedDuplicate webhook payload receivedExpected असल्यास error नाही; otherwise investigate
Webhook rate limit exceededएका source कडून खूप जास्त webhook callsWebhook frequency कमी करा

Browser

ErrorCauseFix
Browser launch failedChrome/Chromium start करता आला नाहीChromium-based browser install करा
Direct Chrome process launch failedChrome binary execute होण्यात fail झालीBinary permissions आणि dependencies check करा
Flatpak Chrome launch failedFlatpak Chrome wrapper fail झालाFlatpak installation check करा
CDP endpoint not ready after XmsChrome ने वेळेत debug port open नाही केलाSystem resource-constrained असू शकतो
Navigation blocked by domain policyURL blocked domain किंवा private IP target करतोPublic URL वापरा
Navigation failedPage load error किंवा timeoutURL आणि network check करा
Click/Type/Select failed on "selector"CSS selector कोणत्याही element शी match नाही झालाPage DOM विरुद्ध selector check करा
Snapshot failedPage state capture करता आला नाहीPage blank असू शकतो किंवा JavaScript errored

Execution & Sandbox

ErrorCauseFix
Working directory path escapes workspace jailExec environment मध्ये path traversal attemptWorkspace च्या आत paths वापरा
Working directory does not existSpecified working directory सापडली नाहीआधी directory create करा
Workspace access denied for PUBLIC sessionPUBLIC sessions workspaces वापरू शकत नाहीतWorkspace ला INTERNAL+ classification आवश्यक आहे
Workspace path traversal attempt blockedPath workspace boundary बाहेर जाण्याचा प्रयत्नWorkspace च्या आत relative paths वापरा
Workspace agentId rejected: empty after sanitizationAgent ID ला फक्त invalid characters आहेतAgent configuration check करा
Sandbox worker unhandled errorPlugin sandbox worker crashedPlugin code errors साठी check करा
Sandbox has been shut downDestroyed sandbox वर operation attemptDaemon restart करा

Scheduler

ErrorCauseFix
Trigger callback failedTrigger handler ने exception throw केलाTRIGGER.md issues साठी check करा
Trigger store persist failedTrigger results save करता येत नाहीतStorage connectivity check करा
Notification delivery failedTrigger notification पाठवता आला नाहीChannel connectivity check करा
Cron expression parse errorInvalid cron expressionscheduler.cron.jobs मधील expression fix करा

Self-Update

ErrorCauseFix
Triggerfish self-update failedUpdate process ला error आलाLogs मधील specific error check करा
Binary replacement failedजुनी binary नवीन सह swap करता आली नाहीFile permissions check करा; daemon आधी stop करा
Checksum file download failedSHA256SUMS.txt download करता आला नाहीNetwork connectivity check करा
Asset not found in SHA256SUMS.txtतुमच्या platform साठी checksum missing आहेGitHub issue file करा
Checksum verification exceptionDownloaded binary hash match नाही होतRetry करा; download corrupted असू शकतो