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

[blocklink-addon] Traceback #1

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

[blocklink-addon] Traceback #1

GreenLunar opened this issue May 31, 2015 · 5 comments

Comments

@GreenLunar
Copy link

On enabling:

Traceback (most recent call last):
  File "/home/HOSTNAME/.local/share/liferea/plugins/blocklink-addon/blocklinkaddon.py", line 569, in do_activate
    current_views = self.current_webviews
  File "/home/HOSTNAME/.local/share/liferea/plugins/blocklink-addon/blocklinkaddon.py", line 548, 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/blocklink-addon/blocklinkaddon.py", line 580, in do_deactivate
    current_views = self.current_webviews
  File "/home/HOSTNAME/.local/share/liferea/plugins/blocklink-addon/blocklinkaddon.py", line 548, in current_webviews
    html_in_tabs = [x.htmlview for x in browser_tabs.props.tab_info_list]
TypeError: 'NoneType' object is not iterable
@mozbugbox
Copy link
Owner

I cannot reproduce the backtrace. Which version of liferea are you using? browser_tabs.props.tab_info_list should be an empty list as [] when no tab presented. Should not be None in any case.

@GreenLunar
Copy link
Author

Liferea 1.11.3

@mozbugbox
Copy link
Owner

Well, version 1.11.3 won't work. You have to use version 1.11.4 or the current git master because the webkit related plugins need commit lwindolf/liferea@9eafdd1 and some other commits to function properly.

@GreenLunar
Copy link
Author

I will reopen if issue persists.

@GreenLunar
Copy link
Author

Liferea 1.11.4
AdblockParser 0.4

On enabling:

Traceback (most recent call last):
  File "/home/HOSTNAME/.local/share/liferea/plugins/blocklink-addon/blocklinkaddon.py", line 574, in do_activate
    current_views = self.current_webviews
  File "/home/HOSTNAME/.local/share/liferea/plugins/blocklink-addon/blocklinkaddon.py", line 552, 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/blocklink-addon/blocklinkaddon.py", line 585, in do_deactivate
    current_views = self.current_webviews
  File "/home/HOSTNAME/.local/share/liferea/plugins/blocklink-addon/blocklinkaddon.py", line 552, 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

@GreenLunar GreenLunar reopened this Jun 5, 2015
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