Replies: 2 comments
-
|
P.S. I’m asking here instead of on the plugin’s GitHub to get some guidance on how to debug this issue. I tried reverting the plugin to a previous commit that worked before, but the same error still occurs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
See https://yazi-rs.github.io/docs/plugins/overview#debugging |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What system are you running Yazi on?
macOS
What terminal are you running Yazi in?
Ghostty 1.2.2
yazi --debugoutputYazi Version: 25.5.31 (Homebrew 2025-05-30) Debug : false Triple : aarch64-apple-darwin (macos-aarch64) Rustc : 1.87.0 (17067e9a 2025-05-09) Ya Version: 25.5.31 (Homebrew 2025-05-30) Emulator TERM : Some("tmux-256color") TERM_PROGRAM : Some("tmux") TERM_PROGRAM_VERSION: Some("3.6a") Brand.from_env : None Emulator.detect : Emulator { kind: Left(Ghostty), light: false, csi_16t: (7, 16), force_16t: false } Adapter Adapter.matches : Kgp Dimension.available: Dimension { rows: 26, columns: 183, width: 1281, height: 416 } Desktop XDG_SESSION_TYPE : None WAYLAND_DISPLAY : None DISPLAY : Some("/private/tmp/com.apple.launchd.omDulFqYCv/org.xquartz:0") SWAYSOCK : None HYPRLAND_INSTANCE_SIGNATURE: None WAYFIRE_SOCKET : None SSH shared.in_ssh_connection: false WSL WSL: false Variables SHELL : Some("/bin/zsh") EDITOR : None VISUAL : None YAZI_FILE_ONE : None YAZI_CONFIG_HOME: None YAZI_ZOXIDE_OPTS: None FZF_DEFAULT_OPTS: Some(" --ansi --no-height --no-reverse --color=fg:#f8f8f2,bg:#282a36,hl:#bd93f9 --color=fg+:#f8f8f2,bg+:#44475a,hl+:#bd93f9 --color=info:#ffb86c,prompt:#c6a0f6,pointer:#ff79c6 --color=marker:#ff79c6,spinner:#ffb86c,header:#6272a4") Text Opener default : Some(OpenerRule { run: "${EDITOR:-vi} \"$@\"", block: true, orphan: false, desc: "$EDITOR", for: None, spread: true }) block-create: Some(OpenerRule { run: "${EDITOR:-vi} \"$@\"", block: true, orphan: false, desc: "$EDITOR", for: None, spread: true }) block-rename: Some(OpenerRule { run: "${EDITOR:-vi} \"$@\"", block: true, orphan: false, desc: "$EDITOR", for: None, spread: true }) Multiplexers TMUX : true tmux version : tmux 3.6a tmux build flags : enable-sixel=Supported ZELLIJ_SESSION_NAME: None Zellij version : 0.43.1 Dependencies file : 5.41 ueberzugpp : No such file or directory (os error 2) ffmpeg/ffprobe: 8.0.1 / 8.0.1 pdftoppm : 25.12.0 magick : 7.1.2-11 fzf : 0.67.0 fd/fdfind : 10.3.0 / No such file or directory (os error 2) rg : 15.1.0 chafa : No such file or directory (os error 2) zoxide : 0.9.8 7zz/7z : 25.01 / 17.05 resvg : No such file or directory (os error 2) jq : 1.8.1 Clipboard wl-copy/paste: No such file or directory (os error 2) / No such file or directory (os error 2) xclip : No such file or directory (os error 2) xsel : No such file or directory (os error 2) Routine `file -bL --mime-type`: text/plain See https://yazi-rs.github.io/docs/plugins/overview#debugging on how to enable logging or debug runtime errors.Describe the question
I am using lazygit.yazi plugin, it was working normally before, and today I decided to update the plugin. However after updating, I can't open the plugin anymore and also no clear error message shown (as image attached below). How do I debug to observe what went wrong? Is there a way to debug process started from yazi plugin?
Anything else?
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions