ErrLookup › getzola/zola

getzola/zola

A fast static site generator in a single binary with everything built-in. https://www.getzola.org · Rust · 94 source files

Analyzed at 61d3082821 on 2026-09-03. 66 documented errors.

Code / MessageTypeSeverityTags
could not parse domain `{}` from link
exception error rust, url-parsing, link-checker
could not parse domain `{}` from link: `{}`
exception error rust, url-parsing, link-checker
Failed to convert bytes to string : {}
exception error rust, encoding, utf-8, minification
SASS path conflict: "{}" and "{}" both compile to "{}"
exception error rust, sass, build, path-collision
{:?} is not inside the base site directory {:?}
exception error rust, path-traversal, security, templates
Theme `{}` is missing a templates folder
exception error rust, zola, themes, configuration
Either a `templates/` folder or a theme is required
exception error rust, zola, templates, configuration
Invalid {name} glob pattern: {pat}, error = {e}
exception error rust, glob, configuration, globset
Could not read `{}` because of error: {}
exception error rust, filesystem, permissions, zola-init
The current directory is not an empty folder (hidden files a
exception error rust, zola, init, directory-not-empty
`{}` is not an empty folder (hidden files are ignored).
exception error cli, init, filesystem
Failed to find directory containing the config file.
exception error config, path
Translation key '{}' for language '{}' is missing
exception error config, i18n, translations
Cannot merge config.toml with theme.toml because the followi
exception error config, toml, themes
Error parsing YAML datetime
exception error yaml, front-matter, datetime, parsing
Invalid filter type : {filter}. Valid values: nearest, trian
exception error config, images, validation
Quality for JPEG must be between {} and {} (inclusive); {} i
exception error cli, images, validation, jpeg
Quality for WebP must be between {} and {} (inclusive); {} i
exception error cli, images, validation, webp
Quality for AVIF must be between {} and {} (inclusive); {} i
exception error cli, images, validation, avif
Speed for AVIF must be between {} and {} (inclusive); {} is
exception error cli, images, validation, avif
Invalid image format: {}
exception error configuration, image-processing, validation
Invalid dimensions: SVG width/height and viewbox not set.
exception error svg, image-metadata, validation
op="fit_width" requires a `width` argument
exception error configuration, image-resize, validation
op="fit_height" requires a `height` argument
exception error configuration, image-resize, validation
op={} requires a `width` and `height` argument
exception error configuration, image-resize, validation
Invalid image resize operation: {}
exception error configuration, image-resize, validation
Image output path '{:?}' should contain a parent directory,
exception error filesystem, paths, image-processing
Unable to load this kind of image with webp
exception error image-processing, webp, encoding
Anchor `#{}` not found on page
exception warning link-checker, anchors, broken-link
Failed to parse {} page(s): {msg}
exception critical content, parsing, front-matter, build
Found path collisions:
exception error rust, static-site, path-collision
Found {} broken internal anchor link(s) {}
exception error rust, link-checker, anchors
Found {} broken external link(s) {}
exception error rust, link-checker, network
(propagated SASS compilation error)
exception error rust, sass, scss, compilation
Relative link {} not found.
exception error rust, links, permalinks
Cannot start server on address {}.
exception error rust, server, port-binding
Can't watch `{entry}`: OS file watch limit reached. Check ho
exception error rust, filesystem, inotify, watch-limit
Can't watch `{entry}` for changes in folder `{}`. Does it ex
exception error rust, filesystem, watcher, permissions
{} not found in current directory or ancestors, current_dir
exception error rust, cli, config, startup
zola.toml (or config.toml) not found in current directory or
exception error rust, cli, config, startup
unable to read from stdin for confirmation
exception warning stdin, io, cli, interactive-prompt
reqwest client build
panic critical reqwest, tls, http-client, startup-panic
Couldn't lock imageproc (set_base_url)
panic error mutex, poisoned-lock, concurrency, panic
Couldn't lock imageproc (num_img_ops)
panic error mutex, poisoned-lock, concurrency, panic
Couldn't lock imageproc (process_images)
panic critical mutex, poisoned-lock, concurrency, build
Couldn't get filename from page asset
panic error path, filesystem, strip-prefix, panic
Invalid glob for sass
panic error glob, sass, globset, configuration
result cache lock
panic error mutex, poisoned-lock, templates, concurrency
result cache lock
panic error mutex, poisoned-lock, templates, images
get file time
panic error filesystem, load-data, file-not-found, cache
reqwest client build
panic critical rust, reqwest, panic, tls, http-client
result cache lock
panic error rust, mutex, poisoned-lock, panic, concurrency
response client lock
panic error rust, mutex, poisoned-lock, panic, reqwest
no templates registered
panic error rust, tera, templates, panic, initialization
Could not convert filename to &str
panic error rust, panic, utf-8, filesystem, filename
Could not build livereload.js response
panic info rust, axum, http, panic, dev-server
Could not build error response
panic info rust, axum, http, panic, middleware
Could not build HTML response
panic info rust, axum, http, panic, dev-server
Could not build Method Not Allowed response
panic info rust, axum, http, panic, dev-server
Could not build Not Found response
panic error
Project root dir is not valid UTF-8.
panic error
Could not build tokio runtime
panic error
Could not bind to address
panic error
Could not start web server
panic error
Config name is not valid UTF-8.
panic error
Error setting Ctrl-C handler
panic error