ErrLookup › nicolargo/glances

nicolargo/glances

Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, macOS and Windows operating systems. · Python · 180 source files

Analyzed at a240d8dfb3 on 2026-08-27. 49 documented errors.

Code / MessageTypeSeverityTags
AsyncIO event loop failed to start within timeout
exception error asyncio, threading, startup-timeout, export
AsyncIO event loop creation failed: {self._loop_exception}
exception error asyncio, threading, export, wrapped-exception
AsyncIO event loop is None after initialization
exception error asyncio, invariant, export, defensive-check
Invalid CQL identifier for '{name}': {value!r}. Only letters
validation warning cassandra, cql, config-validation, injection-prevention
replication_factor must be a positive integer
validation warning cassandra, config-validation, replication
JWT authentication is not available
exception error jwt, authentication, missing-dependency, rest-api
The 'mcp' package is required for MCP support. Install it wi
exception error mcp, missing-dependency, optional-extra
GlancesMcpServer: stats manager is not yet initialized. Call
exception error mcp, initialization-order, internal-invariant
Plugin '{plugin}' not found. Available plugins: {available}
exception warning mcp, plugin-not-found, resource-resolution
Plugin '{plugin}' not found
exception warning mcp, plugin-not-found, history
Incorrect authentication
http error authentication, jwt, http-401, rest-api
Not authenticated
http warning authentication, http-401, basic-auth, rest-api
JWT authentication is not available. Install python-jose or
http error jwt, http-501, missing-dependency, rest-api
Password authentication is not enabled. Start Glances with -
http error authentication, http-501, configuration, rest-api
Invalid JSON body
http warning rest-api, json, http-400, request-validation
Missing username or password in request body
http warning rest-api, http-400, request-validation, token
Cannot get help view data ({str(e)})
http error glances, rest-api, http-404, plugin
Cannot get plugin list ({str(e)})
http error glances, rest-api, http-404, plugin-list
Cannot get stats ({str(e)})
http error glances, rest-api, http-404, stats-dump
Cannot get limits ({str(e)})
http error glances, rest-api, http-404, limits
Cannot get views ({str(e)})
http error glances, rest-api, http-404, views
Cannot get plugin {plugin} ({str(e)})
http error glances, rest-api, http-404, plugin
Unknown plugin {plugin} (available plugins: {self.plugins_li
http warning glances, rest-api, http-400, unknown-plugin
Cannot get plugin history {plugin} ({str(e)})
http error glances, rest-api, http-404, history
Cannot get limits for plugin {plugin} ({str(e)})
http error glances, rest-api, http-404, limits
Cannot get views for plugin {plugin} ({str(e)})
http error glances, rest-api, http-404, views
Cannot get item {item} in plugin {plugin} ({str(e)})
http warning glances, rest-api, http-404, item, keyerror
Cannot get item {item} for key {key} in plugin {plugin} ({st
http warning glances, rest-api, http-404, nested-key, keyerror
Cannot get item {item} in plugin view {plugin} ({str(e)})
http warning glances, rest-api, http-404, views, item
Cannot get item {item} for key {key} in plugin view {plugin}
http warning glances, rest-api, http-404, views, nested-key
Cannot get history for plugin {plugin} ({str(e)})
http error glances, rest-api, http-404, history, item
Cannot get {item} description for plugin {plugin} ({str(e)})
http warning glances, rest-api, http-404, description, metadata
Cannot get {item} unit for plugin {plugin} ({str(e)})
http warning glances, rest-api, http-404, unit, metadata
Cannot get {item} = {value} for plugin {plugin} ({str(e)})
http warning glances, rest-api, http-404, value-filter, keyerror
Cannot get config ({str(e)})
http error glances, rest-api, config, http-404, fastapi
Unknown configuration item {section}
http error glances, rest-api, config, http-400, validation
Cannot get config section {section} ({str(e)})
http error glances, rest-api, config, http-404, race-condition
Cannot get item {item} in config section {section} ({str(e)}
http error glances, rest-api, config, http-404, key-error
Cannot get args ({str(e)})
http error glances, rest-api, cli-args, http-404, fastapi
Unknown argument item {item}
http error glances, rest-api, cli-args, http-400, validation
Cannot get args item ({str(e)})
http error glances, rest-api, cli-args, http-404, redaction
Unknown PID process {pid}
http error glances, rest-api, process, pid, http-404
Missing libs required to run Docker Extension (Containers)
exception error glances, docker, containers, missing-dependency, import-error
Missing libs required to run LXD Extension (Containers)
exception error glances, lxd, containers, missing-dependency, import-error
Missing libs required to run Podman Extension (Containers)
exception error glances, podman, containers, missing-dependency, import-error
'{self.__class__.__name__}' object has no key '{item}'
exception error glances, plugin, key-error, stats
Unsupported sensor: {self.sensor_type}
exception error glances, sensors, value-error, psutil
{item}
exception error glances, plugin, attribute-error, dynamic-dispatch
Plugin {plugin} already in sys.modules, skipping (workaround
console warning glances, plugin, duplicate-module, sys-modules, warning