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

[webkit-setting] Traceback #3

Open
GreenLunar opened this issue May 31, 2015 · 1 comment
Open

[webkit-setting] Traceback #3

GreenLunar opened this issue May 31, 2015 · 1 comment

Comments

@GreenLunar
Copy link

On enabling:

Traceback (most recent call last):
  File "/home/HOSTNAME/.local/share/liferea/plugins/webkit-setting/webkitsetting.py", line 219, in do_activate
    current_views = self.current_webviews
  File "/home/HOSTNAME/.local/share/liferea/plugins/webkit-setting/webkitsetting.py", line 275, 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/webkit-setting/webkitsetting.py", line 233, in do_deactivate
    self.unconfig_soup()
  File "/home/HOSTNAME/.local/share/liferea/plugins/webkit-setting/webkitsetting.py", line 385, in unconfig_soup
    soup_session.disconnect(soup_session.request_queued_cid)
AttributeError: 'SessionAsync' object has no attribute 'request_queued_cid'

On clicking on Preferences button:

(liferea:3745): libpeas-CRITICAL **: show_configure_cb: assertion `GTK_IS_WIDGET (conf_widget)' failed
@lwindolf
Copy link
Contributor

lwindolf commented Feb 4, 2019

PR #10 fixes this

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

2 participants