granola-common-errors

Featured

Troubleshoot common Granola errors — audio capture failures, transcription issues, calendar sync problems, and integration errors. Platform-specific fixes for macOS and Windows. Trigger: "granola error", "granola not working", "granola not recording", "fix granola", "granola troubleshoot".

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

# Granola Common Errors ## Overview Diagnose and fix the most common Granola issues. Each error includes platform-specific symptoms, root causes, and step-by-step remediation. Granola captures audio from your device's system audio output (not via meeting platform APIs), so most issues trace back to audio permissions or device configuration. ## Prerequisites - Granola installed (even if malfunctioning) - Terminal access for diagnostic commands (macOS) or PowerShell (Windows) - Admin/sudo access for permission changes ## Instructions ### Step 1 — Quick Diagnostic Check ```bash # Is Granola running? pgrep -l Granola # What version? defaults read /Applications/Granola.app/Contents/Info.plist CFBundleShortVersionString 2>/dev/null # Audio devices available system_profiler SPAudioDataType 2>/dev/null | grep -A2 "Default Input" ``` ### Step 2 — Match Your Symptom --- ## Audio / Transcription Issues ### "No Audio Captured" — Transcript is Empty **Root cause:** Granola cannot hear system audio. On macOS, this is almost always a permissions issue. **macOS fix:** 1. System Settings > Privacy & Security > **Screen & System Audio Recording** 2. Enable Granola (this grants system audio access despite the misleading name) 3. System Settings > Privacy & Security > **Microphone** > Enable Granola 4. **Restart Granola** after changing permissions (right-click menu bar icon > Restart) ```bash # Nuclear option — reset Core Audio if devices are confused sudo killall coreaudiod # core...

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

granola-install-auth

Install and configure Granola AI meeting notes with calendar and audio permissions. Use when setting up Granola for the first time, connecting Google/Outlook calendars, granting macOS Screen Recording permission, or configuring Windows audio capture. Trigger: "install granola", "setup granola", "granola calendar", "granola permissions".

2,266 Updated today
jeremylongshore
AI & Automation Featured

granola-performance-tuning

Optimize Granola transcription accuracy, note quality, and processing speed. Use when improving transcription quality, reducing processing time, optimizing templates for better AI output, or tuning audio setup. Trigger: "granola performance", "granola accuracy", "granola quality", "improve granola", "granola transcription better".

2,266 Updated today
jeremylongshore
AI & Automation Featured

granola-hello-world

Capture your first meeting with Granola and review AI-enhanced notes. Use when testing Granola setup, learning the notepad + transcript flow, or understanding how Enhance Notes and Granola Chat work. Trigger: "granola hello world", "first granola meeting", "try granola", "granola test".

2,266 Updated today
jeremylongshore
AI & Automation Featured

granola-security-basics

Security and privacy configuration for Granola meeting data. Use when reviewing data handling practices, configuring encryption, ensuring SOC 2/GDPR compliance, or securing meeting recordings. Trigger: "granola security", "granola privacy", "granola encryption", "granola SOC 2", "granola GDPR", "secure granola".

2,266 Updated today
jeremylongshore
AI & Automation Featured

granola-debug-bundle

Create diagnostic bundles for Granola support requests. Use when preparing support tickets, collecting system/audio/network info, or diagnosing complex issues that require Granola support team assistance. Trigger: "granola debug", "granola diagnostics", "granola support bundle", "granola logs", "granola system info".

2,266 Updated today
jeremylongshore