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

TerminalError: Incomplete response to window size query #115

Open
walles opened this issue Jul 2, 2023 · 0 comments
Open

TerminalError: Incomplete response to window size query #115

walles opened this issue Jul 2, 2023 · 0 comments

Comments

@walles
Copy link
Owner

walles commented Jul 2, 2023

px version: 3.3.1

Python version: 3.11.4 (main, Jun  7 2023, 00:46:41) [Clang 13.0.0 (clang-1300.0.29.30)]

Platform info: Darwin-20.6.0-x86_64-64bit

2023-07-02 14:58:41CEST ERROR    Running ptop failed
Traceback (most recent call last):
  File "/usr/local/Cellar/px/3.3.1/libexec/lib/python3.11/site-packages/px/px_top.py", line 566, in top
    _top(search=search)
  File "/usr/local/Cellar/px/3.3.1/libexec/lib/python3.11/site-packages/px/px_top.py", line 536, in _top
    command = get_command()
              ^^^^^^^^^^^^^
  File "/usr/local/Cellar/px/3.3.1/libexec/lib/python3.11/site-packages/px/px_top.py", line 499, in get_command
    px_process_menu.PxProcessMenu(process).start()
  File "/usr/local/Cellar/px/3.3.1/libexec/lib/python3.11/site-packages/px/px_process_menu.py", line 177, in start
    self.refresh_display()
  File "/usr/local/Cellar/px/3.3.1/libexec/lib/python3.11/site-packages/px/px_process_menu.py", line 104, in refresh_display
    _, columns = px_terminal.get_window_size()
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/Cellar/px/3.3.1/libexec/lib/python3.11/site-packages/px/px_terminal.py", line 168, in get_window_size
    raise TerminalError("Incomplete response to window size query")
px.px_terminal.TerminalError: Incomplete response to window size query
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

1 participant