ErrLookup › Fosowl/agenticSeek
Fosowl/agenticSeek
Fully Local Manus AI. No APIs, No $200 monthly bills. Enjoy an autonomous agent that thinks, browses the web, and code for the sole cost of electricity. · Python · 55 source files
Analyzed at ae57a23577 on 2026-08-30. 62 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Model not set | exception | error | python, configuration, llm, missing-config |
| Ollama connection failed. is the server running ? | exception | critical | network, connection, ollama, python |
| Tool must be a callable object (a method) | exception | error | python, type-error, api-misuse, tools |
| Prompt file not found at path: {file_path} | exception | error | python, file-not-found, configuration, paths |
| Permission denied to read prompt file at path: {file_path} | exception | error | python, permissions, filesystem, configuration |
| Missing or malformed Authorization header | http | error | http, auth, fastapi, security |
| Invalid API token | http | error | http, auth, security, token |
| ChromeDriver not found and could not be installed automatica | exception | critical | selenium, chromedriver, environment, browser |
| ChromeDriver not found. Please install it or add it to your | exception | critical | selenium, chromedriver, environment, browser |
| Google Chrome not found. Please install it. | exception | critical | selenium, chrome, environment, browser |
| Failed to initialize browser: {str(e)} | exception | error | selenium, webdriver, browser-init, python |
| Could not find: {path} | exception | error | file-not-found, resources, selenium, python |
| Unknown provider: {provider_name} | exception | error | configuration, validation, llm, python |
| API key {api_key_var} not found in .env file. Please add it | exception | error | env, configuration, api-key, python |
| {str(e)} Connection to {self.server_ip} failed. | exception | error | network, connection, llm, http |
| {str(e)} Is {self.provider_name} implemented ? | exception | error | python, attribute-error, provider-implementation |
| {str(e)} A import related to provider {self.provider_name} w | exception | error | python, import-error, missing-dependency |
| Provider {self.provider_name} failed: {str(e)} | exception | error | python, api-error, provider-failure, error-wrapping |
| {str(e)} Error occured with server route. Are you using the | exception | error | http, keyerror, wrong-endpoint, config |
| Ollama connection failed at {host}. Check if the server is | exception | error | network, ollama, connection, docker |
| Ollama connection refused at {host}. Is the server running? | exception | critical | network, connection-refused, ollama, server-unavailable, configuration |
| OpenAI response is empty. | exception | error | openai, empty-response, api, local-server, response-validation |
| OpenAI API error: {str(e)} | exception | error | openai, api-error, wrapped-exception, authentication, rate-limit |
| Anthropic response is empty. | exception | error | anthropic, empty-response, api, response-validation, proxy |
| Anthropic API error: {str(e)} | exception | error | anthropic, api-error, wrapped-exception, authentication, rate-limit |
| Google Gemini is not available for local use. Change config. | exception | error | configuration, gemini, local-server |
| Google response is empty. | exception | error | api-response, gemini, empty-response |
| GOOGLE API error: {str(e)} | exception | error | api-error, gemini, error-wrapper |
| Together AI is not available for local use. Change config.in | exception | error | configuration, together-ai, local-server |
| Together AI response is empty. | exception | error | api-response, together-ai, empty-response |
| Together AI API error: {str(e)} | exception | error | api, network, together-ai, error-wrapping |
| Deepseek (API) is not available for local use. Change config | exception | error | configuration, deepseek, local-mode, validation |
| Deepseek API error: {str(e)} | exception | error | api, network, deepseek, error-wrapping |
| LM Studio returned status {response.status_code}: {response. | exception | error | lm-studio, http, local-server, configuration |
| LM Studio returned empty response | exception | error | lm-studio, empty-response, local-server |
| Invalid JSON from LM Studio: {response.text[:200]} | exception | error | lm-studio, json, parsing, local-server |
| No choices in LM Studio response: {result} | exception | error | lm-studio, schema, response-shape, local-server |
| Empty content in LM Studio response: {result} | exception | error | lm-studio, empty-content, prompt, local-server |
| LM Studio request timed out - check if server is responsive | exception | error | timeout, lm-studio, network, local-server |
| Cannot connect to LM Studio at {route_start} - check if serv | exception | error | connection-refused, lm-studio, network, docker, local-server |
| HTTP request failed: {str(e)} | exception | error | network, lm-studio, http-request |
| Unexpected error: {str(e)} | exception | error | lm-studio, unexpected-error, error-wrapping |
| OpenRouter is not available for local use. Change config.ini | exception | error | configuration, openrouter, cloud-only |
| OpenRouter response is empty. | exception | error | openrouter, empty-response, api |
| OpenRouter API error: {str(e)} | exception | error | openrouter, api, error-wrapping |
| MiniMax is not available for local use. Change config.ini | exception | error | configuration, minimax, cloud-only |
| MiniMax response is empty. | exception | error | minimax, empty-response, api |
| MiniMax API error: {str(e)} | exception | error | minimax, api, error-wrapping |
| Authentication failed. Please check your token. | exception | error | authentication, deepseek, token |
| Rate limit exceeded. Please wait before making more requests | exception | warning | rate-limit, deepseek, throttling |
| Cloudflare protection encountered: {str(e)} | exception | error | cloudflare, anti-bot, unofficial-api, network |
| Network error occurred. Check your internet connection. | exception | error | network, connectivity, timeout, unofficial-api |
| API error occurred: {str(e)} | exception | error | api-error, unofficial-api, server-error, deepseek |
| litellm is not installed. Install with: pip install litellm | exception | error | missing-dependency, import-error, litellm, installation |
| LiteLLM is not available for local use. Change config.ini | exception | error | configuration, unsupported-feature, local-model, litellm |
| LiteLLM response is empty. | exception | error | empty-response, litellm, api-error, null-check |
| LiteLLM API error: {str(e)} | exception | error | litellm, api-error, error-wrapping, authentication |
| Failed to load the routing model. Please run the dl_safetens | exception | critical | missing-model, safetensors, file-not-found, path-resolution, setup |
| No output to interpret. | validation | warning | empty-input, valueerror, mcp, input-validation |
| SearxNG base URL must be provided either as an argument or v | validation | error | missing-env-var, configuration, searxng, valueerror |
| Empty path | validation | error | python, valueerror, path, validation, empty-argument |
| Path '{path}' is outside the agent workspace ({base}) | validation | error | python, permissionerror, path-traversal, sandbox, security, workspace |