You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this annoying error in my logs and I can't seem to figure out why:
2024-12-13 14:52:07,691 ERROR libqtile loop.py:_handle_exception():L62 Exception in event loop:
Traceback (most recent call last):
File "/usr/lib/python3.11/asyncio/events.py", line 84, in _run
self._context.run(self._callback, *self._args)
File "HOME/.local/lib/python3.11/site-packages/qtile_extras/widget/githubnotifications.py", line 147, in _read_data
self.draw()
File "HOME/.local/lib/python3.11/site-packages/qtile_extras/widget/githubnotifications.py", line 156, in draw
self.drawer.clear(self.background or self.bar.background)
File "HOME/.local/lib/python3.11/site-packages/qtile_extras/widget/decorations.py", line 826, in new_clear
decoration.draw()
File "HOME/.local/lib/python3.11/site-packages/qtile_extras/widget/decorations.py", line 427, in draw
self.ctx.fill_preserve()
File "HOME/.local/lib/python3.11/site-packages/cairocffi/context.py", line 1423, in fill_preserve
self._check_status()
File "HOME/.local/lib/python3.11/site-packages/cairocffi/context.py", line 107, in _check_status
_check_status(cairo.cairo_status(self._pointer))
File "HOME/.local/lib/python3.11/site-packages/cairocffi/__init__.py", line 87, in _check_status
raise exception(message, status)
cairocffi.CairoError: cairo returned CAIRO_STATUS_SURFACE_FINISHED: b'the target surface has been finished'
Seems to happen randomly, doesn't seem to be reload-related, doesn't look like it's related to polling.
Maybe it's some of the finalization code written recently?
The text was updated successfully, but these errors were encountered:
ervinpopescu
changed the title
CAIRO_STATUS_SURFACE_FINISHED error in githubnotificationsCAIRO_STATUS_SURFACE_FINISHED error in githubnotificationsDec 13, 2024
I don't reload that often lately. Something like once a day max. That said, I do think it is reload related after all. I just reloaded a second machine I don't reload that often and the error occurred again.
I get this annoying error in my logs and I can't seem to figure out why:
Seems to happen randomly, doesn't seem to be reload-related, doesn't look like it's related to polling.
Maybe it's some of the finalization code written recently?
The text was updated successfully, but these errors were encountered: