-
Notifications
You must be signed in to change notification settings - Fork 0
AI Troubleshooting
This page covers problems specific to AI Vision Assist. For general application issues see Troubleshooting.
Cause: Some models are reasoning models — they spend output tokens thinking before writing an answer. Older builds capped the output at 400 tokens, which a reasoning model can consume entirely, leaving no text and a length finish reason.
Status: Fixed. FindRomCover now allows up to 4,096 output tokens and raises a descriptive error if a model still exhausts its budget, for example:
The model used its entire output budget on internal reasoning and returned no text. Try a non-reasoning model or increase the output limit.
What to do:
- Use a model that is not a heavy reasoner for this task (for example
qwen/qwen3.7-flashorgemma-3-12b-it). - If the error persists with a reasoning model, choose a different model — the output budget is not user-configurable.
| Provider | Checks |
|---|---|
| OpenRouter | Key from openrouter.ai/keys; check remaining credits |
| OpenAI | Key from platform.openai.com/api-keys; check project billing |
| Anthropic | Key from console.anthropic.com |
| Gemini | Key from aistudio.google.com/apikey; the API must be enabled for the key |
| GLM | Key from z.ai; for the China endpoint set the Base URL to https://open.bigmodel.cn/api/paas/v4
|
| Local | No key needed; make sure the server is running and the Base URL/port are correct |
| Custom | Verify the Base URL and whether the endpoint expects an API key |
- Check the Base URL — it must include the API version, for example
https://openrouter.ai/api/v1. - Verify the key is pasted completely, with no leading or trailing spaces.
- For local servers, confirm the server is running (
ollama serve) and reachable at the configured port. - Check the log window for the exact HTTP status and message.
A cached model list can still be used if the provider is temporarily offline — the list is kept for 7 days.
- OpenRouter free tier: about 50 requests/day without credits, about 1,000/day after a one-time $10 credit purchase.
- Gemini: free-tier limits are per model and per minute; slow down batch runs.
- Google Custom Search API: 100 queries/day on the free tier; this affects the API fallback in Batch Fill.
Wait for the quota to reset, enable billing, or switch providers.
Symptoms: the model ignores the image, describes only the text, or returns nonsense.
- Open Test / Load Models and keep Vision-capable only checked — non-vision models are hidden.
- Some providers report modality metadata inaccurately; if a model consistently fails, try another.
- Local models must be multimodal;
qwen2.5vl:7bis a good default.
| Situation | Fix |
|---|---|
| Slow local model | Raise Timeout to 180–300 seconds in AI Settings |
| Large images | Lower Image max size to 384 px |
| Many candidates | Lower Max candidates sent |
| Unstable network | Retry; check the log for timeout details |
- Lower Candidate similarity in AI Settings (for example to 50).
- Lower the main window similarity threshold.
- Check that the game name is meaningful; enable
Settings > Use MAME Descriptionsfor arcade titles. - For the Google API tab, verify the API key and quota.
- Check the confidence shown in the result; raise or lower Auto-save threshold as appropriate.
- Ensure Automatically save the AI pick is enabled.
- Verify the image folder is writable and the log shows no save errors.
- Enable Skip missing covers already queried in previous sessions in AI Settings.
- Batch Fill skips items in the history and reports them as SkippedAlreadyQueried.
- Clear the history with Clear query history if you want a fresh attempt.
- Use the recommended cheapest models.
- Keep Max candidates sent low and Candidate similarity high.
- Leave the verdict cache enabled (30 days).
- Keep the query history enabled (180 days).
- Disable the Google API fallback in Batch Fill unless you need it.
- Logs & Diagnostics — exact error messages
- Providers & Models — correct base URLs and defaults
- AI Settings — every setting explained
- Recommended Models — cheaper or stronger models
FindRomCover — find and download missing cover art for your retro gaming ROM collection.
Getting Started
User Guide
- Interface Overview
- Folders & Scanning
- Local Files Search
- Web Search (Google Web & Bing Web)
- Google Custom Search API
- Image Handling
- Missing Covers List
AI Vision Assist
- AI Vision Assist
- Providers & Models
- AI Settings
- Picking Covers
- Batch Fill
- Query History
- Recommended Models
- AI Troubleshooting
Configuration
- Settings Overview
- Themes & Appearance
- Similarity Algorithms
- Supported Extensions
- Data Storage
- Logs & Diagnostics
Reference
Development
More