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
Traceback (most recent call last):
File "/home/HOSTNAME/.local/share/liferea/plugins/shades/shades.py", line 263, in do_activate
current_views = self.current_webviews
File "/home/HOSTNAME/.local/share/liferea/plugins/shades/shades.py", line 242, in current_webviews
html_in_tabs = [x.htmlview for x in browser_tabs.props.tab_info_list]
TypeError: 'NoneType' object is not iterable
On disabling:
Traceback (most recent call last):
File "/home/HOSTNAME/.local/share/liferea/plugins/shades/shades.py", line 274, in do_deactivate
current_views = self.current_webviews
File "/home/HOSTNAME/.local/share/liferea/plugins/shades/shades.py", line 242, in current_webviews
html_in_tabs = [x.htmlview for x in browser_tabs.props.tab_info_list]
TypeError: 'NoneType' object is not iterable
On enabling:
On disabling:
On clicking on Preferences button:
The text was updated successfully, but these errors were encountered: