ErrLookup › oobabooga/textgen
oobabooga/textgen
Open-source desktop app for local LLMs. Text, vision, tool-calling, OpenAI/Anthropic-compatible API. 100% private. · Python · 112 source files
Analyzed at ed888c71f2 on 2026-08-15. 58 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Invalid branch name. Only alphanumeric characters, period, u | validation | error | validation, cli, huggingface, input-validation |
| functions is not supported. | exception | error | openai-api, chat-completions, function-calling, validation |
| function_call is not supported. | exception | error | openai-api, chat-completions, function-calling, validation |
| messages is required | exception | error | openai-api, chat-completions, validation, required-field |
| messages: missing role | exception | error | openai-api, chat-completions, messages, validation |
| role: function is not supported. | exception | error | openai-api, chat-completions, function-calling, validation |
| messages: missing content | exception | error | openai-api, chat-completions, messages, validation |
| messages: invalid content item format | exception | error | openai-api, chat-completions, multimodal, validation |
| messages: unsupported content type | exception | error | openai-api, chat-completions, multimodal, validation |
| messages: missing text in content item | exception | error | openai-api, chat-completions, multimodal, validation |
| messages: missing image_url in content item | exception | error | openai-api, chat-completions, multimodal, vision, validation |
| max_tokens must be greater than 0. | exception | error | openai-api, chat-completions, max-tokens, validation |
| Missing required input | exception | error | openai-api, completions, required-field, validation |
| max_tokens must be greater than or equal to 0. | exception | error | openai-api, completions, max-tokens, validation |
| max_tokens is 0 but no logprobs parameter was specified. | exception | error | openai-api, completions, max-tokens, logprobs, validation |
| API Batched generation not yet supported. | exception | error | openai-api, completions, batching, validation |
| Invalid tool specification at index {idx}. | exception | error | openai-api, chat-completions, tools, pydantic, validation |
| Error: Failed to load embedding model: {model} | exception | error | embeddings, model-loading, huggingface, service-unavailable |
| No image model loaded. Load a model via the UI first. | exception | error | image-generation, openai-api, service-unavailable, model-loading |
| Image generation failed or produced no images. | exception | error | image-generation, service-unavailable, diffusion, empty-result |
| Unauthorized | http | error | auth, http, api, fastapi, openai-compatible |
| you MUST enable IPv6 or IPv4 for the API to work | exception | error | startup, network, ipv6, ipv4, config |
| flask_cloudflared not installed. Make sure you installed the | exception | error | public-api, cloudflared, dependencies, startup |
| Could not start cloudflared. | exception | error | public-api, cloudflared, network, tunnel |
| unknown hex char {c} | exception | warning | grammar, gbnf, validation, llama-cpp |
| expecting name at {src} | exception | warning | grammar, gbnf, syntax-error, validation |
| unknown escape at {src} | exception | warning | grammar, gbnf, syntax-error, escapes |
| unexpected end of input | exception | warning | grammar, gbnf, syntax-error, eof |
| expecting ')' at {remaining_src} | exception | warning | grammar, gbnf, syntax-error, grouping |
| expecting ::= at {remaining_src} | exception | warning | grammar, gbnf, syntax-error, operator |
| expecting newline or end at {remaining_src} | exception | error | |
| At least one of the stack should be empty when EOS is reache | exception | error | |
| Input ID's length is inconsistent with the current state of | exception | error | |
| Invalid base64 image data: {e} | validation | error | |
| Unexpected response format: 'completion_probabilities' not f | exception | error | |
| --ik requires the ik_llama_cpp_binaries package. Install it | exception | error | |
| Server process terminated unexpectedly with exit code: {exit | exception | error | |
| You are using an outdated GGUF, please download a new one. | exception | error | |
| Failed to import 'tensorrt_llm'. Please install it manually | exception | error | |
| No .gguf models found in directory: {path} | exception | error | |
| `temperature` (={temperature}) has to be a strictly positive | validation | error | |
| `tfs` has to be a float >= 0 and <= 1, but is {tfs} | validation | error | |
| `top_a` has to be a float >= 0 and <= 1, but is {top_a} | validation | error | |
| `n_sigma` must be a non-negative float, but is {n_sigma} | validation | error | |
| `mirostat` has to be a an integer 2, but is {mirostat_mode} | validation | error | |
| `penalty` has to be strictly positive, but is {penalty} | validation | error | |
| No tokenizer is loaded | exception | error | |
| Unknown MCP server type: {server['type']} | validation | error | |
| Dataset row must contain "messages" or "conversations" key. | exception | error | training, dataset, data-format, lora |
| No model specified. | exception | error | model-loading, configuration, startup |
| Invalid URL: backslashes are not allowed | validation | error | ssrf, url-validation, security, web-fetch |
| Unsupported URL scheme: {parsed.scheme} | validation | error | ssrf, url-validation, security, web-fetch |
| Invalid URL: userinfo (credentials) in URLs is not allowed | validation | error | ssrf, url-validation, security, authentication |
| No hostname in URL | validation | error | ssrf, url-validation, security, web-fetch |
| Access to non-public address {ip} is blocked | validation | error | ssrf, security, dns, network, web-fetch |
| Could not resolve hostname: {hostname} | validation | error | ssrf, dns, network, web-fetch |
| Too many redirects (max {max_redirects}) | validation | warning | web-fetch, redirects, network, ssrf |
| Unknown GPU choice: {gpu_choice} | validation | error | installation, gpu, configuration, startup |