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

Qb fails to open a new page #7334

Open
jcguu95 opened this issue Aug 4, 2022 · 7 comments
Open

Qb fails to open a new page #7334

jcguu95 opened this issue Aug 4, 2022 · 7 comments
Labels
os: macOS Issues which only happen on macOS. status: can't reproduce Issues which can't be reproduced.

Comments

@jcguu95
Copy link

jcguu95 commented Aug 4, 2022

Version info:
qutebrowser v2.5.2
Git commit: 951a14a on HEAD (2022-06-22 15:30:51 +0200)
Backend: QtWebEngine 5.15.2, based on Chromium 83.0.4103.122
Qt: 5.15.2

Does the bug happen if you start with --temp-basedir?:
Yes

Description
I was on archlinux and qb worked fine for years (thanks!). Last week, I switched to macos and qb has failed to open a webpage several times. I had to turn off and on qb, before using it further. It has nothing to do with my network because even the page :version refuses to open sometimes.

How to reproduce
I happens randomly.

@toofar toofar added status: can't reproduce Issues which can't be reproduced. os: macOS Issues which only happen on macOS. labels Aug 5, 2022
@The-Compiler
Copy link
Member

What does "has failed to open" mean precisely? Could you please do :report when it happens, so I could take a look at the logs?

@jcguu95
Copy link
Author

jcguu95 commented Aug 12, 2022

Oddly, it hasn't been happening for three days.. I will capture the report next time it happens. Thanks for your feedback.

@jcguu95 jcguu95 closed this as completed Aug 12, 2022
@The-Compiler
Copy link
Member

Alright! Note there might not be much that qutebrowser can do in any case - this sounds more like an issue in the underlying QtWebEngine/Chromium.

@jcguu95
Copy link
Author

jcguu95 commented Aug 14, 2022

Oh! Here it comes again. The relevant report:

15:45:11 DEBUG    ipc        ipc:update_atime:429 Touching /private/var/folders/hz/m3t0n49s5358bjp454wmzgp00000gn/T/qutebrowser/i-84fff20659999e2b83b45c6851ec57dd
15:46:11 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x11210de10>
15:46:11 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtCore.QObject object at 0x11210de10>
15:46:11 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x11210de10>
15:46:12 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:12 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x0 / text: 'd' / dry_run True
15:46:12 DEBUG    modes      modeman:_handle_keypress:312 match: 1, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x130f517e0>)
15:46:12 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:12 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x0 / text: 'd' / dry_run False
15:46:12 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: No match for 'd' (added d)
15:46:12 DEBUG    modes      modeman:_handle_keypress:312 match: 1, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x130eabe20>)
15:46:12 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:12 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:12 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x0 / text: 'd' / dry_run True
15:46:12 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12ca528c0>)
15:46:12 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:12 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x0 / text: 'd' / dry_run False
15:46:12 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for 'dd'.
15:46:12 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: dd).
15:46:12 DEBUG    commands   command:run:535 command called: tab-close
15:46:12 DEBUG    commands   command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.tab_close(<qutebrowser.browser.commands.CommandDispatcher>, False, False, False, False, None)
15:46:12 DEBUG    modes      tabbedbrowser:_on_current_changed:852 Current tab changed, focusing <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=4 url='https://dev.to/codemouse92/dead-simple-python-project-structure-and-imports-38c6'>
15:46:12 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x12ca50790>
15:46:12 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtCore.QObject object at 0x12ca50790>
15:46:12 DEBUG    modes      tabbedbrowser:_on_current_changed:859 Mode before tab change: normal (mode_on_change = normal)
15:46:12 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.hint (reason tab changed) as we're in mode KeyMode.normal
15:46:12 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.caret (reason tab changed) as we're in mode KeyMode.normal
15:46:12 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.insert (reason tab changed) as we're in mode KeyMode.normal
15:46:12 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.passthrough (reason tab changed) as we're in mode KeyMode.normal
15:46:12 DEBUG    modes      tabbedbrowser:_on_current_changed:870 Mode after tab change: normal (mode_on_change = normal)
15:46:12 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12ca50b80>)
15:46:12 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x130eab7f0>
15:46:12 DEBUG    destroy    objreg:on_destroyed:126 schedule removal: 3
15:46:12 DEBUG    destroy    objreg:on_destroyed:126 schedule removal: tab
15:46:12 DEBUG    misc       eventfilter:eventFilter:63 <PyQt5.QtWidgets.QWidget object at 0x130eab7f0>: removed child <PyQt5.QtCore.QObject object at 0x12ca51750>
15:46:12 DEBUG    misc       eventfilter:eventFilter:63 <PyQt5.QtWidgets.QWidget object at 0x130eab7f0>: removed child <PyQt5.QtWidgets.QWidget object at 0x12ca51750>
15:46:12 DEBUG    destroy    objreg:_on_destroyed:131 removed: 3
15:46:12 DEBUG    destroy    objreg:_on_destroyed:131 removed: tab
15:46:12 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:13 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:13 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x1000022 / modifiers: 0x10000000 / text: '<Meta>' / dry_run True
15:46:13 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Ignoring, only modifier
15:46:13 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x11210c670>)
15:46:13 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:13 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x1000022 / modifiers: 0x10000000 / text: '<Meta>' / dry_run True
15:46:13 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Ignoring, only modifier
15:46:13 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x11210c670>)
15:46:13 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:13 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x1000022 / modifiers: 0x10000000 / text: '<Meta>' / dry_run False
15:46:13 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Ignoring, only modifier
15:46:13 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x12ca51cf0>)
15:46:13 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:13 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run True
15:46:13 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12ca52560>)
15:46:13 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:13 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run False
15:46:13 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for '<Ctrl+d>'.
15:46:13 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: <Ctrl+d>).
15:46:13 DEBUG    commands   command:run:535 command called: scroll-page ['0', '0.5']
15:46:13 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:13 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:13 DEBUG    commands   command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.scroll_page(<qutebrowser.browser.commands.CommandDispatcher>, 0.0, 0.5, top_navigate=None, bottom_navigate=None, count=1)
15:46:13 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12ca52560>)
15:46:13 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:13 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:13 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run True
15:46:13 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12ca52560>)
15:46:13 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:13 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run False
15:46:13 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for '<Ctrl+d>'.
15:46:13 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: <Ctrl+d>).
15:46:13 DEBUG    commands   command:run:535 command called: scroll-page ['0', '0.5']
15:46:13 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:13 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:13 DEBUG    commands   command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.scroll_page(<qutebrowser.browser.commands.CommandDispatcher>, 0.0, 0.5, top_navigate=None, bottom_navigate=None, count=1)
15:46:13 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12ca50a60>)
15:46:14 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:14 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:14 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run True
15:46:14 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12ca50a60>)
15:46:14 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:14 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run False
15:46:14 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for '<Ctrl+d>'.
15:46:14 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: <Ctrl+d>).
15:46:14 DEBUG    commands   command:run:535 command called: scroll-page ['0', '0.5']
15:46:14 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:14 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:14 DEBUG    commands   command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.scroll_page(<qutebrowser.browser.commands.CommandDispatcher>, 0.0, 0.5, top_navigate=None, bottom_navigate=None, count=1)
15:46:14 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fd510>)
15:46:14 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:14 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:14 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run True
15:46:14 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fc040>)
15:46:14 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:14 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run False
15:46:14 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for '<Ctrl+d>'.
15:46:14 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: <Ctrl+d>).
15:46:14 DEBUG    commands   command:run:535 command called: scroll-page ['0', '0.5']
15:46:14 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:14 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:14 DEBUG    commands   command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.scroll_page(<qutebrowser.browser.commands.CommandDispatcher>, 0.0, 0.5, top_navigate=None, bottom_navigate=None, count=1)
15:46:14 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fc040>)
15:46:14 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:14 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:14 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run True
15:46:14 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fc040>)
15:46:14 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:14 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run False
15:46:14 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for '<Ctrl+d>'.
15:46:14 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: <Ctrl+d>).
15:46:14 DEBUG    commands   command:run:535 command called: scroll-page ['0', '0.5']
15:46:14 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:14 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:14 DEBUG    commands   command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.scroll_page(<qutebrowser.browser.commands.CommandDispatcher>, 0.0, 0.5, top_navigate=None, bottom_navigate=None, count=1)
15:46:14 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fc040>)
15:46:14 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:14 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:14 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run True
15:46:14 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fc040>)
15:46:14 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:14 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run False
15:46:14 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for '<Ctrl+d>'.
15:46:14 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: <Ctrl+d>).
15:46:14 DEBUG    commands   command:run:535 command called: scroll-page ['0', '0.5']
15:46:14 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:14 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:14 DEBUG    commands   command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.scroll_page(<qutebrowser.browser.commands.CommandDispatcher>, 0.0, 0.5, top_navigate=None, bottom_navigate=None, count=1)
15:46:14 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fc040>)
15:46:15 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:15 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:15 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run True
15:46:15 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fc040>)
15:46:15 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:15 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run False
15:46:15 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for '<Ctrl+d>'.
15:46:15 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: <Ctrl+d>).
15:46:15 DEBUG    commands   command:run:535 command called: scroll-page ['0', '0.5']
15:46:15 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:15 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:15 DEBUG    commands   command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.scroll_page(<qutebrowser.browser.commands.CommandDispatcher>, 0.0, 0.5, top_navigate=None, bottom_navigate=None, count=1)
15:46:15 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fc040>)
15:46:15 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:16 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:16 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run True
15:46:16 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fc040>)
15:46:16 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:16 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run False
15:46:16 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for '<Ctrl+d>'.
15:46:16 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: <Ctrl+d>).
15:46:16 DEBUG    commands   command:run:535 command called: scroll-page ['0', '0.5']
15:46:16 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:16 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:16 DEBUG    commands   command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.scroll_page(<qutebrowser.browser.commands.CommandDispatcher>, 0.0, 0.5, top_navigate=None, bottom_navigate=None, count=1)
15:46:16 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fc040>)
15:46:16 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:16 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:16 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run True
15:46:16 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fc040>)
15:46:16 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:16 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run False
15:46:16 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for '<Ctrl+d>'.
15:46:16 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: <Ctrl+d>).
15:46:16 DEBUG    commands   command:run:535 command called: scroll-page ['0', '0.5']
15:46:16 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:16 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:16 DEBUG    commands   command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.scroll_page(<qutebrowser.browser.commands.CommandDispatcher>, 0.0, 0.5, top_navigate=None, bottom_navigate=None, count=1)
15:46:16 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fc040>)
15:46:16 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:16 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:16 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run True
15:46:16 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fc040>)
15:46:16 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:16 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run False
15:46:16 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for '<Ctrl+d>'.
15:46:16 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: <Ctrl+d>).
15:46:16 DEBUG    commands   command:run:535 command called: scroll-page ['0', '0.5']
15:46:16 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:16 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:16 DEBUG    commands   command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.scroll_page(<qutebrowser.browser.commands.CommandDispatcher>, 0.0, 0.5, top_navigate=None, bottom_navigate=None, count=1)
15:46:16 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fc040>)
15:46:16 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:16 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:16 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run True
15:46:16 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fc040>)
15:46:16 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:16 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run False
15:46:16 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for '<Ctrl+d>'.
15:46:16 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: <Ctrl+d>).
15:46:16 DEBUG    commands   command:run:535 command called: scroll-page ['0', '0.5']
15:46:16 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:16 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:16 DEBUG    commands   command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.scroll_page(<qutebrowser.browser.commands.CommandDispatcher>, 0.0, 0.5, top_navigate=None, bottom_navigate=None, count=1)
15:46:16 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fc040>)
15:46:17 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:17 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:17 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run True
15:46:17 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fc040>)
15:46:17 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:17 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run False
15:46:17 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for '<Ctrl+d>'.
15:46:17 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: <Ctrl+d>).
15:46:17 DEBUG    commands   command:run:535 command called: scroll-page ['0', '0.5']
15:46:17 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:17 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:17 DEBUG    commands   command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.scroll_page(<qutebrowser.browser.commands.CommandDispatcher>, 0.0, 0.5, top_navigate=None, bottom_navigate=None, count=1)
15:46:17 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fc040>)
15:46:17 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:17 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:17 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run True
15:46:17 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fc040>)
15:46:17 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:17 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x10000000 / text: '<Meta+d>' / dry_run False
15:46:17 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for '<Ctrl+d>'.
15:46:17 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: <Ctrl+d>).
15:46:17 DEBUG    commands   command:run:535 command called: scroll-page ['0', '0.5']
15:46:17 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:17 DEBUG    commands   argparser:multitype_conv:158 Trying to parse None as <class 'NoneType'>
15:46:17 DEBUG    commands   command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.scroll_page(<qutebrowser.browser.commands.CommandDispatcher>, 0.0, 0.5, top_navigate=None, bottom_navigate=None, count=1)
15:46:17 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fc040>)
15:46:17 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:17 DEBUG    modes      modeman:_handle_keyrelease:337 filter: False
15:46:17 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:17 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x0 / text: 'd' / dry_run True
15:46:17 DEBUG    modes      modeman:_handle_keypress:312 match: 1, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fd510>)
15:46:17 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:17 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x0 / text: 'd' / dry_run False
15:46:17 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: No match for 'd' (added d)
15:46:18 DEBUG    modes      modeman:_handle_keypress:312 match: 1, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fc430>)
15:46:18 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:18 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:18 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x0 / text: 'd' / dry_run True
15:46:18 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x1120c7640>)
15:46:18 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:18 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x44 / modifiers: 0x0 / text: 'd' / dry_run False
15:46:18 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for 'dd'.
15:46:18 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: dd).
15:46:18 DEBUG    commands   command:run:535 command called: tab-close
15:46:18 DEBUG    commands   command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.tab_close(<qutebrowser.browser.commands.CommandDispatcher>, False, False, False, False, None)
15:46:18 DEBUG    modes      tabbedbrowser:_on_current_changed:852 Current tab changed, focusing <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=2 url='https://dvc.org/doc/use-cases/versioning-data-and-model-files/tutorial'>
15:46:18 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x1120c7e20>
15:46:18 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtCore.QObject object at 0x1120c7e20>
15:46:18 DEBUG    modes      tabbedbrowser:_on_current_changed:859 Mode before tab change: normal (mode_on_change = normal)
15:46:18 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.hint (reason tab changed) as we're in mode KeyMode.normal
15:46:18 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.caret (reason tab changed) as we're in mode KeyMode.normal
15:46:18 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.insert (reason tab changed) as we're in mode KeyMode.normal
15:46:18 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.passthrough (reason tab changed) as we're in mode KeyMode.normal
15:46:18 DEBUG    modes      tabbedbrowser:_on_current_changed:870 Mode after tab change: normal (mode_on_change = normal)
15:46:18 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x1120c6320>)
15:46:18 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x12c9fc430>
15:46:18 DEBUG    destroy    objreg:on_destroyed:126 schedule removal: 4
15:46:18 DEBUG    destroy    objreg:on_destroyed:126 schedule removal: tab
15:46:18 DEBUG    misc       eventfilter:eventFilter:63 <PyQt5.QtWidgets.QWidget object at 0x12c9fc430>: removed child <PyQt5.QtCore.QObject object at 0x1120c6320>
15:46:18 DEBUG    misc       eventfilter:eventFilter:63 <PyQt5.QtWidgets.QWidget object at 0x12c9fc430>: removed child <PyQt5.QtWidgets.QWidget object at 0x1120c6320>
15:46:18 DEBUG    destroy    objreg:_on_destroyed:131 removed: 4
15:46:18 DEBUG    destroy    objreg:_on_destroyed:131 removed: tab
15:46:18 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:18 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:18 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x4f / modifiers: 0x0 / text: 'o' / dry_run True
15:46:18 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12ca51090>)
15:46:18 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:18 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x4f / modifiers: 0x0 / text: 'o' / dry_run False
15:46:18 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for 'o'.
15:46:18 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: o).
15:46:18 DEBUG    commands   command:run:535 command called: set-cmd-text ['-s', ':open -t']
15:46:18 DEBUG    commands   command:run:549 Calling qutebrowser.mainwindow.statusbar.command.Command.set_cmd_text_command(<qutebrowser.mainwindow.statusbar.command.Command>, ':open -t', None, True, False, False)
15:46:18 DEBUG    completion completer:schedule_completion_update:224 Scheduling completion update.
15:46:18 DEBUG    completion completer:schedule_completion_update:221 Ignoring update because there were no changes.
15:46:18 DEBUG    modes      command:set_cmd_text:111 Setting command text, focusing <qutebrowser.mainwindow.statusbar.command.Command>
15:46:18 DEBUG    modes      modeman:enter:363 Entering mode KeyMode.command (reason: cmd focus)
15:46:18 DEBUG    statusbar  bar:set_mode_active:327 Setting command flag to True
15:46:18 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <qutebrowser.mainwindow.statusbar.command.Command>
15:46:18 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x105d6e170>
15:46:18 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <qutebrowser.mainwindow.statusbar.command.Command>
15:46:18 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: False --> filter: True (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
15:46:18 DEBUG    completion completer:_partition:153 partitioning ['open', ' -t', ' '] around position 8
15:46:18 DEBUG    completion completer:_partition:164 partitioned: ['open', '-t'] '' []
15:46:18 DEBUG    completion completer:_update_completion:246 Updating completion: ['open', '-t']  []
15:46:18 DEBUG    completion completer:_get_new_completion:95 Before removing flags: ['open', '-t']
15:46:18 DEBUG    completion completer:_get_new_completion:108 After removing flags: ['open']
15:46:18 DEBUG    completion debug:__exit__:306 Starting url completion took 0.00082 seconds.
15:46:18 DEBUG    misc       mainwindow:_update_overlay_geometry:350 new geometry for <qutebrowser.completion.completionwidget.CompletionView>: PyQt5.QtCore.QRect(0, 394, 1417, 425)
15:46:18 DEBUG    completion debug:__exit__:306 Set completion model took 0.004467 seconds.
15:46:18 DEBUG    completion completionmodel:set_pattern:182 Setting completion pattern ''
15:46:18 DEBUG    sql        sql:run:334 SELECT url, title, strftime('%Y-%m-%d %H:%M', last_atime, 'unixepoch', 'localtime') FROM CompletionHistory WHERE ((url LIKE :0 escape '\' OR title LIKE :0 escape '\'))  ORDER BY last_atime DESC
15:46:18 DEBUG    sql        sql:run:338     {':0': '%%'}
15:46:18 DEBUG    sql        debug:__exit__:306 Running completion query took 0.000208 seconds.
15:46:18 DEBUG    completion debug:__exit__:306 Set pattern  took 0.001803 seconds.
15:46:18 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=False mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
15:46:18 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
15:46:18 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=False mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
15:46:18 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
15:46:18 DEBUG    completion completer:schedule_completion_update:224 Scheduling completion update.
15:46:18 DEBUG    completion completer:schedule_completion_update:221 Ignoring update because there were no changes.
15:46:18 DEBUG    completion completer:_partition:153 partitioning ['open', ' -t', ' g'] around position 9
15:46:18 DEBUG    completion completer:_partition:164 partitioned: ['open', '-t'] 'g' []
15:46:18 DEBUG    completion completer:_update_completion:246 Updating completion: ['open', '-t'] g []
15:46:18 DEBUG    completion completer:_get_new_completion:95 Before removing flags: ['open', '-t']
15:46:18 DEBUG    completion completer:_get_new_completion:108 After removing flags: ['open']
15:46:18 DEBUG    completion completionmodel:set_pattern:182 Setting completion pattern 'g'
15:46:18 DEBUG    sql        sql:run:334 SELECT url, title, strftime('%Y-%m-%d %H:%M', last_atime, 'unixepoch', 'localtime') FROM CompletionHistory WHERE ((url LIKE :0 escape '\' OR title LIKE :0 escape '\'))  ORDER BY last_atime DESC
15:46:18 DEBUG    sql        sql:run:338     {':0': '%g%'}
15:46:18 DEBUG    sql        debug:__exit__:306 Running completion query took 0.000402 seconds.
15:46:18 DEBUG    completion debug:__exit__:306 Set pattern g took 0.002005 seconds.
15:46:18 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:18 DEBUG    modes      modeman:_handle_keyrelease:337 filter: False
15:46:18 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=False mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
15:46:18 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
15:46:18 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=False mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
15:46:18 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
15:46:18 DEBUG    completion completer:schedule_completion_update:224 Scheduling completion update.
15:46:18 DEBUG    completion completer:schedule_completion_update:221 Ignoring update because there were no changes.
15:46:18 DEBUG    completion completer:_partition:153 partitioning ['open', ' -t', ' gm'] around position 10
15:46:18 DEBUG    completion completer:_partition:164 partitioned: ['open', '-t'] 'gm' []
15:46:18 DEBUG    completion completer:_update_completion:246 Updating completion: ['open', '-t'] gm []
15:46:18 DEBUG    completion completer:_get_new_completion:95 Before removing flags: ['open', '-t']
15:46:18 DEBUG    completion completer:_get_new_completion:108 After removing flags: ['open']
15:46:18 DEBUG    completion completionmodel:set_pattern:182 Setting completion pattern 'gm'
15:46:18 DEBUG    sql        sql:run:334 SELECT url, title, strftime('%Y-%m-%d %H:%M', last_atime, 'unixepoch', 'localtime') FROM CompletionHistory WHERE ((url LIKE :0 escape '\' OR title LIKE :0 escape '\'))  ORDER BY last_atime DESC
15:46:18 DEBUG    sql        sql:run:338     {':0': '%gm%'}
15:46:18 DEBUG    sql        debug:__exit__:306 Running completion query took 0.000369 seconds.
15:46:18 DEBUG    completion debug:__exit__:306 Set pattern gm took 0.001481 seconds.
15:46:18 DEBUG    modes      modeman:_handle_keyrelease:337 filter: False
15:46:19 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=False mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
15:46:19 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: True --> filter: True (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
15:46:19 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=False mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
15:46:19 DEBUG    commands   command:run:535 command called: completion-item-focus ['next']
15:46:19 DEBUG    commands   command:run:549 Calling qutebrowser.completion.completionwidget.CompletionView.completion_item_focus(<qutebrowser.completion.completionwidget.CompletionView>, 'next', False)
15:46:19 DEBUG    completion completer:_partition:153 partitioning ['open', ' -t', ' gm'] around position 10
15:46:19 DEBUG    completion completer:_partition:164 partitioned: ['open', '-t'] 'gm' []
15:46:19 DEBUG    completion completer:on_selection_changed:181 Changing gm to 'https://mail.google.com/mail/u/0/h/di526z0e53fx/?q=label:unread&s=q'
15:46:19 DEBUG    completion completer:_change_completed_part:301 setting text = ':open -t https://mail.google.com/mail/u/0/h/di526z0e53fx/?q=label:unread&s=q', pos = 76
15:46:19 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: False --> filter: True (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
15:46:19 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:19 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=False mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
15:46:19 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: True --> filter: True (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
15:46:19 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=False mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
15:46:19 DEBUG    commands   command:run:535 command called: command-accept
15:46:19 DEBUG    commands   command:run:549 Calling qutebrowser.mainwindow.statusbar.command.Command.command_accept(<qutebrowser.mainwindow.statusbar.command.Command>, False)
15:46:19 DEBUG    save       savemanager:mark_dirty:73 Marking command-history as dirty.
15:46:19 DEBUG    modes      modeman:leave:431 Leaving mode KeyMode.command (reason: cmd accept)
15:46:19 DEBUG    statusbar  bar:set_mode_active:327 Setting command flag to False
15:46:19 DEBUG    completion completer:schedule_completion_update:224 Scheduling completion update.
15:46:19 DEBUG    completion completer:schedule_completion_update:221 Ignoring update because there were no changes.
15:46:19 DEBUG    statusbar  bar:_hide_cmd_widget:361 Hiding cmd widget
15:46:19 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <qutebrowser.mainwindow.mainwindow.MainWindow>
15:46:19 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <qutebrowser.mainwindow.statusbar.textbase.TextBase text=''>
15:46:19 DEBUG    modes      tabbedbrowser:on_mode_left:832 Left status-input mode, focusing <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=2 url='https://dvc.org/doc/use-cases/versioning-data-and-model-files/tutorial'>
15:46:19 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x11210d7e0>
15:46:19 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtCore.QObject object at 0x11210d7e0>
15:46:19 DEBUG    commands   command:run:535 command called: open ['-t', 'https://mail.google.com/mail/u/0/h/di526z0e53fx/?q=label:unread&s=q']
15:46:19 DEBUG    commands   command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.openurl(<qutebrowser.browser.commands.CommandDispatcher>, 'https://mail.google.com/mail/u/0/h/di526z0e53fx/?q=label:unread&s=q', False, False, True, False, None, False, False)
15:46:19 DEBUG    url        urlutils:get_path_if_valid:368 Checking if 'https://mail.google.com/mail/u/0/h/di526z0e53fx/?q=label:unread&s=q' is a path
15:46:19 DEBUG    url        urlutils:is_url:272 Checking if 'https://mail.google.com/mail/u/0/h/di526z0e53fx/?q=label:unread&s=q' is a URL (autosearch=naive).
15:46:19 DEBUG    url        urlutils:is_url:295 Contains explicit scheme
15:46:19 DEBUG    url        urlutils:is_url:319 url = True
15:46:19 DEBUG    url        urlutils:fuzzy_url:226 URL is a fuzzy address
15:46:19 DEBUG    url        urlutils:fuzzy_url:228 Converting fuzzy term 'https://mail.google.com/mail/u/0/h/di526z0e53fx/?q=label:unread&s=q' to URL -> https://mail.google.com/mail/u/0/h/di526z0e53fx/?q=label:unread&s=q
15:46:19 DEBUG    webview    tabbedbrowser:tabopen:597 Creating new tab with URL PyQt5.QtCore.QUrl('https://mail.google.com/mail/u/0/h/di526z0e53fx/?q=label:unread&s=q'), background False, related False, idx None
15:46:19 DEBUG    greasemonkey webenginetab:_inject_greasemonkey_scripts:1191 adding script: GM-wOxxOm.scripts/YT: not interested in one click
15:46:19 DEBUG    webview    tabbedbrowser:_get_new_tab_idx:684 tabs.new_position last -> opening new tab at -1, next left: 2 / right: 3
15:46:19 DEBUG    webview    browsertab:_on_before_load_started:1042 Going to start loading: https://mail.google.com/mail/u/0/h/di526z0e53fx/?q=label:unread&s=q
15:46:19 DEBUG    webview    tabbedbrowser:_on_title_changed:760 Changing title for idx 3 to 'https://mail.google.com/mail/u/0/h/di526z0e53fx/?q=label:unread&s=q'
15:46:19 DEBUG    misc       eventfilter:eventFilter:53 <qutebrowser.browser.webengine.webview.WebEngineView object at 0x11210c940> got new child <PyQt5.QtWidgets.QWidget object at 0x11210dfc0>, installing filter
15:46:19 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x11210ff40>
15:46:19 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: None
15:46:19 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x11210c820>
15:46:19 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtCore.QObject object at 0x11210c820>
15:46:19 DEBUG    modes      tabbedbrowser:_on_current_changed:852 Current tab changed, focusing <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=11 url=''>
15:46:19 DEBUG    modes      tabbedbrowser:_on_current_changed:859 Mode before tab change: normal (mode_on_change = normal)
15:46:19 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.hint (reason tab changed) as we're in mode KeyMode.normal
15:46:19 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.caret (reason tab changed) as we're in mode KeyMode.normal
15:46:19 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.insert (reason tab changed) as we're in mode KeyMode.normal
15:46:19 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.passthrough (reason tab changed) as we're in mode KeyMode.normal
15:46:19 DEBUG    modes      tabbedbrowser:_on_current_changed:870 Mode after tab change: normal (mode_on_change = normal)
15:46:19 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x11210d7e0>)
15:46:19 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:19 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:19 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x1000020 / modifiers: 0x2000000 / text: '<Shift>' / dry_run True
15:46:19 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Ignoring, only modifier
15:46:19 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x11210d1b0>)
15:46:19 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:19 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x1000020 / modifiers: 0x2000000 / text: '<Shift>' / dry_run True
15:46:19 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Ignoring, only modifier
15:46:19 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x11210d1b0>)
15:46:19 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:19 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x1000020 / modifiers: 0x2000000 / text: '<Shift>' / dry_run False
15:46:19 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Ignoring, only modifier
15:46:19 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x11210e4d0>)
15:46:19 DEBUG    network    braveadblock:filter_request:247 Request to https://sentry.io/api/2248825/envelope/?sentry_key=ad64280a82954a0da42bfcf308e53b12&sentry_version=7 blocked by ad blocker.
15:46:19 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:19 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x4a / modifiers: 0x2000000 / text: 'J' / dry_run True
15:46:19 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x11210df30>)
15:46:19 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:19 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x4a / modifiers: 0x2000000 / text: 'J' / dry_run False
15:46:19 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for 'J'.
15:46:19 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: J).
15:46:19 DEBUG    commands   command:run:535 command called: tab-next
15:46:19 DEBUG    commands   command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.tab_next(<qutebrowser.browser.commands.CommandDispatcher>, 1)
15:46:19 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x10fefedd0>
15:46:19 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: None
15:46:19 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x10fefedd0>
15:46:19 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtCore.QObject object at 0x10fefedd0>
15:46:19 DEBUG    modes      tabbedbrowser:_on_current_changed:852 Current tab changed, focusing <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=0 url='https://github.com/dakra/speed-type'>
15:46:19 DEBUG    modes      tabbedbrowser:_on_current_changed:859 Mode before tab change: normal (mode_on_change = normal)
15:46:19 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.hint (reason tab changed) as we're in mode KeyMode.normal
15:46:19 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.caret (reason tab changed) as we're in mode KeyMode.normal
15:46:19 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.insert (reason tab changed) as we're in mode KeyMode.normal
15:46:19 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.passthrough (reason tab changed) as we're in mode KeyMode.normal
15:46:19 DEBUG    modes      tabbedbrowser:_on_current_changed:870 Mode after tab change: normal (mode_on_change = normal)
15:46:19 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x11210c670>)
15:46:19 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:19 DEBUG    webview    browsertab:_on_navigation_request:1066 navigation request: url https://mail.google.com/mail/u/0/h/di526z0e53fx/?q=label:unread&s=q, type Type.typed, is_main_frame True
15:46:19 DEBUG    webview    webenginetab:_store_match_data:152 Active search match: 0/0
15:46:19 DEBUG    webview    browsertab:_set_load_status:1008 load status for <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=11 url=''>: LoadStatus.loading
15:46:19 DEBUG    signals    signalfilter:_filter_signals:93 ignoring: cur_load_status_changed(<LoadStatus.loading: 6>) (tab 3)
15:46:19 DEBUG    signals    signalfilter:_filter_signals:93 ignoring: cur_load_started() (tab 3)
15:46:20 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:20 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x4b / modifiers: 0x2000000 / text: 'K' / dry_run True
15:46:20 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fca60>)
15:46:20 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:20 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x4b / modifiers: 0x2000000 / text: 'K' / dry_run False
15:46:20 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for 'K'.
15:46:20 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: K).
15:46:20 DEBUG    commands   command:run:535 command called: tab-prev
15:46:20 DEBUG    commands   command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.tab_prev(<qutebrowser.browser.commands.CommandDispatcher>, 1)
15:46:20 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x12c9fca60>
15:46:20 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: None
15:46:20 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x12c9fca60>
15:46:20 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtCore.QObject object at 0x12c9fca60>
15:46:20 DEBUG    modes      tabbedbrowser:_on_current_changed:852 Current tab changed, focusing <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=11 url=''>
15:46:20 DEBUG    modes      tabbedbrowser:_on_current_changed:859 Mode before tab change: normal (mode_on_change = normal)
15:46:20 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.hint (reason tab changed) as we're in mode KeyMode.normal
15:46:20 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.caret (reason tab changed) as we're in mode KeyMode.normal
15:46:20 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.insert (reason tab changed) as we're in mode KeyMode.normal
15:46:20 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.passthrough (reason tab changed) as we're in mode KeyMode.normal
15:46:20 DEBUG    modes      tabbedbrowser:_on_current_changed:870 Mode after tab change: normal (mode_on_change = normal)
15:46:20 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fd360>)
15:46:20 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:20 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:20 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x4b / modifiers: 0x2000000 / text: 'K' / dry_run True
15:46:20 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12ca52e60>)
15:46:20 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:20 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x4b / modifiers: 0x2000000 / text: 'K' / dry_run False
15:46:20 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for 'K'.
15:46:20 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: K).
15:46:20 DEBUG    commands   command:run:535 command called: tab-prev
15:46:20 DEBUG    commands   command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.tab_prev(<qutebrowser.browser.commands.CommandDispatcher>, 1)
15:46:20 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x12ca52e60>
15:46:20 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: None
15:46:20 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x12ca52e60>
15:46:20 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtCore.QObject object at 0x12ca52e60>
15:46:20 DEBUG    modes      tabbedbrowser:_on_current_changed:852 Current tab changed, focusing <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=2 url='https://dvc.org/doc/use-cases/versioning-data-and-model-files/tutorial'>
15:46:20 DEBUG    modes      tabbedbrowser:_on_current_changed:859 Mode before tab change: normal (mode_on_change = normal)
15:46:20 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.hint (reason tab changed) as we're in mode KeyMode.normal
15:46:20 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.caret (reason tab changed) as we're in mode KeyMode.normal
15:46:20 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.insert (reason tab changed) as we're in mode KeyMode.normal
15:46:20 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.passthrough (reason tab changed) as we're in mode KeyMode.normal
15:46:20 DEBUG    modes      tabbedbrowser:_on_current_changed:870 Mode after tab change: normal (mode_on_change = normal)
15:46:20 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x130eab880>)
15:46:20 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:21 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:21 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x4b / modifiers: 0x2000000 / text: 'K' / dry_run True
15:46:21 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x1120c6320>)
15:46:21 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:21 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x4b / modifiers: 0x2000000 / text: 'K' / dry_run False
15:46:21 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for 'K'.
15:46:21 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: K).
15:46:21 DEBUG    commands   command:run:535 command called: tab-prev
15:46:21 DEBUG    commands   command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.tab_prev(<qutebrowser.browser.commands.CommandDispatcher>, 1)
15:46:21 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x130eab7f0>
15:46:21 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: None
15:46:21 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x130eab7f0>
15:46:21 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtCore.QObject object at 0x130eab7f0>
15:46:21 DEBUG    modes      tabbedbrowser:_on_current_changed:852 Current tab changed, focusing <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=1 url='https://lethain.com/profit-and-loss-statement/'>
15:46:21 DEBUG    modes      tabbedbrowser:_on_current_changed:859 Mode before tab change: normal (mode_on_change = normal)
15:46:21 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.hint (reason tab changed) as we're in mode KeyMode.normal
15:46:21 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.caret (reason tab changed) as we're in mode KeyMode.normal
15:46:21 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.insert (reason tab changed) as we're in mode KeyMode.normal
15:46:21 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.passthrough (reason tab changed) as we're in mode KeyMode.normal
15:46:21 DEBUG    modes      tabbedbrowser:_on_current_changed:870 Mode after tab change: normal (mode_on_change = normal)
15:46:21 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x130eaba30>)
15:46:21 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:21 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:21 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x4a / modifiers: 0x2000000 / text: 'J' / dry_run True
15:46:21 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x130eab130>)
15:46:21 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:21 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x4a / modifiers: 0x2000000 / text: 'J' / dry_run False
15:46:21 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for 'J'.
15:46:21 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: J).
15:46:21 DEBUG    commands   command:run:535 command called: tab-next
15:46:21 DEBUG    commands   command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.tab_next(<qutebrowser.browser.commands.CommandDispatcher>, 1)
15:46:21 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x130eab130>
15:46:21 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: None
15:46:21 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x130eab130>
15:46:21 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtCore.QObject object at 0x130eab130>
15:46:21 DEBUG    modes      tabbedbrowser:_on_current_changed:852 Current tab changed, focusing <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=2 url='https://dvc.org/doc/use-cases/versioning-data-and-model-files/tutorial'>
15:46:21 DEBUG    modes      tabbedbrowser:_on_current_changed:859 Mode before tab change: normal (mode_on_change = normal)
15:46:21 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.hint (reason tab changed) as we're in mode KeyMode.normal
15:46:21 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.caret (reason tab changed) as we're in mode KeyMode.normal
15:46:21 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.insert (reason tab changed) as we're in mode KeyMode.normal
15:46:21 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.passthrough (reason tab changed) as we're in mode KeyMode.normal
15:46:21 DEBUG    modes      tabbedbrowser:_on_current_changed:870 Mode after tab change: normal (mode_on_change = normal)
15:46:21 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x130eaab00>)
15:46:21 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:21 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:21 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x4a / modifiers: 0x2000000 / text: 'J' / dry_run True
15:46:21 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x12c9fd360>)
15:46:21 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:21 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x4a / modifiers: 0x2000000 / text: 'J' / dry_run False
15:46:21 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for 'J'.
15:46:21 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: J).
15:46:21 DEBUG    commands   command:run:535 command called: tab-next
15:46:21 DEBUG    commands   command:run:549 Calling qutebrowser.browser.commands.CommandDispatcher.tab_next(<qutebrowser.browser.commands.CommandDispatcher>, 1)
15:46:21 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x12c9fd240>
15:46:21 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: None
15:46:21 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x12c9fd240>
15:46:21 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtCore.QObject object at 0x12c9fd240>
15:46:21 DEBUG    modes      tabbedbrowser:_on_current_changed:852 Current tab changed, focusing <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=11 url=''>
15:46:21 DEBUG    modes      tabbedbrowser:_on_current_changed:859 Mode before tab change: normal (mode_on_change = normal)
15:46:21 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.hint (reason tab changed) as we're in mode KeyMode.normal
15:46:21 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.caret (reason tab changed) as we're in mode KeyMode.normal
15:46:21 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.insert (reason tab changed) as we're in mode KeyMode.normal
15:46:21 DEBUG    modes      modeman:leave:424 Ignoring leave request for KeyMode.passthrough (reason tab changed) as we're in mode KeyMode.normal
15:46:21 DEBUG    modes      tabbedbrowser:_on_current_changed:870 Mode after tab change: normal (mode_on_change = normal)
15:46:21 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x1120b9ab0>)
15:46:21 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:21 DEBUG    modes      modeman:_handle_keyrelease:337 filter: False
15:46:22 DEBUG    destroy    lineparser:_after_save:81 Saved to /Users/jin/Library/Application Support/qutebrowser/cmd-history
15:46:30 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:30 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x1000020 / modifiers: 0x2000000 / text: '<Shift>' / dry_run True
15:46:30 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Ignoring, only modifier
15:46:30 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x11210d1b0>)
15:46:30 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:30 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x1000020 / modifiers: 0x2000000 / text: '<Shift>' / dry_run True
15:46:30 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Ignoring, only modifier
15:46:30 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x11210d1b0>)
15:46:30 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:30 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x1000020 / modifiers: 0x2000000 / text: '<Shift>' / dry_run False
15:46:30 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Ignoring, only modifier
15:46:30 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x11210d1b0>)
15:46:30 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:30 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x3a / modifiers: 0x2000000 / text: ':' / dry_run True
15:46:30 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x11210d1b0>)
15:46:30 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
15:46:30 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Got key: 0x3a / modifiers: 0x2000000 / text: ':' / dry_run False
15:46:30 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Definitive match for ':'.
15:46:30 DEBUG    keyboard   basekeyparser:_debug_log:216 NormalKeyParser for mode normal: Clearing keystring (was: :).
15:46:30 DEBUG    commands   command:run:535 command called: set-cmd-text [':']
15:46:30 DEBUG    commands   command:run:549 Calling qutebrowser.mainwindow.statusbar.command.Command.set_cmd_text_command(<qutebrowser.mainwindow.statusbar.command.Command>, ':', None, False, False, False)
15:46:30 DEBUG    completion completer:schedule_completion_update:224 Scheduling completion update.
15:46:30 DEBUG    completion completer:schedule_completion_update:221 Ignoring update because there were no changes.
15:46:30 DEBUG    modes      command:set_cmd_text:111 Setting command text, focusing <qutebrowser.mainwindow.statusbar.command.Command>
15:46:30 DEBUG    modes      modeman:enter:363 Entering mode KeyMode.command (reason: cmd focus)
15:46:30 DEBUG    statusbar  bar:set_mode_active:327 Setting command flag to True
15:46:30 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <qutebrowser.mainwindow.statusbar.command.Command>
15:46:30 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x11210d480>
15:46:30 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <qutebrowser.mainwindow.statusbar.command.Command>
15:46:30 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: False --> filter: True (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
15:46:30 DEBUG    completion completer:_update_completion:246 Updating completion: []  []
15:46:30 DEBUG    completion completer:_get_new_completion:95 Before removing flags: []
15:46:30 DEBUG    completion completer:_get_new_completion:98 Starting command completion
15:46:30 DEBUG    completion debug:__exit__:306 Starting command completion took 0.03553 seconds.
15:46:30 DEBUG    misc       mainwindow:_update_overlay_geometry:350 new geometry for <qutebrowser.completion.completionwidget.CompletionView>: PyQt5.QtCore.QRect(0, 394, 1417, 425)
15:46:30 DEBUG    completion debug:__exit__:306 Set completion model took 0.004896 seconds.
15:46:30 DEBUG    completion completionmodel:set_pattern:182 Setting completion pattern ''
15:46:30 DEBUG    completion debug:__exit__:306 Set pattern  took 0.001317 seconds.
15:46:30 DEBUG    modes      modeman:_handle_keyrelease:337 filter: False
15:46:30 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:30 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=False mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
15:46:30 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
15:46:30 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=False mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
15:46:30 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
15:46:30 DEBUG    completion completer:schedule_completion_update:224 Scheduling completion update.
15:46:30 DEBUG    completion completer:schedule_completion_update:221 Ignoring update because there were no changes.
15:46:30 DEBUG    completion completer:_partition:153 partitioning ['r'] around position 1
15:46:30 DEBUG    completion completer:_partition:164 partitioned: [] 'r' []
15:46:30 DEBUG    completion completer:_update_completion:246 Updating completion: [] r []
15:46:30 DEBUG    completion completer:_get_new_completion:95 Before removing flags: []
15:46:30 DEBUG    completion completer:_get_new_completion:98 Starting command completion
15:46:30 DEBUG    completion completionmodel:set_pattern:182 Setting completion pattern 'r'
15:46:30 DEBUG    completion debug:__exit__:306 Set pattern r took 0.005512 seconds.
15:46:30 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=False mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
15:46:30 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
15:46:30 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=False mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
15:46:30 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
15:46:30 DEBUG    completion completer:schedule_completion_update:224 Scheduling completion update.
15:46:30 DEBUG    completion completer:schedule_completion_update:221 Ignoring update because there were no changes.
15:46:30 DEBUG    completion completer:_partition:153 partitioning ['re'] around position 2
15:46:30 DEBUG    completion completer:_partition:164 partitioned: [] 're' []
15:46:30 DEBUG    completion completer:_update_completion:246 Updating completion: [] re []
15:46:30 DEBUG    completion completer:_get_new_completion:95 Before removing flags: []
15:46:30 DEBUG    completion completer:_get_new_completion:98 Starting command completion
15:46:30 DEBUG    completion completionmodel:set_pattern:182 Setting completion pattern 're'
15:46:30 DEBUG    completion debug:__exit__:306 Set pattern re took 0.003224 seconds.
15:46:30 DEBUG    modes      modeman:_handle_keyrelease:337 filter: False
15:46:30 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=False mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
15:46:30 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
15:46:30 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=False mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
15:46:30 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
15:46:30 DEBUG    completion completer:schedule_completion_update:224 Scheduling completion update.
15:46:30 DEBUG    completion completer:schedule_completion_update:221 Ignoring update because there were no changes.
15:46:30 DEBUG    completion completer:_partition:153 partitioning ['rep'] around position 3
15:46:30 DEBUG    completion completer:_partition:164 partitioned: [] 'rep' []
15:46:30 DEBUG    completion completer:_update_completion:246 Updating completion: [] rep []
15:46:30 DEBUG    completion completer:_get_new_completion:95 Before removing flags: []
15:46:30 DEBUG    completion completer:_get_new_completion:98 Starting command completion
15:46:30 DEBUG    completion completionmodel:set_pattern:182 Setting completion pattern 'rep'
15:46:30 DEBUG    completion debug:__exit__:306 Set pattern rep took 0.000983 seconds.
15:46:30 DEBUG    modes      modeman:_handle_keyrelease:337 filter: False
15:46:31 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=False mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
15:46:31 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
15:46:31 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=False mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
15:46:31 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
15:46:31 DEBUG    completion completer:schedule_completion_update:224 Scheduling completion update.
15:46:31 DEBUG    completion completer:schedule_completion_update:221 Ignoring update because there were no changes.
15:46:31 DEBUG    completion completer:_partition:153 partitioning ['repo'] around position 4
15:46:31 DEBUG    completion completer:_partition:164 partitioned: [] 'repo' []
15:46:31 DEBUG    completion completer:_update_completion:246 Updating completion: [] repo []
15:46:31 DEBUG    completion completer:_get_new_completion:95 Before removing flags: []
15:46:31 DEBUG    completion completer:_get_new_completion:98 Starting command completion
15:46:31 DEBUG    completion completionmodel:set_pattern:182 Setting completion pattern 'repo'
15:46:31 DEBUG    completion debug:__exit__:306 Set pattern repo took 0.002088 seconds.
15:46:31 DEBUG    modes      modeman:_handle_keyrelease:337 filter: False
15:46:31 DEBUG    modes      modeman:_handle_keyrelease:337 filter: False
15:46:31 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=False mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
15:46:31 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
15:46:31 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=False mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
15:46:31 DEBUG    modes      modeman:_handle_keypress:312 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
15:46:31 DEBUG    completion completer:schedule_completion_update:224 Scheduling completion update.
15:46:31 DEBUG    completion completer:schedule_completion_update:221 Ignoring update because there were no changes.
15:46:31 DEBUG    completion completer:_partition:153 partitioning ['repor'] around position 5
15:46:31 DEBUG    completion completer:_partition:164 partitioned: [] 'repor' []
15:46:31 DEBUG    completion completer:_update_completion:246 Updating completion: [] repor []
15:46:31 DEBUG    completion completer:_get_new_completion:95 Before removing flags: []
15:46:31 DEBUG    completion completer:_get_new_completion:98 Starting command completion
15:46:31 DEBUG    completion completionmodel:set_pattern:182 Setting completion pattern 'repor'
15:46:31 DEBUG    completion debug:__exit__:306 Set pattern repor took 0.001295 seconds.
15:46:31 DEBUG    modes      modeman:_handle_keyrelease:337 filter: False
15:46:31 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=False mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
15:46:31 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: True --> filter: True (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
15:46:31 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=False mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
15:46:31 DEBUG    commands   command:run:535 command called: completion-item-focus ['next']
15:46:31 DEBUG    commands   command:run:549 Calling qutebrowser.completion.completionwidget.CompletionView.completion_item_focus(<qutebrowser.completion.completionwidget.CompletionView>, 'next', False)
15:46:31 DEBUG    completion completer:_partition:153 partitioning ['repor'] around position 5
15:46:31 DEBUG    completion completer:_partition:164 partitioned: [] 'repor' []
15:46:31 DEBUG    completion completer:on_selection_changed:181 Changing repor to 'report'
15:46:31 DEBUG    completion completer:_change_completed_part:301 setting text = ':report ', pos = 8
15:46:31 DEBUG    completion completer:schedule_completion_update:224 Scheduling completion update.
15:46:31 DEBUG    completion completer:schedule_completion_update:221 Ignoring update because there were no changes.
15:46:31 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: False --> filter: True (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
15:46:31 DEBUG    completion completer:_partition:153 partitioning ['report', ' '] around position 7
15:46:31 DEBUG    completion completer:_partition:164 partitioned: ['report'] '' []
15:46:31 DEBUG    completion completer:_update_completion:246 Updating completion: ['report']  []
15:46:31 DEBUG    completion completer:_get_new_completion:95 Before removing flags: ['report']
15:46:31 DEBUG    completion completer:_get_new_completion:108 After removing flags: ['report']
15:46:31 DEBUG    completion completer:_update_completion:253 Clearing completion
15:46:31 DEBUG    modes      modeman:_handle_keyrelease:337 filter: True
15:46:31 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=False mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
15:46:31 DEBUG    modes      modeman:_handle_keypress:312 match: 2, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: True --> filter: True (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
15:46:31 DEBUG    modes      modeman:_handle_keypress:287 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=False mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
15:46:31 DEBUG    commands   command:run:535 command called: command-accept
15:46:31 DEBUG    commands   command:run:549 Calling qutebrowser.mainwindow.statusbar.command.Command.command_accept(<qutebrowser.mainwindow.statusbar.command.Command>, False)
15:46:31 DEBUG    save       savemanager:mark_dirty:73 Marking command-history as dirty.
15:46:31 DEBUG    modes      modeman:leave:431 Leaving mode KeyMode.command (reason: cmd accept)
15:46:31 DEBUG    statusbar  bar:set_mode_active:327 Setting command flag to False
15:46:31 DEBUG    completion completer:schedule_completion_update:224 Scheduling completion update.
15:46:31 DEBUG    completion completer:schedule_completion_update:221 Ignoring update because there were no changes.
15:46:31 DEBUG    statusbar  bar:_hide_cmd_widget:361 Hiding cmd widget
15:46:31 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <qutebrowser.mainwindow.mainwindow.MainWindow>
15:46:31 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <qutebrowser.mainwindow.statusbar.textbase.TextBase text=''>
15:46:31 DEBUG    modes      tabbedbrowser:on_mode_left:832 Left status-input mode, focusing <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=11 url=''>
15:46:31 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x130f53eb0>
15:46:31 DEBUG    misc       app:on_focus_object_changed:581 Focus object changed: <PyQt5.QtCore.QObject object at 0x130f53eb0>
15:46:31 DEBUG    commands   command:run:535 command called: report
15:46:31 DEBUG    commands   command:run:549 Calling qutebrowser.misc.crashsignal.CrashHandler.report(<qutebrowser.misc.crashsignal.CrashHandler object at 0x10c020700>, None, None)
15:46:31 DEBUG    sql        sql:run:334 SELECT count(*) FROM History
15:46:31 DEBUG    sql        sql:run:334 pragma user_version
15:46:31 DEBUG    sql        sql:run:334 PRAGMA journal_mode=WAL
15:46:31 DEBUG    sql        sql:run:334 PRAGMA synchronous=NORMAL
15:46:31 DEBUG    sql        sql:run:334 select sqlite_version()
15:46:31 DEBUG    init       version:opengl_info:981 Getting version functions failed!

version:

qutebrowser v2.5.2
Git commit: 951a14a66 on HEAD (2022-06-22 15:30:51 +0200)
Backend: QtWebEngine 5.15.2, based on Chromium 83.0.4103.122
Qt: 5.15.2

CPython: 3.10.4
PyQt: 5.15.6

sip: 6.5.1
colorama: 0.4.4
jinja2: 3.1.1
pygments: 2.11.2
yaml: 6.0
adblock: 0.5.2
PyQt5.QtWebEngineWidgets: yes
PyQt5.QtWebEngine: 5.15.5
PyQt5.QtWebKitWidgets: no
pdf.js: 2.14.305 (bundled)
sqlite: 3.33.0
QtNetwork SSL: Secure Transport, macOS 10.16

Style: QMacStyle
Platform plugin: cocoa
OpenGL: None
Platform: macOS-10.16-x86_64-i386-64bit, 64bit
Frozen: True
Imported from /Applications/qutebrowser.app/Contents/MacOS/qutebrowser
Using Python from /Applications/qutebrowser.app/Contents/MacOS/qutebrowser
Qt library executable path: /Applications/qutebrowser.app/Contents/MacOS/PyQt5/Qt5/libexec, data path: /Applications/qutebrowser.app/Contents/MacOS/PyQt5/Qt5
OS Version: 10.16, x86_64

@jcguu95 jcguu95 reopened this Aug 14, 2022
@jcguu95
Copy link
Author

jcguu95 commented Aug 25, 2022

Any clue what's happening from the report message? It happens more and more frequently this week.

@The-Compiler
Copy link
Member

Don't really see anything special in there I'm afraid. Have you tried the Qt 6 build from #7202?

@jcguu95
Copy link
Author

jcguu95 commented Dec 2, 2022

I found a workaround for this issue: launch qb explicitly from a terminal with $ qutebrowser, and then the problem magically goes away completely (for three months straight). However, a weird side-effect is #7503.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os: macOS Issues which only happen on macOS. status: can't reproduce Issues which can't be reproduced.
Projects
None yet
Development

No branches or pull requests

3 participants