Closed l12436 closed 8 years ago
Hi @l12436,
Thanks for submitting a bug report and sorry for a delay! Could you please provide us a debug data from CatBlock's Options page -> Support tab?
Thank you.
=== Filter Lists === adblock_custom last updated: Tue, 23 Aug 2016 06:32:15 GMT easylist last updated: Tue, 23 Aug 2016 06:32:43 GMT malware last updated: Tue, 23 Aug 2016 06:32:15 GMT chinese last updated: Tue, 23 Aug 2016 06:32:16 GMT warning_removal last updated: Tue, 23 Aug 2016 06:33:50 GMT
=== Settings === catblock: true debug_logging: false youtube_channel_whitelist: false whitelist_hulu_ads: false show_context_menu_items: true show_advanced_options: false display_stats: true display_menu_stats: true show_block_counts_help_link: true malware-notification: undefined
=== Other Info === CatBlock version number: 1.4.4 Developer UserAgent: Mozilla/5.0 (X11 Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36
@l12436 Thanks for debug info. I have visited the link you've posted above and saw these three errors:
Did you mean these errors? Thanks
nope, there are some backtrace below. something like this.
@l12436 Thanks for the stack trace info. I am not able to reproduce this error but will look further into this bug.
@l12436 A fix is on the way - https://github.com/CatBlock/catblock/pull/66
僅限英文!
Please answer the following questions so that we can process your bug report, otherwise, we may have to ignore it.
Can you provide detailed steps on how to reproduce the problem?
What should happen when you do the above steps
What actually happened?
catblock/contentscript.js:115 el could be the document itself. and the document did not has width and height prop. causing javascript crash.
you could return undefined if the el is same as document. this code could fix this
if (el == document) { return undefined; }
Do you have any other comments? If you can, can you please attach a screenshot of the bug?
--- The questions below are optional but VERY helpful. ---
If unchecking all filter lists fixes the problem, which one filterlist must you check to cause the problem again after another restart?
Technical Chrome users: Go to chrome://extensions ->Developer Mode -> Inspect views: background page -> Console. Paste the contents here: