ErrLookup › zellij-org/zellij
zellij-org/zellij
A terminal workspace with batteries included · Rust · 349 source files
Analyzed at 98a0837077 on 2026-08-16. 119 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| '{}' is out of date, run `cargo xtask assets` | exception | error | build, ci, assets, determinism, javascript |
| duplicate top-level identifier '{}' declared in both '{}.js' | exception | error | javascript, bundler, assets, duplicate-identifier |
| dynamic import is not supported at {} | exception | error | javascript, bundler, dynamic-import, assets |
| unrecognised import syntax at {} | exception | error | javascript, bundler, parser, import, assets |
| unterminated import statement at {} | exception | error | javascript, bundler, parser, import, assets |
| unrecognised export syntax at {} | exception | error | javascript, bundler, export, assets |
| unsupported export form at {} | exception | error | javascript, bundler, export, assets |
| missing module specifier at {} | exception | error | javascript, bundler, import, specifier, assets |
| only relative sibling module specifiers are supported, found | exception | error | javascript, bundler, import, specifier, assets |
| module '{}' referenced at {} is not part of the bundle | exception | error | javascript, bundler, configuration, assets |
| tag referencing '{}' is missing an integrity attribute | exception | error | html, integrity, assets, bundler |
| No plugin found at '{}' | exception | error | build, plugins, wasm, artifacts, cross-compilation |
| either '--build' or '--test' must be provided! | exception | error | cli, usage, flags, ci, e2e |
| flags '--build' and '--test' are mutually exclusive! | exception | error | cli, usage, flags, ci, e2e |
| couldn't find 'cargo-zigbuild' | exception | error | macos, cross-compilation, dependencies, e2e, build |
| !!! cargo make has been deprecated by zellij !!! Our build | exception | warning | deprecation, build-system, cli, migration |
| flag '--no-push' can only be used with '--cargo-registry' | exception | error | cli, usage, publish, flags |
| rustc didn't output the 'host' triple | exception | error | rustc, toolchain, environment, test |
| rustc provided multiple host triples: {:?} | exception | error | rustc, toolchain, environment, test |
| failed to create async reader: {} | exception | error | |
| could not find raw file descriptor | exception | error | |
| no ConPTY terminal found for id {} | exception | error | |
| Pane not found | exception | error | |
| Pane not found | exception | error | |
| Not enough room for another pane! | exception | error | |
| Failed to extract geoms from stack | exception | error | |
| Failed to get pane geoms | exception | error | |
| Failed to find root geom | exception | error | |
| Don't know how to perform resize operation: '{strategy}' | exception | error | |
| Invalid combination of alignment ({alignment}) and direction | exception | error | |
| Failed to get pane geom | exception | error | |
| Failed to convert to protobuf: {:?} | exception | error | |
| Plugin is not stored in memory | exception | error | plugin, wasm, cache, reload, plugin-loader |
| Failed to serialize user configuration: {:?} | exception | error | plugin, protobuf, configuration, layout |
| Failed to get running plugin | exception | error | plugin, permissions, lifecycle, race, wasm-bridge |
| Failed to convert to protobuf: {:?} | exception | error | plugin, protobuf, event, internal-invariant, shutdown |
| failed to convert serialized command: {} | exception | error | plugin, protobuf, version-mismatch, wasi, command |
| Failed to serialized plugin ids: {} | exception | warning | plugin, protobuf, non-fatal, plugin-ids |
| Worker name not specified in message to worker | exception | error | plugin, worker, api-misuse, message-routing |
| Worker name ("{}") should not be specified in message to plu | exception | error | plugin, worker, api-misuse, message-routing |
| Failed to parse layout: {:?} | exception | error | layout, kdl, plugin, parsing |
| Failed to deserialize layout: {} | exception | error | layout, kdl, session, plugin, parsing |
| Failed to parse plugin location: {} | exception | error | plugin, url, filesystem, alias, plugin-loader |
| found no sender to send plugin instruction to | exception | warning | filesystem, watch, shutdown, race, non-fatal |
| Failed to serialize pane scrollback response: {} | exception | warning | protobuf, scrollback, plugin, non-fatal |
| cannot respawn plugin panes | exception | error | pty, plugin, api-misuse, pane, respawn |
| No tabs left, cannot move clients: {:?} from closed tab | exception | warning | tabs, session, lifecycle, non-fatal, shutdown |
| Tab index {:?} not found | exception | warning | tabs, race, index, non-fatal, focus |
| active tab {} does not exist | exception | error | tabs, client, state-desync, focus, screen |
| Could not find editor pane to replace - is no pane focused? | exception | warning | rust, zellij, command-palette, focus, non-fatal |
| Could not find editor pane to replace | exception | warning | rust, zellij, pane-lifecycle, stale-id, non-fatal |
| failed to find active pane id for client {client_id} | exception | error | rust, zellij, input-routing, focus, empty-tab |
| no active pane for client {client_id} | exception | error | rust, zellij, paste, focus, clipboard |
| failed to find pane with id {pane_id:?} | exception | error | rust, zellij, input-routing, pane-lifecycle, stale-id, sync-panes |
| Failed to find pane {pane_id:?} | exception | error | rust, zellij, mouse, selection, stale-id |
| Failed to find active pane | exception | warning | rust, zellij, mouse, resize, focus |
| Failed to find pane {active_pane_id:?} | exception | error | rust, zellij, mouse, state-desync, pane-lifecycle |
| Failed to find pane at position | exception | warning | rust, zellij, mouse, floating-panes, hit-testing |
| Unknown component: {} | exception | error | ui, components, parsing, plugin-protocol, version-skew |
| failed to send message to channel: {:#?} | exception | error | channel, concurrency, shutdown, ipc, send-error |
| failed to send message to channel | exception | error | channel, concurrency, shutdown, ipc |
| cannot acquire poisoned lock for {e:#?} | exception | critical | mutex, poison, panic, concurrency, lock |
| failed to load plugin from disk | exception | error | plugin, wasm, filesystem, config, layout |
| SkipConfirm missing action | exception | error | protobuf, ipc, action, skip-confirm, validation |
| NewTiledPluginPane missing plugin | exception | error | protobuf, ipc, action, plugin, validation |
| NewFloatingPluginPane missing plugin | exception | error | protobuf, ipc, action, plugin, floating-pane, validation |
| NewInPlacePluginPane missing plugin | exception | error | protobuf, ipc, action, plugin, in-place-pane, validation |
| StartOrReloadPlugin missing plugin | exception | error | protobuf, ipc, action, plugin, reload, validation |
| ChangeFloatingPaneCoordinates missing pane_id | exception | error | protobuf, ipc, action, floating-pane, pane-id, validation |
| ChangeFloatingPaneCoordinates missing coordinates | exception | error | protobuf, ipc, action, floating-pane, coordinates, validation |
| TogglePaneBorderless missing pane_id | exception | error | protobuf, ipc, action, pane-id, borderless, validation |
| SetPaneBorderless missing pane_id | exception | error | protobuf, ipc, action, pane-id, borderless, validation |
| SetPaneColor missing pane_id | exception | error | protobuf, ipc, action, pane-id, color, validation |
| ScrollUpByPaneId missing pane_id | exception | error | protobuf, ipc, action, pane-id, scroll, validation |
| ScrollDownByPaneId missing pane_id | exception | error | protobuf, ipc, action, pane-id, scroll, validation |
| ScrollToTopByPaneId missing pane_id | exception | error | protobuf, ipc, action, pane-id, scroll, validation |
| ScrollToBottomByPaneId missing pane_id | exception | error | protobuf, ipc, action, pane-id, scroll, validation |
| PageScrollUpByPaneId missing pane_id | exception | error | zellij, ipc, protobuf, rust, pane-id, scroll |
| PageScrollDownByPaneId missing pane_id | exception | error | zellij, ipc, protobuf, rust, pane-id, scroll |
| HalfPageScrollUpByPaneId missing pane_id | exception | error | zellij, ipc, protobuf, rust, pane-id, scroll |
| HalfPageScrollDownByPaneId missing pane_id | exception | error | zellij, ipc, protobuf, rust, pane-id, scroll |
| ResizeByPaneId missing resize_action | exception | error | zellij, ipc, protobuf, rust, pane-id, resize |
| ResizeByPaneId missing pane_id | exception | error | zellij, ipc, protobuf, rust, pane-id, resize |
| MovePaneByPaneId missing pane_id | exception | error | zellij, ipc, protobuf, rust, pane-id, layout |
| MovePaneBackwardsByPaneId missing pane_id | exception | error | zellij, ipc, protobuf, rust, pane-id, layout |
| ClearScreenByPaneId missing pane_id | exception | error | zellij, ipc, protobuf, rust, pane-id, terminal |
| EditScrollbackByPaneId missing pane_id | exception | error | zellij, ipc, protobuf, rust, pane-id, scrollback |
| ToggleFullscreenByPaneId missing pane_id | exception | error | zellij, ipc, protobuf, rust, pane-id, fullscreen |
| ToggleNoUiFullscreenByPaneId missing pane_id | exception | error | zellij, ipc, protobuf, rust, pane-id, fullscreen |
| TogglePaneEmbedOrFloatingByPaneId missing pane_id | exception | error | zellij, ipc, protobuf, rust, pane-id, floating |
| CloseFocusByPaneId missing pane_id | exception | error | zellij, ipc, protobuf, rust, pane-id, lifecycle |
| UndoRenamePaneByPaneId missing pane_id | exception | error | zellij, ipc, protobuf, rust, pane-id, rename |
| TogglePanePinnedByPaneId missing pane_id | exception | error | zellij, ipc, protobuf, rust, pane-id, layout |
| FocusPaneByPaneId missing pane_id | exception | error | zellij, ipc, protobuf, rust, pane-id, focus |
| Character key missing character data | exception | error | zellij, ipc, protobuf, rust, keyboard, input |
| Empty character string | exception | error | zellij, ipc, protobuf, rust, keyboard, input, validation |
| LayoutInfo missing layout_type | exception | error | zellij, ipc, protobuf, rust, layout, oneof |
| Unspecified exit reason | exception | error | protobuf, ipc, serialization, exit-reason |
| Invalid InputMode value: {} | exception | error | protobuf, ipc, input-mode, enum-decode |
| Invalid ResizeType: {} | exception | error | protobuf, ipc, resize, enum-decode |
| Unspecified ResizeType | exception | warning | protobuf, dead-code, ipc, enum-decode |
| Invalid Direction: {} | exception | error | protobuf, ipc, direction, enum-decode |
| Unspecified direction | exception | warning | protobuf, dead-code, ipc, direction |
| This zellij was built without bundled plugins (feature 'disa | exception | error | setup, build-features, plugins, packaging |
| Swap Layout not found for: {} | exception | warning | setup, layouts, swap-layout, cli |
| The layout was not found | validation | error | layouts, setup, assets, config |
| Exceeded log buffer size. Make sure that your plugin calls f | exception | error | plugins, wasm, logging, stderr, buffer |
| Process returned non-zero exit code: {} | exception | critical | server, spawn, socket, startup |
| could not enable raw mode | panic | critical | rust, zellij, raw-mode, tty, crossterm, terminal |
| failed to build forward-timeout runtime | panic | critical | rust, zellij, tokio, runtime, fd-exhaustion, resources |
| failed to spawn forward-timeout driver thread | panic | critical | rust, zellij, threads, resource-limits, tokio |
| Failed to create tokio runtime | panic | critical | rust, zellij, tokio, runtime, resource-limits, server |
| could not daemonize the server process | panic | critical | rust, zellij, daemonize, unix, process-limits, server-startup |
| failed to accept reply connection | panic | critical | rust, zellij, windows, named-pipes, ipc, accept |
| Not valid Utf8 Encoding | panic | error | rust, zellij, utf8, paths, filesystem, open-file |
| failed to spawn | panic | critical | rust, zellij, spawn, pty, unix, command-not-found |
| failed to receive event on channel | panic | critical | rust, zellij, channels, plugin-wasm, shutdown, recv |
| failed to receive event on channel | panic | critical | rust, zellij, channels, pty, shutdown, recv |
| Program terminates | panic | critical | rust, zellij, fatal-error, anyhow, error-context, panic |