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

[shades] Traceback #2

Open
GreenLunar opened this issue May 31, 2015 · 0 comments
Open

[shades] Traceback #2

GreenLunar opened this issue May 31, 2015 · 0 comments

Comments

@GreenLunar
Copy link

On enabling:

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 clicking on Preferences button:

(liferea:3745): libpeas-CRITICAL **: show_configure_cb: assertion `GTK_IS_WIDGET (conf_widget)' failed
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