granola skill: sync.py returns 500 error from Granola API #2

Open
opened 2026-02-15 17:15:00 -05:00 by yindo · 1 comment
Owner

Originally created by @marcvallverdu on GitHub (Jan 6, 2026).

Skill

granola v1.0.0 by @scald

Issue

The sync.py script fails with a 500 error when calling the Granola API:

Syncing Granola meetings to /Users/vallver/granola-meetings
Fetching documents from API...
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://api.granola.ai/v1/get-documents

Environment

  • macOS
  • Granola desktop app signed in (auth status shows Authenticated)
  • The granola CLI works fine (granola meeting list etc)
  • Token exists at ~/Library/Application Support/Granola/supabase.json

Workaround

Using the granola CLI directly instead of the sync script.

Suggestion

The API endpoint /v1/get-documents may be deprecated or require different auth. The CLI uses different endpoints that work correctly.

Originally created by @marcvallverdu on GitHub (Jan 6, 2026). ## Skill `granola` v1.0.0 by @scald ## Issue The `sync.py` script fails with a 500 error when calling the Granola API: ``` Syncing Granola meetings to /Users/vallver/granola-meetings Fetching documents from API... requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://api.granola.ai/v1/get-documents ``` ## Environment - macOS - Granola desktop app signed in (auth status shows `Authenticated`) - The `granola` CLI works fine (`granola meeting list` etc) - Token exists at `~/Library/Application Support/Granola/supabase.json` ## Workaround Using the `granola` CLI directly instead of the sync script. ## Suggestion The API endpoint `/v1/get-documents` may be deprecated or require different auth. The CLI uses different endpoints that work correctly.
Author
Owner

@scald commented on GitHub (Jan 7, 2026):

@marcvallverdu thanks - looking into this now

@scald commented on GitHub (Jan 7, 2026): @marcvallverdu thanks - looking into this now
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#2