Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notewise.click/docs/llms.txt

Use this file to discover all available pages before exploring further.

Start with commands that do not generate notes. They narrow the problem before you spend provider quota.
notewise doctor
notewise config
notewise info "https://youtu.be/VIDEO_ID"
notewise logs --tail 100

Setup and provider failures

SymptomCheckFix
Missing API keynotewise configSet the provider env var or rerun notewise setup.
Wrong model stringCommand and configUse a LiteLLM-compatible model string.
OAuth expirednotewise auth login ...Re-run login in an interactive terminal.
Docker loses authContainer mountsPersist /home/notewise/.notewise.
Provider rate limitsLogsAdd --throttle, reduce batch size, or use another model/provider.

YouTube failures

SymptomCheckFix
No transcriptYouTube captionsUse another video or language. NoteWise needs transcript text.
Private or members-only videoBrowser accessExport Netscape cookies and pass --cookie-file.
Playlist not resolvingnotewise info URLUse a playlist URL, watch+list URL, or supported bare playlist ID.
Language mismatchTranscript languageTry --language en or another available caption language.

Output and cache issues

SymptomCheckFix
Output not where expectednotewise configCheck OUTPUT_DIR and --output.
Run skippedCacheUse --force to regenerate.
No chapter folderCommand flagsAdd --chapter-directory-output; the video must have YouTube chapters.
Cache looks stalenotewise cache show VIDEO_IDPrune or clear cache. Generated notes are separate files.
Need deeper detailsLogsRun with --verbose, then inspect notewise logs --tail 100.
When asking for help, share command shape and redacted errors only. Do not share API keys, OAuth tokens, cookies, raw prompts, or provider payloads.
Last modified on May 1, 2026