ErrLookup › louislam/dockge
louislam/dockge
A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager · TypeScript · 48 source files
Analyzed at f809ae192b on 2026-08-31. 53 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Agent not found | exception | warning | agent-manager, lookup-failed, database |
| Socket client not found for endpoint: | exception | error | socket, agent-manager, connection |
| Socket client not connected for endpoint: | exception | error | socket, connection, timeout, agent-manager |
| Name must be a string | validation | info | validation, socket, typescript |
| Stack name must be a string | validation | info | validation, socket, typescript |
| Stack name and service name must be strings | validation | error | validation, socket-io, typescript, type-error |
| Invalid stackName or serviceName | exception | error | validation, socket-io, typescript, type-error |
| Compose YAML must be a string | validation | error | validation, socket-io, yaml, type-error |
| Compose ENV must be a string | validation | error | validation, socket-io, dotenv, type-error |
| isAdd must be a boolean | validation | error | validation, socket-io, typescript, type-error |
| Terminal name must be a string. | exception | error | validation, socket-io, terminal, type-error |
| Command must be a string. | exception | error | validation, typescript, socket-io, terminal |
| Terminal not found or it is not a Interactive Terminal. | exception | error | validation, socket-io, terminal, state |
| Console is not enabled. | validation | error | configuration, validation, socket-io, terminal |
| Stack name must be a string. | validation | error | validation, typescript, socket-io, docker, terminal |
| Service name must be a string. | validation | error | validation, typescript, socket-io, docker, terminal |
| Shell must be a string. | validation | error | validation, typescript, socket-io, docker, terminal |
| Command must be a number. | exception | error | validation, typescript, socket-io, terminal |
| ${terminalName} Terminal not found. | exception | error | terminal, socket-io, state-management, not-found |
| Invalid db-config.json, it must be an object | console | warning | database, config, validation, json |
| Invalid db-config.json, type must be a string | console | warning | database, config, validation, json |
| Unknown Database type: | console | critical | database, config, sqlite, unsupported |
| Invalid timezone: | exception | error | timezone, validation, dayjs, iana |
| Fatal error: ${this.config.dataDir} is not a directory | console | critical | filesystem, config, startup, docker |
| Endpoint must be a string: | exception | error | validation, socket-io, agent, typescript |
| Event name must be a string | exception | error | validation, socket-io, agent, typescript |
| Password is too weak. It should contain alphabetic and numer | validation | error | validation, password, authentication, setup |
| Dockge has been initialized. If you want to run setup again, | exception | error | setup, initialization, database, authentication |
| The token is invalid due to password change or old token | exception | warning | jwt, authentication, token, password-change |
| Invalid new password | validation | error | validation, password, authentication |
| dockerRunCommand must be a string | validation | error | validation, typescript, input-validation, docker |
| Data must be an object | validation | error | validation, input-validation, typescript, agents |
| URL must be a string | validation | error | validation, input-validation, typescript, agents |
| Stack name can only contain [a-z][0-9] _ - only | validation | error | validation, docker-compose, naming, stack |
| Invalid .env format | validation | error | validation, env, docker-compose, stack |
| Stack name already exists | validation | warning | validation, filesystem, stack-management |
| Stack not found | validation | warning | validation, filesystem, stack-management |
| Failed to deploy, please check the terminal output for more | exception | error | docker, docker-compose, deployment, terminal |
| Failed to delete, please check the terminal output for more | exception | error | docker, docker-compose, deletion, terminal |
| Failed to start, please check the terminal output for more i | exception | error | docker, docker-compose, start, terminal |
| Failed to stop, please check the terminal output for more in | exception | error | docker, docker-compose, stop, terminal |
| Failed to restart, please check the terminal output for more | exception | error | docker, docker-compose, restart, terminal |
| Failed to down, please check the terminal output for more in | exception | error | docker, docker-compose, teardown, terminal |
| Failed to pull, please check the terminal output for more in | exception | error | docker, docker-compose, image-pull, registry, network |
| Failed to start service ${serviceName}, please check logs fo | exception | error | docker, docker-compose, service-start, exit-code |
| Failed to stop service ${serviceName}, please check logs for | exception | error | docker, docker-compose, service-stop, exit-code |
| Failed to restart service ${serviceName}, please check logs | exception | error | docker, docker-compose, service-restart, exit-code |
| Console is not enabled. | exception | error | terminal, configuration, security, console |
| You are not logged in. | exception | error | authentication, websocket, session, authorization |
| Wrong data type? | exception | error | validation, authentication, type-error, websocket |
| Incorrect current password | exception | error | authentication, password, websocket, credentials |
| Services must be an object | validation | error | yaml, compose, validation, frontend |
| Please enter a docker run command | validation | warning | frontend, validation, docker-run, composerize |