Error listings

All error pages - page 91

DNS DNS Updated May 10, 2026

DNS_PROBE_FINISHED_NXDOMAIN

Fix DNS_PROBE_FINISHED_NXDOMAIN errors caused by missing, incorrect, or not-yet-propagated DNS records.

DNS_PROBE_FINISHED_NXDOMAIN
Docker Docker Updated May 10, 2026

Docker bind: address already in use

Fix Docker bind address already in use errors by finding the host process or compose stack occupying the port, then stopping it or remapping the host port.

bind: address already in use
Docker Docker Updated May 10, 2026

Docker cannot connect to the daemon

Fix Docker daemon connection errors when Docker Desktop or the Linux Docker service is not available.

Cannot connect to the Docker daemon
Docker Docker Compose Updated May 10, 2026

Docker Compose port is already allocated

Fix Docker Compose port allocation errors when another process or container already uses the host port.

Bind for 0.0.0.0:PORT failed: port is already allocated
Docker Docker Updated May 10, 2026

Docker no space left on device

Fix Docker no space left on device errors by cleaning unused images, containers, volumes, and build cache.

no space left on device
Docker Docker Updated May 10, 2026

Docker permission denied

Fix Docker permission denied errors when running docker commands or mounting files.

permission denied while trying to connect to the Docker daemon socket
Git Git Updated May 10, 2026

Git fatal not a git repository

Fix Git fatal not a git repository errors when running Git commands from the wrong directory.

fatal: not a git repository (or any of the parent directories): .git
Git Git Updated May 10, 2026

Git permission denied (publickey)

Fix Git SSH permission denied publickey errors when cloning, pulling, or pushing repositories.

Permission denied (publickey).
Git Git Updated May 10, 2026

Git refusing to merge unrelated histories

Fix Git refusing to merge unrelated histories when combining repositories or mismatched branches.

fatal: refusing to merge unrelated histories
Git Git Updated May 10, 2026

Git remote origin already exists

Fix Git remote origin already exists errors when adding or changing repository remotes.

fatal: remote origin already exists
GitHub Actions GitHub Actions Updated May 10, 2026

GitHub Actions Node version mismatch

Fix GitHub Actions builds that fail because the workflow Node.js version differs from local development.

The engine "node" is incompatible with this module
GitHub Actions GitHub Actions Updated May 10, 2026

GitHub Actions npm ci lockfile error

Fix GitHub Actions npm ci failures caused by missing or out-of-sync package lock files.

npm ci can only install packages when your package.json and package-lock.json are in sync
GitHub Actions GitHub Actions Updated May 10, 2026

GitHub Actions permission denied publickey

Fix GitHub Actions SSH permission denied errors when a workflow clones, deploys, or pushes with a key.

Permission denied (publickey)
Node.js Node.js Updated May 10, 2026

Node.js cannot find module

Fix Node.js cannot find module errors caused by missing installs, wrong paths, or package export issues.

Error: Cannot find module
Node.js Node.js Updated May 10, 2026

Node.js ERR_MODULE_NOT_FOUND

Fix Node.js ERR_MODULE_NOT_FOUND errors in ES module projects.

Error [ERR_MODULE_NOT_FOUND]
npm npm Updated May 10, 2026

npm ERR! code E401

Fix npm ERR! code E401 authentication failures when installing or publishing packages.

npm ERR! code E401
npm npm Updated May 10, 2026

npm ERR! code ERESOLVE

Fix npm ERR! code ERESOLVE dependency resolution errors caused by conflicting peer dependencies.

npm ERR! code ERESOLVE
npm npm Updated May 10, 2026

npm ERR! enoent package.json

Fix npm enoent package.json errors when npm commands are run outside a Node.js project.

npm ERR! enoent Could not read package.json
OpenAI API OpenAI API Updated May 10, 2026

OpenAI API 401 Unauthorized

Fix OpenAI API 401 Unauthorized errors caused by missing keys, revoked keys, wrong project access, or mismatched provider configuration.

401 Unauthorized
OpenAI API OpenAI API Updated May 10, 2026

OpenAI API 429 Too Many Requests

Fix OpenAI API 429 Too Many Requests errors by reducing bursts, adding retry backoff, lowering concurrency, and checking rate or quota limits.

429 Too Many Requests