ErrLookup › joewalnes/websocketd

joewalnes/websocketd

Turn any program that uses STDIN/STDOUT into a WebSocket server. Like inetd, but for WebSockets. · Go · 30 source files

Analyzed at 7a8683dc7f on 2026-09-03. 29 documented errors.

Code / MessageTypeSeverityTags
script not found
error_code error websocket, handler, script-lookup
too many forks active
error_code error websocket, process-limits, concurrency
--socketmode %q is not an octal permission mode (e.g. 0700)
validation error cli, config-validation, unix-permissions
--socketmode %q has bits beyond permission bits (keep it wit
validation error cli, config-validation, unix-permissions
--socketmode 0 would make the socket unusable; pick a mode l
validation error cli, config-validation, unix-permissions
please specify both --sslcert and --sslkey when requesting -
validation error cli, tls, config-validation
you should not be using --ssl* flags when there is no --ssl
validation error cli, tls, config-validation
please only specify one of --binary and --passstderr
validation error cli, config-validation, mutually-exclusive-flags
--anyorigin means 'accept any origin' and cannot be combined
validation error cli, cors, origin-policy, config-validation
--maxframesize must not be negative; use 0 for unlimited
validation error cli, config-validation, websocket, dos-protection
ambiguous: provided COMMAND and --dir argument, please only
validation error cli, configuration, flag-conflict
unable to locate specified COMMAND '%s' in OS path
validation error cli, exec, path, command-not-found
could not resolve absolute path to dir '%s'
validation error cli, filesystem, path
could not find your script dir '%s'
validation error cli, filesystem, directory-not-found
did you mean to specify COMMAND instead of --dir '%s'?
validation error cli, configuration, directory
your %s '%s' is not pointing to an accessible directory
validation error cli, filesystem, directory, permissions
could not resolve script for path %q
validation error http, routing, path-resolution
path %q escapes boundary %q
validation warning security, symlink, path-traversal
no CGI script named in path %q
validation error http, cgi, routing
path %q escapes directory %q
validation warning security, path-traversal, cgi
same origin policy violated
validation error websocket, security, cors, origin
origin list matches were not found
validation error websocket, security, cors, origin, configuration
failed to chmod unix socket %s to %o: %w
exception error unix-socket, permissions, chmod, startup
failed to read CA file %s: %w
exception critical tls, mutual-tls, file-not-found, configuration
failed to parse CA certificates from %s
exception critical tls, mutual-tls, pem, certificate, configuration
socket %s is already in use by a running server
exception error unix-socket, address-in-use, startup, conflict
failed to remove stale socket %s: %w
exception error unix-socket, stale-socket, permissions, filesystem, startup
cannot derive redirect address from %q: %w
exception error address, ipv6, configuration, startup
500 Internal Server Error
http error http, http-500, websocket, permissions, server-error