fireflies-common-errors

Featured

Diagnose and fix Fireflies.ai GraphQL API errors by error code. Use when encountering Fireflies.ai errors, debugging failed requests, or troubleshooting authentication and rate limit issues. Trigger with phrases like "fireflies error", "fix fireflies", "fireflies not working", "debug fireflies", "fireflies 429".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Fireflies.ai Common Errors ## Overview Quick reference for all Fireflies.ai GraphQL API error codes with root causes and fixes. ## Error Response Format All Fireflies errors follow this GraphQL error structure: ```json { "errors": [{ "message": "Human-readable description", "code": "error_code", "friendly": true, "extensions": { "status": 400, "helpUrls": ["https://docs.fireflies.ai/..."] } }] } ``` ## Error Code Reference ### `auth_failed` (401) **Message:** Invalid or missing API key. ```bash # Verify API key is set and valid echo "Key set: ${FIREFLIES_API_KEY:+YES}" # Test authentication set -euo pipefail curl -s -X POST https://api.fireflies.ai/graphql \ -H "Authorization: Bearer $FIREFLIES_API_KEY" \ -H "Content-Type: application/json" \ -d '{"query": "{ user { email } }"}' | jq . ``` **Fix:** Regenerate API key at app.fireflies.ai > Integrations > Fireflies API. --- ### `too_many_requests` (429) **Message:** Rate limit exceeded. | Plan | Limit | |------|-------| | Free / Pro | 50 requests per day | | Business / Enterprise | 60 requests per minute | **Fix:** Implement exponential backoff. See `fireflies-rate-limits` skill. --- ### `require_ai_credits` (402) **Message:** AskFred operations require AI credits. **Fix:** Visit Fireflies dashboard > Upgrade section to purchase AI credits. Budget for `createAskFredThread` and `continueAskFredThread` calls. --- ### `account_cancelled` (403) **Message:** Subscription inact...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

firecrawl-common-errors

Diagnose and fix Firecrawl common errors and API response codes. Use when encountering Firecrawl errors, debugging failed scrapes, or troubleshooting crawl job issues. Trigger with phrases like "firecrawl error", "fix firecrawl", "firecrawl not working", "debug firecrawl", "firecrawl 429", "firecrawl 402".

2,266 Updated today
jeremylongshore
AI & Automation Featured

adobe-common-errors

Diagnose and fix common Adobe API errors across Firefly Services, PDF Services, Photoshop API, and Adobe I/O Events. Use when encountering Adobe errors, debugging failed requests, or troubleshooting integration issues. Trigger with phrases like "adobe error", "fix adobe", "adobe not working", "debug adobe", "adobe 403", "adobe 429".

2,266 Updated today
jeremylongshore
AI & Automation Featured

fireflies-rate-limits

Implement Fireflies.ai rate limiting, backoff, and request queuing. Use when handling rate limit errors, implementing retry logic, or optimizing API request throughput for Fireflies.ai. Trigger with phrases like "fireflies rate limit", "fireflies throttling", "fireflies 429", "fireflies retry", "fireflies backoff".

2,266 Updated today
jeremylongshore
AI & Automation Featured

fireflies-install-auth

Configure Fireflies.ai GraphQL API authentication and verify connectivity. Use when setting up a new Fireflies.ai integration, configuring API keys, or initializing the GraphQL client for transcript access. Trigger with phrases like "install fireflies", "setup fireflies", "fireflies auth", "configure fireflies API key".

2,266 Updated today
jeremylongshore
AI & Automation Solid

webflow-common-errors

Diagnose and fix Webflow Data API v2 errors — 400, 401, 403, 404, 409, 429, 500. Use when encountering Webflow API errors, debugging failed requests, or troubleshooting integration issues. Trigger with phrases like "webflow error", "fix webflow", "webflow not working", "debug webflow", "webflow 429", "webflow 401".

2,266 Updated today
jeremylongshore