-
Notifications
You must be signed in to change notification settings - Fork 188
3. Troubleshooting
Heesu Suh edited this page Jan 29, 2025
·
3 revisions
This guide helps you resolve common issues with Smart Composer.
-
Outdated Obsidian Installer
- Update Obsidian via
Settings > General > Check for updates - If issues persist, download latest installer from Obsidian's download page
- Close Obsidian completely and run new installer
- Update Obsidian via
-
Plugin Initialization Failed
- Disable and re-enable the plugin
- Restart Obsidian
- Check console for error messages
-
Invalid API Key
- Verify key is correctly copied
- Check for extra spaces
- Generate new key if needed
-
API Rate Limits
- Wait a few minutes before retrying
- Consider upgrading API tier
-
Insufficient API Credits
- Check remaining balance in API provider dashboard
- Add credits if balance is low
-
Search Not Working
- Rebuild vault index:
Smart Composer: Rebuild entire vault index
- Rebuild vault index:
-
Website Context Failed
- Check internet connection
- Verify website is accessible
Some plugins may interfere with Smart Composer's functionality due to overlapping features or conflicting code. Here are known issues and their solutions:
-
Known Plugin Conflicts
-
Canvas Mindmap Plugin (issue #171)
- Causes "endsWith is not a function" error when using Apply Edit
- Temporary solution: Disable Canvas Mindmap when using Smart Composer
-
Canvas Mindmap Plugin (issue #171)
-
General Tips
- Check Developer Tools for error messages
- Try disabling suspected plugins temporarily
- Keep all plugins updated to latest versions
- If issues persist, report them on GitHub
-
Check Developer Tools
- Open Developer Tools using:
- Mac:
Cmd + Option + I - Windows/Linux:
Ctrl + Shift + I
- Mac:
- Or via menu:
View > Toggle Developer Tools - Look for error messages in the Console tab
- Open Developer Tools using:
If you're still experiencing issues:
- Check our GitHub Issues
- Join GitHub Discussions
- Submit a bug report
- Check for plugin updates