tmux-python / tmux-python/libtmux
new_session raises TmuxObjectDoesNotExist even though the session name is new
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 127
- Avg merge
- 2h 13m
- Merged PRs (30d)
- 1
Description
Environment:
libtmux version: 0.46.2
Python version: 3.12
tmux version: [run tmux -V]
OS: UBUNTU
Expected Behavior:
A new session named 'pain' should be created without errors.
Actual Behavior:
Raises libtmux.exc.TmuxObjectDoesNotExist even though the session name is new and doesn’t already exist.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing new_session with the session name 'pain' using libtmux 0.46.2 on Ubuntu, and record the tmux version with tmux -V. Done means a new session is created without raising libtmux.exc.TmuxObjectDoesNotExist.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100