We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
I think its the speedometer
Sorry, something went wrong.
No branches or pull requests
Hi, one of the widgets is throwing errors.
Heres what I see:
The text was updated successfully, but these errors were encountered: