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

AttributeError: 'GraphDisplay' object has no attribute 'sizing' #72

Open
p1r473 opened this issue Apr 5, 2024 · 1 comment
Open

AttributeError: 'GraphDisplay' object has no attribute 'sizing' #72

p1r473 opened this issue Apr 5, 2024 · 1 comment

Comments

@p1r473
Copy link

p1r473 commented Apr 5, 2024

Hi, one of the widgets is throwing errors.
Heres what I see:

   canv = self._original_widget.render(size, focus=focus)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/urwid/widget/widget.py", line 112, in cached_render
    canv = fn(self, size, focus=focus)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/urwid/widget/columns.py", line 926, in render
    widths, _, size_args = self.get_column_sizes(size, focus)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/urwid/widget/columns.py", line 857, in get_column_sizes
    w_sizing = widget.sizing()
               ^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/urwid/widget/pile.py", line 103, in sizing
    w_sizing = widget.sizing()
               ^^^^^^^^^^^^^
AttributeError: 'GraphDisplay' object has no attribute 'sizing'

image

@p1r473
Copy link
Author

p1r473 commented Nov 7, 2024

I think its the speedometer

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