-
Notifications
You must be signed in to change notification settings - Fork 232
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
tmuxp load
AssertionError or loads session only partially
#860
Comments
@mirosval I am seeing this intermittently locally, as well. This seems like a serious issue. Specifically - it happens on or around If you have more information or find a way to reliably produce it - that would be a huge gift |
@mirosval If you or anyone else encountering this removes their |
I have the same issue and removing the |
@tony I can confirm that commenting out |
I am also experiencing this, but with a config that has no |
What's the traceback look like? |
For anyone else posting, if you can provide your full config + |
WELL, I just tried it again and it worked, so I guess at best I can now say it is intermittent for me as well. However, the traceback posted by @mirosval looks very similar to what I remember, tmuxp config---
session_name: logs-vertical
windows:
- window_name: host1
layout: tiled
panes:
- ssh -t REDACTED
- ssh REDACTED
- ssh -t REDACTED
- window_name: host2
layout: tiled
panes:
- ssh -t REDACTED
- ssh REDACTED
- ssh -t REDACTED
- window_name: host3
layout: tiled
panes:
- ssh -t REDACTED
- ssh REDACTED
- ssh -t REDACTED
- window_name: host4
layout: tiled
panes:
- ssh -t REDACTED
- ssh REDACTED
- ssh -t REDACTED
- window_name: host5
layout: tiled
panes:
- ssh -t REDACTED
- ssh REDACTED
- ssh -t REDACTED
- window_name: host6
layout: tiled
panes:
- ssh -t REDACTED
- ssh REDACTED
- ssh -t REDACTED
- window_name: host7
layout: tiled
panes:
- ssh -t REDACTED
- ssh REDACTED
- ssh -t REDACTED
- window_name: host8
layout: tiled
panes:
- ssh -t REDACTED
- ssh REDACTED
- ssh -t REDACTED
- window_name: host9
layout: tiled
panes:
- ssh -t REDACTED
- ssh REDACTED
- ssh -t REDACTED
- window_name: host10
layout: tiled
panes:
- ssh -t REDACTED
- ssh REDACTED
- ssh -t REDACTED
- window_name: host11
layout: tiled
panes:
- ssh -t REDACTED
- ssh REDACTED
- ssh -t REDACTED
- window_name: host12
layout: tiled
panes:
- ssh -t REDACTED
- ssh REDACTED
- ssh -t REDACTED
tmuxp debug-info
|
Thank you!
if by chance it happens against and you have the full traceback, it'd be helpful to see! |
Running :
The resulting traceback is the following :
Let me know if you need more test. |
@xbatist Can you post Does it happen consistently, or only sometimes? |
Here is the config which generate consistent error when loading the config with
|
This causes builder to break tmux-python/tmuxp#860
This causes builder to break tmux-python/tmuxp#860
All good on my side ! It's back to normal. Thanks a lot for your quick fix. |
Step 1: Provide a summary of your problem
Previously working setup now only opens the first window when loading a new session using
tmuxp load
Step 2: Provide tmuxp details
`tmuxp debug-info`
Step 3: Describe the problem:
Steps to reproduce:
Have a file like this:
Do
Observed Results:
Sometimes when I run the command immediately again, it works, but only creates the first window of the two
Expected Results:
Create and open the new session with both windows and all panels
The text was updated successfully, but these errors were encountered: