Skip to content

Error Reference

Error messages کا searchable index۔ آپ کے logs میں دکھنے والا exact error text تلاش کرنے کے لیے browser کا find (Ctrl+F / Cmd+F) استعمال کریں۔

Startup & Daemon

ErrorوجہFix
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 چلائیں
No LLM provider configured. Check triggerfish.yaml.models section missing یا کوئی provider defined نہیںکم از کم ایک provider configure کریں
Configuration file not foundtriggerfish.yaml expected path پر موجود نہیںtriggerfish dive چلائیں یا manually بنائیں
Configuration parse failedYAML syntax errorYAML syntax fix کریں (indentation، colons، quotes check کریں)
Configuration file did not parse to an objectYAML parse ہوئی لیکن result mapping نہیںTop-level YAML mapping ہو، list یا scalar نہیں
Configuration validation failedRequired fields missing یا invalid valuesSpecific validation message check کریں
Triggerfish is already runningLog file کسی دوسری instance نے lock کیپہلے running instance بند کریں
Linger enable failedloginctl enable-linger succeed نہیں ہواsudo loginctl enable-linger $USER چلائیں

Secret Management

ErrorوجہFix
Secret store failedSecret backend initialize نہیں ہو سکاKeychain/libsecret availability check کریں
Secret not foundReferenced secret key موجود نہیںStore کریں: triggerfish config set-secret <key> <value>
Machine key file permissions too openKey file کی permissions 0600 سے زیادہ ہیںchmod 600 ~/.triggerfish/secrets.key
Machine key file corruptKey file unreadable یا truncatedDelete کریں اور تمام secrets دوبارہ store کریں
Machine key chmod failedKey file پر permissions set نہیں کر سکاFilesystem chmod support کرتا ہے check کریں
Secret file permissions too openSecrets file کی بہت زیادہ permissive permissions ہیںchmod 600 ~/.triggerfish/secrets.json
Secret file chmod failedSecrets file پر permissions set نہیں کر سکاFilesystem type check کریں
Secret backend selection failedUnsupported OS یا کوئی keychain نہیںDocker استعمال کریں یا memory fallback enable کریں
Migrating legacy plaintext secrets to encrypted formatپرانے format کی secrets file detect ہوئی (INFO، error نہیں)کوئی action نہیں؛ migration automatic ہے

LLM Providers

ErrorوجہFix
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 جاری ہےانتظار کریں؛ یہ automatic recovery ہے
Provider stream connection failed, retryingStreaming connection drop ہوئیانتظار کریں؛ یہ automatic recovery ہے
Local LLM request failed (status): textOllama/LM Studio نے error return کیCheck کریں local server چل رہا ہے اور model load ہے
No response body for streamingProvider نے empty streaming response return کیRetry کریں؛ transient provider issue ہو سکتا ہے
Unknown provider name in createProviderByNameCode ایک provider type reference کر رہا ہے جو موجود نہیںProvider name spelling check کریں

Channels

ErrorوجہFix
Channel send failedRouter message deliver نہیں کر سکاLogs میں channel-specific errors check کریں
WebSocket connection failedCLI chat gateway تک نہیں پہنچ سکاCheck کریں daemon چل رہا ہے
Message parse failedChannel سے malformed JSON receive ہوئیCheck کریں client valid JSON بھیج رہا ہے
WebSocket upgrade rejectedConnection gateway نے reject کیAuth token اور origin headers check کریں
Chat WebSocket message rejected: exceeds size limitMessage body 1 MB سے زیادہ ہےچھوٹے messages بھیجیں
Discord channel configured but botToken is missingDiscord config موجود ہے لیکن token empty ہےBot token set کریں
WhatsApp send failed (status): errorMeta API نے send request reject کیAccess token validity check کریں
Signal connect failedsignal-cli daemon تک نہیں پہنچ سکاCheck کریں signal-cli چل رہا ہے
Signal ping failed after retriessignal-cli چل رہا ہے لیکن respond نہیں کر رہاsignal-cli restart کریں
signal-cli daemon not reachable within 60ssignal-cli وقت پر start نہیں ہواJava installation اور signal-cli setup check کریں
IMAP LOGIN failedIMAP credentials غلط ہیںUsername اور password check کریں
IMAP connection not establishedIMAP server تک نہیں پہنچ سکتا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 کے لیے بہت بڑی ہےچھوٹی image استعمال کریں

Integrations

ErrorوجہFix
Google OAuth token exchange failedOAuth code exchange نے error return کیدوبارہ authenticate کریں: triggerfish connect google
GitHub token verification failedPAT invalid یا expire ہو گیادوبارہ 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 store نہیںtriggerfish connect notion چلائیں
Notion API rate limited3 req/sec سے زیادہAutomatic retry کا انتظار کریں (3 کوششوں تک)
Notion API network request failedapi.notion.com تک نہیں پہنچ سکتا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 کی طرف ہےStdio transport استعمال کریں
Vault path does not existObsidian vault path غلط ہےplugins.obsidian.vault_path fix کریں
Path traversal rejectedNote path vault directory سے باہر جانے کی کوشش کر رہا ہےVault کے اندر paths استعمال کریں

Security & Policy

ErrorوجہFix
Write-down blockedData high سے low classification کی طرف flow ہو رہا ہےصحیح 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 actionایک policy rule نے action deny کیConfig میں policy.rules review کریں
Tool floor violationTool کو session کی classification سے زیادہ چاہیےSession escalate کریں یا مختلف 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 سے زیادہ ہےموجودہ taint level پر یہ skill استعمال نہیں کر سکتے
Skill content integrity check failedSkill files installation کے بعد modify ہوئیںSkill دوبارہ install کریں
Skill install rejected by scannerSecurity scanner نے suspicious content پایاScan warnings review کریں
Delegation certificate signature invalidDelegation chain میں invalid signature ہےDelegation دوبارہ issue کریں
Delegation certificate expiredDelegation expire ہو گئیLonger TTL کے ساتھ دوبارہ issue کریں
Webhook HMAC verification failedWebhook signature match نہیں کرتیShared secret configuration check کریں
Webhook replay detectedDuplicate webhook payload receive ہوئیاگر expected ہو تو error نہیں؛ ورنہ investigate کریں
Webhook rate limit exceededایک source سے بہت زیادہ webhook callsWebhook frequency کم کریں

Browser

ErrorوجہFix
Browser launch failedChrome/Chromium start نہیں ہو سکاChromium-based browser install کریں
Direct Chrome process launch failedChrome binary execute ہونے میں failBinary permissions اور dependencies check کریں
Flatpak Chrome launch failedFlatpak Chrome wrapper failFlatpak installation check کریں
CDP endpoint not ready after XmsChrome نے debug port وقت پر نہیں کھولا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 error ہو

Execution & Sandbox

ErrorوجہFix
Working directory path escapes workspace jailExec environment میں path traversal attemptWorkspace کے اندر paths استعمال کریں
Working directory does not existSpecified working directory نہیں ملیپہلے directory بنائیں
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 crash ہواPlugin code میں errors check کریں
Sandbox has been shut downDestroyed sandbox پر operation کی کوششDaemon restart کریں

Scheduler

ErrorوجہFix
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

ErrorوجہFix
Triggerfish self-update failedUpdate process نے error encounter کیLogs میں specific error check کریں
Binary replacement failedپرانی binary کو نئی سے swap نہیں کر سکاFile permissions check کریں؛ پہلے daemon بند کریں
Checksum file download failedSHA256SUMS.txt download نہیں ہوئیNetwork connectivity check کریں
Asset not found in SHA256SUMS.txtRelease میں آپ کے platform کا checksum missing ہےGitHub issue file کریں
Checksum verification exceptionDownloaded binary hash match نہیں کرتیRetry کریں؛ download corrupt ہو سکتی تھی