- Symptom: Floating button doesn't appear or nothing happens when you drop content.
- Fix:
- Go to
chrome://extensions. - Find OriginSteward Capture.
- Click the Refresh (circular arrow) icon.
- Refresh your web pages. The extension cannot inject itself into tabs that were already open before it was installed/reloaded.
- Go to
- Symptom: You drop content, but don't see a "Saved to Brain!" toast message.
- Fix:
- Ensure the backend is running:
sh start_brain.sh. - Check if
http://localhost:5002is accessible. - If you see "Failed to save", check the backend logs:
tail -f app.log.
- Ensure the backend is running:
- Symptom: Error loading extension due to missing icon.
- Fix: We generated a placeholder icon. Reload the extension in
chrome://extensions.
- Fix:
- Ensure the daemon is running (
ps aux | grep ingest_daemon). - Check
daemon.logfor errors. - The Web App polls every 2 seconds. If you just dropped something, give it a moment.
- Ensure the daemon is running (