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 சரிபார்க்கவும்
Daemon start failedService manager daemon start செய்ய முடியவில்லைtriggerfish logs அல்லது system journal சரிபார்க்கவும்
Daemon stop failedService manager daemon stop செய்ய முடியவில்லைProcess manually kill செய்யவும்
Failed to load configurationConfig file unreadable அல்லது malformedtriggerfish config validate இயக்கவும்
No LLM provider configured. Check triggerfish.yaml.models section missing அல்லது provider defined இல்லைகுறைந்தது ஒரு provider configure செய்யவும்
Configuration file not foundExpected path இல் triggerfish.yaml இல்லைtriggerfish dive இயக்கவும் அல்லது manually create செய்யவும்
Configuration parse failedYAML syntax errorYAML syntax fix செய்யவும் (indentation, colons, quotes சரிபார்க்கவும்)
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 சரிபார்க்கவும்
Triggerfish is already runningமற்றொரு instance log file lock செய்துள்ளதுமுதலில் running instance stop செய்யவும்
Linger enable failedloginctl enable-linger succeed ஆகவில்லைsudo loginctl enable-linger $USER இயக்கவும்

Secret Management

ErrorCauseFix
Secret store failedSecret backend initialize செய்ய முடியவில்லைKeychain/libsecret availability சரிபார்க்கவும்
Secret not foundReferenced secret key exist இல்லைStore செய்யவும்: triggerfish config set-secret <key> <value>
Machine key file permissions too openKey file permissions 0600 விட widechmod 600 ~/.triggerfish/secrets.key
Machine key file corruptKey file unreadable அல்லது truncatedDelete செய்து அனைத்து secrets உம் மீண்டும் store செய்யவும்
Machine key chmod failedKey file இல் permissions set செய்ய முடியவில்லைFilesystem chmod support செய்கிறதா என்று சரிபார்க்கவும்
Secret file permissions too openSecrets file overly permissive permissionschmod 600 ~/.triggerfish/secrets.json
Secret file chmod failedSecrets file இல் permissions set செய்ய முடியவில்லைFilesystem type சரிபார்க்கவும்
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 செய்கிறதுmodels.providers க்கு provider சேர்க்கவும்
All providers exhaustedFailover chain இல் ஒவ்வொரு provider உம் fail ஆனதுஅனைத்து API keys உம் provider status உம் சரிபார்க்கவும்
Provider request failed with retryable error, retryingTransient error, retry in progressகாத்திருங்கள்; இது automatic recovery
Provider stream connection failed, retryingStreaming connection droppedகாத்திருங்கள்; இது automatic recovery
Local LLM request failed (status): textOllama/LM Studio error return செய்ததுLocal server இயங்குகிறதா மற்றும் model load ஆகிறதா என்று சரிபார்க்கவும்
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 சரிபார்க்கவும்

Channels

ErrorCauseFix
Channel send failedRouter message deliver செய்ய முடியவில்லைLogs இல் channel-specific errors சரிபார்க்கவும்
WebSocket connection failedCLI chat gateway reach செய்ய முடியவில்லைDaemon இயங்குகிறதா என்று சரிபார்க்கவும்
Message parse failedChannel இலிருந்து malformed JSON receive ஆனதுClient valid JSON அனுப்புகிறதா என்று சரிபார்க்கவும்
WebSocket upgrade rejectedGateway connection reject செய்ததுAuth token மற்றும் origin headers சரிபார்க்கவும்
Chat WebSocket message rejected: exceeds size limitMessage body 1 MB exceed செய்கிறதுSmaller messages அனுப்பவும்
Discord channel configured but botToken is missingDiscord config exist ஆகிறது, ஆனால் token emptyBot token set செய்யவும்
WhatsApp send failed (status): errorMeta API send request reject செய்ததுAccess token validity சரிபார்க்கவும்
Signal connect failedsignal-cli daemon reach செய்ய முடியவில்லைsignal-cli இயங்குகிறதா என்று சரிபார்க்கவும்
Signal ping failed after retriessignal-cli இயங்குகிறது, ஆனால் respond செய்வதில்லைsignal-cli restart செய்யவும்
signal-cli daemon not reachable within 60ssignal-cli time இல் start ஆகவில்லைJava installation மற்றும் signal-cli setup சரிபார்க்கவும்
IMAP LOGIN failedWrong IMAP credentialsUsername மற்றும் password சரிபார்க்கவும்
IMAP connection not establishedIMAP server reach செய்ய முடியவில்லைServer hostname மற்றும் port 993 சரிபார்க்கவும்
Google Chat PubSub poll failedPub/Sub subscription இலிருந்து pull செய்ய முடியவில்லைGoogle Cloud credentials சரிபார்க்கவும்
Clipboard image rejected: exceeds size limitPasted image input buffer க்கு too largeSmaller image பயன்படுத்தவும்

Integrations

ErrorCauseFix
Google OAuth token exchange failedOAuth code exchange error return செய்ததுமீண்டும் authenticate: triggerfish connect google
GitHub token verification failedPAT invalid அல்லது expiredமீண்டும் store: triggerfish connect github
GitHub API request failedGitHub API error return செய்ததுToken scopes மற்றும் rate limits சரிபார்க்கவும்
Clone failedgit clone fail ஆனதுToken, repo access, மற்றும் network சரிபார்க்கவும்
Notion enabled but token not found in keychainNotion integration token stored இல்லைtriggerfish connect notion இயக்கவும்
Notion API rate limited3 req/sec exceedAutomatic retry க்காக காத்திருங்கள் (up to 3 attempts)
Notion API network request failedapi.notion.com reach செய்ய முடியவில்லைNetwork connectivity சரிபார்க்கவும்
CalDAV credential resolution failedMissing CalDAV username அல்லது passwordConfig மற்றும் keychain இல் credentials set செய்யவும்
CalDAV principal discovery failedCalDAV principal URL கண்டுபிடிக்க முடியவில்லைServer URL format சரிபார்க்கவும்
MCP server 'name' not foundReferenced MCP server config இல் இல்லைmcp_servers இல் config க்கு சேர்க்கவும்
MCP SSE connection blocked by SSRF policyMCP SSE URL private IP point செய்கிறதுstdio transport பயன்படுத்தவும்
Vault path does not existObsidian vault path wrongplugins.obsidian.vault_path fix செய்யவும்
Path traversal rejectedNote path vault directory escape செய்ய try செய்ததுVault க்குள் paths பயன்படுத்தவும்

Security & Policy

ErrorCauseFix
Write-down blockedHigh இலிருந்து low classification க்கு data flowRight 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 சரிபார்க்கவும்
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 செய்ய try செய்ததுPlugin manifest இல் endpoints declare செய்ய வேண்டும்
Plugin SSRF blockedPlugin URL private IP க்கு resolve ஆகிறதுPlugin private networks access செய்ய முடியாது
Skill activation blocked by classification ceilingSession taint skill இன் ceiling exceed செய்கிறது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 மீண்டும் issue செய்யவும்
Delegation certificate expiredDelegation expiredLonger TTL உடன் மீண்டும் issue செய்யவும்
Webhook HMAC verification failedWebhook signature match ஆகவில்லைShared secret configuration சரிபார்க்கவும்
Webhook replay detectedDuplicate webhook payload receive ஆனதுExpected ஆனால் error இல்லை; இல்லையென்றால் investigate செய்யவும்
Webhook rate limit exceededஒரு source இலிருந்து too many 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 சரிபார்க்கவும்
Flatpak Chrome launch failedFlatpak Chrome wrapper fail ஆனதுFlatpak installation சரிபார்க்கவும்
CDP endpoint not ready after XmsChrome debug port time இல் open ஆகவில்லைSystem resource-constrained ஆகலாம்
Navigation blocked by domain policyURL blocked domain அல்லது private IP target செய்கிறதுPublic URL பயன்படுத்தவும்
Navigation failedPage load error அல்லது timeoutURL மற்றும் network சரிபார்க்கவும்
Click/Type/Select failed on "selector"CSS selector எந்த element உம் match செய்யவில்லைPage DOM உடன் selector சரிபார்க்கவும்
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 escape செய்ய try செய்ததுWorkspace க்குள் relative paths பயன்படுத்தவும்
Workspace agentId rejected: empty after sanitizationAgent ID invalid characters மட்டும் contain செய்கிறதுAgent configuration சரிபார்க்கவும்
Sandbox worker unhandled errorPlugin sandbox worker crash ஆனதுPlugin code errors சரிபார்க்கவும்
Sandbox has been shut downDestroyed sandbox இல் operation attemptDaemon restart செய்யவும்

Scheduler

ErrorCauseFix
Trigger callback failedTrigger handler exception throw செய்ததுTRIGGER.md issues சரிபார்க்கவும்
Trigger store persist failedTrigger results save செய்ய முடியவில்லைStorage connectivity சரிபார்க்கவும்
Notification delivery failedTrigger notification send செய்ய முடியவில்லைChannel connectivity சரிபார்க்கவும்
Cron expression parse errorInvalid cron expressionscheduler.cron.jobs இல் expression fix செய்யவும்

Self-Update

ErrorCauseFix
Triggerfish self-update failedUpdate process error encounter ஆனதுLogs இல் specific error சரிபார்க்கவும்
Binary replacement failedபழைய binary க்கு பதிலாக புதியதை swap செய்ய முடியவில்லைFile permissions சரிபார்க்கவும்; முதலில் daemon stop செய்யவும்
Checksum file download failedSHA256SUMS.txt download செய்ய முடியவில்லைNetwork connectivity சரிபார்க்கவும்
Asset not found in SHA256SUMS.txtRelease உங்கள் platform க்கான checksum இல்லாமல்GitHub issue file செய்யவும்
Checksum verification exceptionDownloaded binary hash match ஆகவில்லைRetry; download corrupted ஆகியிருக்கலாம்