ErrLookup › asciinema/asciinema

asciinema/asciinema

Terminal session recorder, streamer and player 📹 · Rust · 43 source files

Analyzed at 7749806198 on 2026-09-03. 40 documented errors.

Code / MessageTypeSeverityTags
bail!(message)
exception error
unsupported asciicast version
validation error
not an asciicast v2 file
validation error
invalid size value in resize event
validation error
invalid cols value in resize event: {e}
validation error
invalid rows value in resize event: {e}
validation error
not an asciicast v3 file
validation error
invalid size value in resize event
validation error
invalid cols value in resize event: {e}
validation error
invalid rows value in resize event: {e}
validation error
file exists, use --overwrite option to overwrite the file
exception error cli, file-conflict, overwrite-guard
This shell is already being streamed at {url}
exception error cli, session, relay, duplicate-stream
This shell is already being streamed
exception error cli, session, relay, duplicate-stream
file exists, use --overwrite or --append
exception error cli, file-conflict, recording
appending to asciicast v1 files is not supported
exception error cli, file-format, append, asciicast-v1
can't append: {e}
exception error cli, append, file-parse, corrupt-file
no stream matches "{id}"
exception error cli, relay, stream-lookup, not-found
multiple streams match "{id}" prefix: {urls}
exception error cli, relay, ambiguity, stream-lookup
can't append: file compression doesn't match its .zst extens
exception error cli, compression, zstd, append
cannot open log file {}: {}
exception error cli, logging, file-io, permissions
server URL is missing a host
validation error config, url, rust
bail!(e)
exception error filesystem, io, permissions, rust
need $HOME or $XDG_CONFIG_HOME or $ASCIINEMA_CONFIG_HOME
exception error environment, xdg, config, rust
need $HOME or $XDG_STATE_HOME or $ASCIINEMA_STATE_HOME
exception error environment, xdg, state, rust
invalid key definition '{key}'
validation error config, keybinding, parsing, rust
ping timeout
exception error network, websocket, timeout
bail!(e)
exception error network, websocket, tungstenite, rust
SplitStream closed
exception error network, websocket, eof
send timeout
exception error network, websocket, timeout, rust
unexpected close code ({code})
exception warning network, websocket, close-code, rust
Err(e) => Err(anyhow::anyhow!(e)),
exception warning websocket, tokio, broadcast-channel, backpressure
download failed: {e}
exception error network, http, download, anyhow
<link rel="alternate" type="application/x-asciicast" href=".
exception error html, scraping, network, http
can't open {}: {}
exception error filesystem, io, asciicast, file-not-found
empty file
validation error asciicast, empty-file, io, parsing
not a v1, v2, v3 asciicast file
validation error asciicast, format, parsing, validation
asciicast v{version} files can't be concatenated
exception error asciicast, concatenation, format-version, unsupported
asciinema requires ASCII or UTF-8 character encoding. The en
exception error locale, utf-8, environment, encoding
exit status: {}
exception warning process, exit-status, notification, external-command
no content-type header in the response
exception error http, missing-header, content-type, rust, network