File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1121,26 +1121,26 @@ be processed).
11211121
11221122# ## Common Issues
11231123
1124- ** "Gem not found" error:**
1124+ # ### "Gem not found" error
11251125
11261126` ` ` bash
11271127bundle install
11281128bundle exec screenkit ...
11291129` ` `
11301130
1131- **" Schema validation failed":**
1131+ # ### Schema validation failed
11321132
11331133- Check YAML syntax
11341134- Verify required fields are present
11351135- Use schema hints with `yaml-language-server`
11361136
1137- ** Missing resources:**
1137+ # ### Missing resources
11381138
11391139- Check `resources_dir` configuration
11401140- Verify file paths are relative to resource directories
11411141- Use absolute paths for system resources
11421142
1143- ** TTS not working:**
1143+ # ### TTS not working
11441144
11451145- For ElevenLabs : Set `--tts-api-key`
11461146- For macOS `say` : Verify voice name with `say -v ?`
You can’t perform that action at this time.
0 commit comments