Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Session already exists, but is dead #3731

Open
matiux opened this issue Nov 6, 2024 · 1 comment
Open

Session already exists, but is dead #3731

matiux opened this issue Nov 6, 2024 · 1 comment

Comments

@matiux
Copy link

matiux commented Nov 6, 2024

version: zellij 0.41.1
stty size: 63 253
uname -av: Linux iuxhome 6.11.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 01 Nov 2024 03:30:41 +0000 x86_64 GNU/Linux

After updating to version 0.41.1 I get this error:
Session with name "default-session" already exists, but is dead. Use the attach command to resurrect it or, the delete-session command to kill it or specify a different name.

To run Zellij, I alway had this snippet in my .zshrc:

if [[ ! -v ZELLIJ || ( -v ZELLIJ && $ZELLIJ -eq 1 ) ]]; then
	#(( ${+commands[zellij]} )) && eval "$(zellij attach default-session)"
	zellij attach --create default-session
fi

zellij ls does not show anything

@merikan
Copy link

merikan commented Nov 13, 2024

@matiux it sounds like #3371

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants