- 14:06:59 DEBUG init earlyinit:init_log:280 Log initialized.
- 14:06:59 DEBUG init app:run:85 Main process PID: 15541
- 14:06:59 DEBUG init app:run:87 Initializing directories...
- 14:06:59 DEBUG init standarddir:init:339 Base directory: /tmp/qutebrowser-basedir-23wfeo2v
- 14:06:59 DEBUG init app:run:91 Initializing config...
- 14:06:59 DEBUG init app:run:94 Initializing application...
- 14:06:59 DEBUG init app:__init__:527 Commandline args: ['--temp-basedir', '--debug']
- 14:06:59 DEBUG init app:__init__:528 Parsed: Namespace(backend=None, basedir='/tmp/qutebrowser-basedir-23wfeo2v', color=True, command=[], config_py=None, debug=True, debug_flags=[], enable_webengine_inspector=False, force_color=False, json_args=None, json_logging=False, logfilter=None, loglevel=None, loglines=2000, no_err_windows=False, nowindow=False, override_restore=False, qt_arg=None, qt_flag=None, session=None, target=None, temp_basedir=True, temp_basedir_restarted=None, temp_settings=[], url=[], version=False)
- 14:06:59 DEBUG init app:__init__:529 Qt arguments: ['--enable-features=WebRTCPipeWireCapturer,OverlayScrollbar,ReducedReferrerGranularity']
- 14:06:59 WARNING qt Unknown module:none:0 QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-alpine'
- File "/usr/bin/qutebrowser", line 33, in <module>
- sys.exit(load_entry_point('qutebrowser==1.14.1', 'gui_scripts', 'qutebrowser')())
- File "/usr/lib/python3.8/site-packages/qutebrowser/qutebrowser.py", line 204, in main
- return app.run(args)
- File "/usr/lib/python3.8/site-packages/qutebrowser/app.py", line 96, in run
- q_app = Application(args)
- File "/usr/lib/python3.8/site-packages/qutebrowser/app.py", line 530, in __init__
- super().__init__(qt_args)
- File "/usr/lib/python3.8/site-packages/qutebrowser/utils/log.py", line 507, in qt_message_handler
- stack = ''.join(traceback.format_stack()) # type: typing.Optional[str]
- 14:06:59 DEBUG init app:__init__:534 Initializing application...
- 14:06:59 DEBUG ipc ipc:send_to_running_instance:466 Connecting to /tmp/qutebrowser-basedir-23wfeo2v/runtime/ipc-60a6300b55ee178087d1ffa688d546cf
- 14:06:59 DEBUG ipc ipc:send_to_running_instance:496 No existing instance present (error 2)
- 14:06:59 DEBUG init ipc:send_or_listen:526 Starting IPC server...
- 14:06:59 DEBUG ipc ipc:__init__:205 Not calling setSocketOptions
- 14:06:59 DEBUG ipc ipc:listen:216 Listening as /tmp/qutebrowser-basedir-23wfeo2v/runtime/ipc-60a6300b55ee178087d1ffa688d546cf
- 14:06:59 DEBUG init app:init:143 Starting init...
- 14:06:59 DEBUG extensions loader:_load_component:152 Importing qutebrowser.components.adblock
- 14:06:59 DEBUG extensions loader:_load_component:160 Running init hook 'init'
- 14:06:59 DEBUG extensions loader:_load_component:152 Importing qutebrowser.components.caretcommands
- 14:06:59 DEBUG extensions loader:_load_component:152 Importing qutebrowser.components.misccommands
- 14:06:59 DEBUG extensions loader:_load_component:152 Importing qutebrowser.components.readlinecommands
- 14:06:59 DEBUG extensions loader:_load_component:152 Importing qutebrowser.components.scrollcommands
- 14:06:59 DEBUG extensions loader:_load_component:152 Importing qutebrowser.components.zoomcommands
- 14:06:59 DEBUG init app:_init_modules:424 Initializing logging from config...
- 14:06:59 DEBUG init log:init_from_config:542 --debug flag overrides log configs
- 14:06:59 DEBUG init app:_init_modules:428 Initializing save manager...
- 14:06:59 DEBUG init app:_init_modules:434 Checking backend requirements...
- 14:06:59 DEBUG init app:_init_modules:437 Initializing prompts...
- 14:06:59 DEBUG init app:_init_modules:440 Initializing network...
- 14:06:59 DEBUG init app:_init_modules:443 Initializing proxy...
- 14:06:59 DEBUG init app:_init_modules:447 Initializing downloads...
- 14:06:59 DEBUG init app:_init_modules:452 Initializing SQL...
- 14:06:59 DEBUG sql sql:__init__:183 Preparing SQL query: "PRAGMA journal_mode=WAL"
- 14:06:59 DEBUG sql sql:run:216 Running SQL query: "PRAGMA journal_mode=WAL"
- 14:06:59 DEBUG sql sql:run:220 query bindings: {}
- 14:07:00 DEBUG sql sql:__init__:183 Preparing SQL query: "PRAGMA synchronous=NORMAL"
- 14:07:00 DEBUG sql sql:run:216 Running SQL query: "PRAGMA synchronous=NORMAL"
- 14:07:00 DEBUG sql sql:run:220 query bindings: {}
- 14:07:00 DEBUG init app:_init_modules:455 Initializing web history...
- 14:07:00 DEBUG sql sql:__init__:183 Preparing SQL query: "CREATE TABLE IF NOT EXISTS History (url NOT NULL, title NOT NULL, atime NOT NULL, redirect NOT NULL)"
- 14:07:00 DEBUG sql sql:run:216 Running SQL query: "CREATE TABLE IF NOT EXISTS History (url NOT NULL, title NOT NULL, atime NOT NULL, redirect NOT NULL)"
- 14:07:00 DEBUG sql sql:run:220 query bindings: {}
- 14:07:00 DEBUG sql sql:__init__:183 Preparing SQL query: "CREATE TABLE IF NOT EXISTS CompletionHistory (url PRIMARY KEY, title NOT NULL, last_atime NOT NULL)"
- 14:07:00 DEBUG sql sql:run:216 Running SQL query: "CREATE TABLE IF NOT EXISTS CompletionHistory (url PRIMARY KEY, title NOT NULL, last_atime NOT NULL)"
- 14:07:00 DEBUG sql sql:run:220 query bindings: {}
- 14:07:00 DEBUG sql sql:__init__:183 Preparing SQL query: "CREATE INDEX IF NOT EXISTS CompletionHistoryAtimeIndex ON CompletionHistory (last_atime)"
- 14:07:00 DEBUG sql sql:run:216 Running SQL query: "CREATE INDEX IF NOT EXISTS CompletionHistoryAtimeIndex ON CompletionHistory (last_atime)"
- 14:07:00 DEBUG sql sql:run:220 query bindings: {}
- 14:07:00 DEBUG sql sql:__init__:183 Preparing SQL query: "CREATE TABLE IF NOT EXISTS CompletionMetaInfo (key PRIMARY KEY, value )"
- 14:07:00 DEBUG sql sql:run:216 Running SQL query: "CREATE TABLE IF NOT EXISTS CompletionMetaInfo (key PRIMARY KEY, value )"
- 14:07:00 DEBUG sql sql:run:220 query bindings: {}
- 14:07:00 DEBUG sql sql:__init__:183 Preparing SQL query: "SELECT EXISTS(SELECT * FROM CompletionMetaInfo WHERE key = :val)"
- 14:07:00 DEBUG sql sql:run:216 Running SQL query: "SELECT EXISTS(SELECT * FROM CompletionMetaInfo WHERE key = :val)"
- 14:07:00 DEBUG sql sql:run:220 query bindings: {':val': 'force_rebuild'}
- 14:07:00 DEBUG sql sql:__init__:183 Preparing SQL query: "REPLACE INTO CompletionMetaInfo (key, value) values(:key, :value)"
- 14:07:00 DEBUG sql sql:run:216 Running SQL query: "REPLACE INTO CompletionMetaInfo (key, value) values(:key, :value)"
- 14:07:00 DEBUG sql sql:run:220 query bindings: {':key': 'force_rebuild', ':value': False}
- 14:07:00 DEBUG sql sql:__init__:183 Preparing SQL query: "pragma user_version"
- 14:07:00 DEBUG sql sql:run:216 Running SQL query: "pragma user_version"
- 14:07:00 DEBUG sql sql:run:220 query bindings: {}
- 14:07:00 DEBUG sql sql:__init__:183 Preparing SQL query: "DELETE FROM CompletionHistory"
- 14:07:00 DEBUG sql sql:run:216 Running SQL query: "DELETE FROM CompletionHistory"
- 14:07:00 DEBUG sql sql:run:220 query bindings: {}
- 14:07:00 DEBUG sql sql:__init__:183 Preparing SQL query: "SELECT value FROM CompletionMetaInfo WHERE key = :key"
- 14:07:00 DEBUG sql sql:run:216 Running SQL query: "SELECT value FROM CompletionMetaInfo WHERE key = :key"
- 14:07:00 DEBUG sql sql:run:220 query bindings: {':key': 'force_rebuild'}
- 14:07:00 DEBUG sql sql:__init__:183 Preparing SQL query: "SELECT count(*) FROM CompletionHistory"
- 14:07:00 DEBUG sql sql:run:216 Running SQL query: "SELECT count(*) FROM CompletionHistory"
- 14:07:00 DEBUG sql sql:run:220 query bindings: {}
- 14:07:00 DEBUG sql sql:__init__:183 Preparing SQL query: "SELECT url, title, max(atime) AS atime FROM History WHERE NOT redirect and url NOT LIKE "qute://back%" GROUP BY url ORDER BY atime asc"
- 14:07:00 DEBUG sql sql:run:216 Running SQL query: "SELECT url, title, max(atime) AS atime FROM History WHERE NOT redirect and url NOT LIKE "qute://back%" GROUP BY url ORDER BY atime asc"
- 14:07:00 DEBUG sql sql:run:220 query bindings: {}
- 14:07:00 DEBUG sql sql:__init__:183 Preparing SQL query: "REPLACE INTO CompletionHistory (url, title, last_atime) values(:url, :title, :last_atime)"
- 14:07:00 DEBUG sql sql:run_batch:229 Running SQL query (batch): "REPLACE INTO CompletionHistory (url, title, last_atime) values(:url, :title, :last_atime)"
- 14:07:00 DEBUG sql sql:__init__:183 Preparing SQL query: "pragma user_version = 2"
- 14:07:00 DEBUG sql sql:run:216 Running SQL query: "pragma user_version = 2"
- 14:07:00 DEBUG sql sql:run:220 query bindings: {}
- 14:07:00 DEBUG sql sql:__init__:183 Preparing SQL query: "CREATE INDEX IF NOT EXISTS HistoryIndex ON History (url)"
- 14:07:00 DEBUG sql sql:run:216 Running SQL query: "CREATE INDEX IF NOT EXISTS HistoryIndex ON History (url)"
- 14:07:00 DEBUG sql sql:run:220 query bindings: {}
- 14:07:00 DEBUG sql sql:__init__:183 Preparing SQL query: "CREATE INDEX IF NOT EXISTS HistoryAtimeIndex ON History (atime)"
- 14:07:00 DEBUG sql sql:run:216 Running SQL query: "CREATE INDEX IF NOT EXISTS HistoryAtimeIndex ON History (atime)"
- 14:07:00 DEBUG sql sql:run:220 query bindings: {}
- 14:07:00 DEBUG sql sql:__init__:183 Preparing SQL query: "SELECT EXISTS(SELECT * FROM History WHERE url = :val)"
- 14:07:00 DEBUG sql sql:__init__:183 Preparing SQL query: "SELECT * FROM History where not redirect and not url like "qute://%" and atime > :earliest and atime <= :latest ORDER BY atime desc"
- 14:07:00 DEBUG sql sql:__init__:183 Preparing SQL query: "SELECT * FROM History where not redirect and not url like "qute://%" and atime <= :latest ORDER BY atime desc limit :limit offset :offset"
- 14:07:00 DEBUG init app:_init_modules:463 Initializing command history...
- 14:07:00 DEBUG init app:_init_modules:465 Initializing sessions...
- 14:07:00 DEBUG init app:_init_modules:468 Initializing websettings...
- 14:07:00 DEBUG config webenginesettings:set_dictionary_language:320 Found dicts: []
- 14:07:00 DEBUG config webenginesettings:set_dictionary_language:320 Found dicts: []
- 14:07:00 DEBUG config config:_set_value:323 Config option changed: content.headers.user_agent = Mozilla/5.0 ({os_info}) AppleWebKit/{webkit_version} (KHTML, like Gecko) {upstream_browser_key}/{upstream_browser_version} Safari/{webkit_version}
- 14:07:00 DEBUG config config:_set_value:323 Config option changed: content.headers.user_agent = Mozilla/5.0 ({os_info}) AppleWebKit/{webkit_version} (KHTML, like Gecko) {upstream_browser_key}/{upstream_browser_version} Safari/{webkit_version} Edg/{upstream_browser_version}
- 14:07:00 DEBUG config config:_set_value:323 Config option changed: content.headers.user_agent = Mozilla/5.0 ({os_info}) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99 Safari/537.36
- 14:07:00 DEBUG config config:_set_value:323 Config option changed: content.javascript.enabled = True
- 14:07:00 DEBUG config config:_set_value:323 Config option changed: content.javascript.enabled = True
- 14:07:00 DEBUG config config:_set_value:323 Config option changed: content.images = True
- 14:07:00 DEBUG config config:_set_value:323 Config option changed: content.images = True
- 14:07:00 DEBUG config config:_set_value:323 Config option changed: content.cookies.accept = all
- 14:07:00 DEBUG config config:_set_value:323 Config option changed: content.cookies.accept = all
- 14:07:00 DEBUG config config:_set_value:323 Config option changed: content.javascript.enabled = True
- 14:07:00 DEBUG config config:_set_value:323 Config option changed: content.javascript.enabled = True
- 14:07:00 DEBUG init app:_init_modules:475 Initializing quickmarks...
- 14:07:00 DEBUG save savemanager:save:95 Save of quickmark-manager requested - dirty True, save_on_exit False, is_exit False, force False -> True
- 14:07:00 DEBUG destroy lineparser:_after_save:81 Saved to /tmp/qutebrowser-basedir-23wfeo2v/config/quickmarks
- 14:07:00 DEBUG init app:_init_modules:479 Initializing bookmarks...
- 14:07:00 DEBUG save savemanager:save:95 Save of bookmark-manager requested - dirty True, save_on_exit False, is_exit False, force False -> True
- 14:07:00 DEBUG destroy lineparser:_after_save:81 Saved to /tmp/qutebrowser-basedir-23wfeo2v/config/bookmarks/urls
- 14:07:00 DEBUG init app:_init_modules:483 Initializing cookies...
- 14:07:00 DEBUG init app:_init_modules:486 Initializing cache...
- 14:07:00 DEBUG init app:_init_modules:489 Initializing downloads...
- 14:07:00 DEBUG init networkmanager:__init__:158 Initializing NetworkManager
- 14:07:00 DEBUG init networkmanager:__init__:163 NetworkManager init done
- 14:07:00 DEBUG init app:_init_modules:492 Initializing Greasemonkey...
- 14:07:00 DEBUG greasemonkey greasemonkey:load_scripts:285 Reading scripts from: /tmp/qutebrowser-basedir-23wfeo2v/data/greasemonkey
- 14:07:00 DEBUG init app:_init_modules:495 Misc initialization...
- 14:07:00 DEBUG init webenginetab:init:61 Initializing qute://* handler...
- 14:07:00 DEBUG init webenginetab:init:67 Initializing request interceptor...
- 14:07:00 DEBUG init webenginetab:init:73 Initializing QtWebEngine downloads...
- 14:07:00 DEBUG init webenginetab:init:81 Initializing cookie filter...
- 14:07:00 DEBUG init app:init:163 Initializing eventfilter...
- 14:07:00 DEBUG init app:init:166 Connecting signals...
- 14:07:00 DEBUG init app:_process_args:218 Initializing main window...
- 14:07:00 DEBUG init mainwindow:_init_downloadmanager:360 Initializing downloads...
- 14:07:00 DEBUG statusbar bar:_hide_cmd_widget:340 Hiding cmd widget
- 14:07:00 DEBUG init mainwindow:__init__:254 Initializing modes...
- 14:07:00 DEBUG init mainwindow:_init_geometry:297 Initial main window geometry: PyQt5.QtCore.QRect(50, 50, 800, 600)
- 14:07:00 DEBUG init app:_open_startpage:335 Opening start pages
- 14:07:00 DEBUG url urlutils:get_path_if_valid:402 Checking if 'https://start.duckduckgo.com' is a path
- 14:07:00 DEBUG url urlutils:fuzzy_url:225 URL is a fuzzy address
- 14:07:00 DEBUG url urlutils:fuzzy_url:227 Converting fuzzy term 'https://start.duckduckgo.com' to URL -> https://start.duckduckgo.com
- 14:07:00 DEBUG webview tabbedbrowser:tabopen:601 Creating new tab with URL PyQt5.QtCore.QUrl('https://start.duckduckgo.com'), background None, related True, idx None
- 14:07:00 DEBUG webview tabbedbrowser:_get_new_tab_idx:691 tabs.new_position next -> opening new tab at -1, next left: 0 / right: 0
- 14:07:00 DEBUG modes tabbedbrowser:_on_current_changed:843 Current tab changed, focusing <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=0 url=''>
- 14:07:00 DEBUG modes tabbedbrowser:_on_current_changed:850 Mode before tab change: normal (mode_on_change = normal)
- 14:07:00 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.hint (reason tab changed) as we're in mode KeyMode.normal
- 14:07:00 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.caret (reason tab changed) as we're in mode KeyMode.normal
- 14:07:00 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.insert (reason tab changed) as we're in mode KeyMode.normal
- 14:07:00 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.passthrough (reason tab changed) as we're in mode KeyMode.normal
- 14:07:00 DEBUG modes tabbedbrowser:_on_current_changed:861 Mode after tab change: normal (mode_on_change = normal)
- 14:07:00 DEBUG webview browsertab:_on_before_load_started:1023 Going to start loading: https://start.duckduckgo.com
- 14:07:00 DEBUG webview tabbedbrowser:_on_title_changed:768 Changing title for idx 0 to 'https://start.duckduckgo.com'
- 14:07:00 DEBUG misc eventfilter:eventFilter:90 <qutebrowser.browser.webengine.webview.WebEngineView object at 0x79cf0f1633a0> got new child <PyQt5.QtWidgets.QWidget object at 0x79cf0f163d30>, installing filter
- 14:07:00 DEBUG init app:_process_args:237 Init finished after 1.300622s
- 14:07:00 DEBUG init app:init:175 Init done!
- 14:07:00 DEBUG misc mainwindow:_update_overlay_geometry:355 new geometry for <qutebrowser.mainwindow.messageview.MessageView object at 0x79cf0f393f70>: PyQt5.QtCore.QRect(0, 581, 801, 1)
- 14:07:00 DEBUG misc mainwindow:_update_overlay_geometry:355 new geometry for <qutebrowser.mainwindow.messageview.MessageView object at 0x79cf0f393f70>: PyQt5.QtCore.QRect(0, 849, 785, 1)
- 14:07:00 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf0f393ee0>
- 14:07:00 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://start.duckduckgo.com/, type Type.typed, is_main_frame True
- 14:07:00 DEBUG webview webenginetab:_store_match_data:217 Active search match: 0/0
- 14:07:00 DEBUG webview browsertab:_set_load_status:989 load status for <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=0 url=''>: LoadStatus.loading
- 14:07:00 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_status_changed(<LoadStatus.loading: 6>) (tab 0)
- 14:07:00 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_started() (tab 0)
- 14:07:01 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_url_changed(PyQt5.QtCore.QUrl('https://start.duckduckgo.com/')) (tab 0)
- 14:07:01 DEBUG webview tabbedbrowser:_on_title_changed:768 Changing title for idx 0 to 'https://start.duckduckgo.com'
- 14:07:01 DEBUG webview tabbedbrowser:_on_title_changed:768 Changing title for idx 0 to 'DuckDuckGo — Privacy, simplified.'
- 14:07:01 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://start.duckduckgo.com/post2.html, type Type.other, is_main_frame False
- 14:07:01 DEBUG webview browsertab:_set_load_status:989 load status for <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=0 url='https://start.duckduckgo.com/'>: LoadStatus.success_https
- 14:07:01 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_status_changed(<LoadStatus.success_https: 3>) (tab 0)
- 14:07:01 DEBUG sql sql:__init__:183 Preparing SQL query: "INSERT INTO History (url, title, atime, redirect) values(:url, :title, :atime, :redirect)"
- 14:07:01 DEBUG sql sql:run:216 Running SQL query: "INSERT INTO History (url, title, atime, redirect) values(:url, :title, :atime, :redirect)"
- 14:07:01 DEBUG sql sql:run:220 query bindings: {':atime': 1611594421, ':redirect': False, ':title': 'DuckDuckGo — Privacy, simplified.', ':url': 'https://start.duckduckgo.com/'}
- 14:07:01 DEBUG sql sql:__init__:183 Preparing SQL query: "REPLACE INTO CompletionHistory (url, title, last_atime) values(:url, :title, :last_atime)"
- 14:07:01 DEBUG sql sql:run:216 Running SQL query: "REPLACE INTO CompletionHistory (url, title, last_atime) values(:url, :title, :last_atime)"
- 14:07:01 DEBUG sql sql:run:220 query bindings: {':last_atime': 1611594421, ':title': 'DuckDuckGo — Privacy, simplified.', ':url': 'https://start.duckduckgo.com/'}
- 14:07:01 DEBUG sessions sessions:save:334 Saving session _autosave to /tmp/qutebrowser-basedir-23wfeo2v/data/sessions/_autosave.yml...
- 14:07:01 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_finished(True) (tab 0)
- 14:07:01 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.insert (reason load started) as we're in mode KeyMode.normal
- 14:07:01 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.hint (reason load started) as we're in mode KeyMode.normal
- 14:07:02 DEBUG misc app:on_focus_object_changed:553 Focus object changed: None
- 14:07:03 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf0f119040>
- 14:07:03 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtCore.QObject object at 0x79cf0f119040>
- 14:07:03 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf0f119040>
- 14:07:03 DEBUG misc mainwindow:_update_overlay_geometry:355 new geometry for <qutebrowser.mainwindow.messageview.MessageView object at 0x79cf0f393f70>: PyQt5.QtCore.QRect(0, 849, 1585, 1)
- 14:07:03 DEBUG modes modeman:_handle_keyrelease:331 filter: True
- 14:07:03 DEBUG modes modeman:_handle_keyrelease:331 filter: True
- 14:07:04 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:04 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x1000020 / modifiers: 0x2000000 / text: '<Shift>' / dry_run True
- 14:07:04 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Ignoring, only modifier
- 14:07:04 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf0f1195e0>)
- 14:07:04 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:04 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x1000020 / modifiers: 0x2000000 / text: '<Shift>' / dry_run True
- 14:07:04 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Ignoring, only modifier
- 14:07:04 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf0f1195e0>)
- 14:07:04 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:04 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x1000020 / modifiers: 0x2000000 / text: '<Shift>' / dry_run False
- 14:07:04 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Ignoring, only modifier
- 14:07:04 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf0f1195e0>)
- 14:07:04 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:04 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x3a / modifiers: 0x2000000 / text: ':' / dry_run True
- 14:07:04 DEBUG modes modeman:_handle_keypress:306 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf0f1195e0>)
- 14:07:04 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:04 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x3a / modifiers: 0x2000000 / text: ':' / dry_run False
- 14:07:04 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Definitive match for ':'.
- 14:07:04 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Clearing keystring (was: :).
- 14:07:04 DEBUG commands command:run:542 command called: set-cmd-text [':']
- 14:07:04 DEBUG commands command:run:556 Calling qutebrowser.mainwindow.statusbar.command.Command.set_cmd_text_command(<qutebrowser.mainwindow.statusbar.command.Command>, ':', None, False, False, False)
- 14:07:04 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:04 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:04 DEBUG modes command:set_cmd_text:111 Setting command text, focusing <qutebrowser.mainwindow.statusbar.command.Command>
- 14:07:04 DEBUG modes modeman:enter:357 Entering mode KeyMode.command (reason: cmd focus)
- 14:07:04 DEBUG statusbar text:set_text:56 Setting normal text to '-- COMMAND MODE --'.
- 14:07:04 DEBUG statusbar bar:set_mode_active:306 Setting command flag to True
- 14:07:04 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <qutebrowser.mainwindow.statusbar.command.Command>
- 14:07:04 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf0f119700>
- 14:07:04 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <qutebrowser.mainwindow.statusbar.command.Command>
- 14:07:04 DEBUG modes modeman:_handle_keypress:306 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: False --> filter: True (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:04 DEBUG completion completer:_update_completion:238 Updating completion: [] []
- 14:07:04 DEBUG completion completer:_get_new_completion:91 Before removing flags: []
- 14:07:04 DEBUG completion completer:_get_new_completion:94 Starting command completion
- 14:07:04 DEBUG completion debug:__exit__:323 Starting command completion took 0.063415 seconds.
- 14:07:04 DEBUG misc mainwindow:_update_overlay_geometry:355 new geometry for <qutebrowser.completion.completionwidget.CompletionView>: PyQt5.QtCore.QRect(0, 415, 1585, 435)
- 14:07:04 DEBUG completion debug:__exit__:323 Set completion model took 0.009292 seconds.
- 14:07:04 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern ''
- 14:07:04 DEBUG completion debug:__exit__:323 Set pattern took 0.00684 seconds.
- 14:07:04 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:04 DEBUG modes modeman:_handle_keyrelease:331 filter: True
- 14:07:04 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:04 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:04 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:04 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:04 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:04 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:04 DEBUG completion completer:_partition:143 partitioning ['o'] around position 1
- 14:07:04 DEBUG completion completer:_partition:155 partitioned: [] 'o' []
- 14:07:04 DEBUG completion completer:_update_completion:238 Updating completion: [] o []
- 14:07:04 DEBUG completion completer:_get_new_completion:91 Before removing flags: []
- 14:07:04 DEBUG completion completer:_get_new_completion:94 Starting command completion
- 14:07:04 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'o'
- 14:07:04 DEBUG completion debug:__exit__:323 Set pattern o took 0.005856 seconds.
- 14:07:04 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:05 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:05 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:05 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:05 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:05 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:05 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:05 DEBUG completion completer:_partition:143 partitioning ['op'] around position 2
- 14:07:05 DEBUG completion completer:_partition:155 partitioned: [] 'op' []
- 14:07:05 DEBUG completion completer:_update_completion:238 Updating completion: [] op []
- 14:07:05 DEBUG completion completer:_get_new_completion:91 Before removing flags: []
- 14:07:05 DEBUG completion completer:_get_new_completion:94 Starting command completion
- 14:07:05 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'op'
- 14:07:05 DEBUG completion debug:__exit__:323 Set pattern op took 0.001698 seconds.
- 14:07:05 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:05 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:05 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:05 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:05 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:05 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:05 DEBUG completion completer:_partition:143 partitioning ['ope'] around position 3
- 14:07:05 DEBUG completion completer:_partition:155 partitioned: [] 'ope' []
- 14:07:05 DEBUG completion completer:_update_completion:238 Updating completion: [] ope []
- 14:07:05 DEBUG completion completer:_get_new_completion:91 Before removing flags: []
- 14:07:05 DEBUG completion completer:_get_new_completion:94 Starting command completion
- 14:07:05 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'ope'
- 14:07:05 DEBUG completion debug:__exit__:323 Set pattern ope took 0.001152 seconds.
- 14:07:05 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:05 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:05 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:05 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:05 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:05 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:05 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:05 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:05 DEBUG completion completer:_partition:143 partitioning ['open'] around position 4
- 14:07:05 DEBUG completion completer:_partition:155 partitioned: [] 'open' []
- 14:07:05 DEBUG completion completer:_update_completion:238 Updating completion: [] open []
- 14:07:05 DEBUG completion completer:_get_new_completion:91 Before removing flags: []
- 14:07:05 DEBUG completion completer:_get_new_completion:94 Starting command completion
- 14:07:05 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'open'
- 14:07:05 DEBUG completion debug:__exit__:323 Set pattern open took 0.001631 seconds.
- 14:07:05 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:05 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:05 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:05 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:05 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:05 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:05 DEBUG completion completer:_partition:143 partitioning ['open', ' '] around position 5
- 14:07:05 DEBUG completion completer:_partition:155 partitioned: ['open'] '' []
- 14:07:05 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] []
- 14:07:05 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:05 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:05 DEBUG completion debug:__exit__:323 Starting url completion took 0.001406 seconds.
- 14:07:05 DEBUG completion debug:__exit__:323 Set completion model took 0.001812 seconds.
- 14:07:05 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern ''
- 14:07:05 DEBUG sql sql:__init__:183 Preparing SQL query: "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"
- 14:07:05 DEBUG sql sql:run:216 Running SQL query: "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"
- 14:07:05 DEBUG sql sql:run:220 query bindings: {':0': '%%'}
- 14:07:05 DEBUG sql debug:__exit__:323 Running completion query took 0.000488 seconds.
- 14:07:05 DEBUG misc mainwindow:_update_overlay_geometry:355 new geometry for <qutebrowser.completion.completionwidget.CompletionView>: PyQt5.QtCore.QRect(0, 415, 1585, 435)
- 14:07:05 DEBUG completion debug:__exit__:323 Set pattern took 0.004951 seconds.
- 14:07:05 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:05 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:05 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:05 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:05 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:05 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:05 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:05 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:05 DEBUG completion completer:_partition:143 partitioning ['open', ' w'] around position 6
- 14:07:05 DEBUG completion completer:_partition:155 partitioned: ['open'] 'w' []
- 14:07:05 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] w []
- 14:07:05 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:05 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:05 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'w'
- 14:07:05 DEBUG sql sql:run:216 Running SQL query: "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"
- 14:07:05 DEBUG sql sql:run:220 query bindings: {':0': '%w%'}
- 14:07:05 DEBUG sql debug:__exit__:323 Running completion query took 0.000614 seconds.
- 14:07:05 DEBUG completion debug:__exit__:323 Set pattern w took 0.001887 seconds.
- 14:07:05 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:05 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:05 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:05 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:05 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:05 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:05 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:05 DEBUG completion completer:_partition:143 partitioning ['open', ' ww'] around position 7
- 14:07:05 DEBUG completion completer:_partition:155 partitioned: ['open'] 'ww' []
- 14:07:05 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] ww []
- 14:07:05 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:05 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:05 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'ww'
- 14:07:05 DEBUG sql histcategory:set_pattern:80 Skipping query on ww due to prefix w returning nothing.
- 14:07:05 DEBUG completion debug:__exit__:323 Set pattern ww took 0.000687 seconds.
- 14:07:05 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:05 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:05 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:05 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:05 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:05 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:05 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:05 DEBUG completion completer:_partition:143 partitioning ['open', ' www'] around position 8
- 14:07:05 DEBUG completion completer:_partition:155 partitioned: ['open'] 'www' []
- 14:07:05 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] www []
- 14:07:05 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:05 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:05 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www'
- 14:07:05 DEBUG sql histcategory:set_pattern:80 Skipping query on www due to prefix w returning nothing.
- 14:07:05 DEBUG completion debug:__exit__:323 Set pattern www took 0.000695 seconds.
- 14:07:05 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:05 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:05 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:05 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:05 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:05 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:05 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:05 DEBUG completion completer:_partition:143 partitioning ['open', ' www.'] around position 9
- 14:07:05 DEBUG completion completer:_partition:155 partitioned: ['open'] 'www.' []
- 14:07:05 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] www. []
- 14:07:05 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:05 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:05 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.'
- 14:07:05 DEBUG sql histcategory:set_pattern:80 Skipping query on www. due to prefix w returning nothing.
- 14:07:05 DEBUG completion debug:__exit__:323 Set pattern www. took 0.000741 seconds.
- 14:07:05 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:06 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:06 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:06 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:06 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:06 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:06 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:06 DEBUG completion completer:_partition:143 partitioning ['open', ' www.a'] around position 10
- 14:07:06 DEBUG completion completer:_partition:155 partitioned: ['open'] 'www.a' []
- 14:07:06 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] www.a []
- 14:07:06 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:06 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:06 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.a'
- 14:07:06 DEBUG sql histcategory:set_pattern:80 Skipping query on www.a due to prefix w returning nothing.
- 14:07:06 DEBUG completion debug:__exit__:323 Set pattern www.a took 0.000713 seconds.
- 14:07:06 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:06 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:06 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:06 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:06 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:06 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:06 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:06 DEBUG completion completer:_partition:143 partitioning ['open', ' www.ar'] around position 11
- 14:07:06 DEBUG completion completer:_partition:155 partitioned: ['open'] 'www.ar' []
- 14:07:06 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] www.ar []
- 14:07:06 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:06 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:06 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.ar'
- 14:07:06 DEBUG sql histcategory:set_pattern:80 Skipping query on www.ar due to prefix w returning nothing.
- 14:07:06 DEBUG completion debug:__exit__:323 Set pattern www.ar took 0.000686 seconds.
- 14:07:06 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:07 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:07 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:07 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:07 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:07 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:07 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:07 DEBUG completion completer:_partition:143 partitioning ['open', ' www.ars'] around position 12
- 14:07:07 DEBUG completion completer:_partition:155 partitioned: ['open'] 'www.ars' []
- 14:07:07 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] www.ars []
- 14:07:07 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:07 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:07 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.ars'
- 14:07:07 DEBUG sql histcategory:set_pattern:80 Skipping query on www.ars due to prefix w returning nothing.
- 14:07:07 DEBUG completion debug:__exit__:323 Set pattern www.ars took 0.000707 seconds.
- 14:07:07 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:07 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:07 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:07 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:07 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:07 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:07 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:07 DEBUG completion completer:_partition:143 partitioning ['open', ' www.arst'] around position 13
- 14:07:07 DEBUG completion completer:_partition:155 partitioned: ['open'] 'www.arst' []
- 14:07:07 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] www.arst []
- 14:07:07 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:07 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:07 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.arst'
- 14:07:07 DEBUG sql histcategory:set_pattern:80 Skipping query on www.arst due to prefix w returning nothing.
- 14:07:07 DEBUG completion debug:__exit__:323 Set pattern www.arst took 0.000719 seconds.
- 14:07:07 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:07 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:07 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:07 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:07 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:07 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:07 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:07 DEBUG completion completer:_partition:143 partitioning ['open', ' www.arste'] around position 14
- 14:07:07 DEBUG completion completer:_partition:155 partitioned: ['open'] 'www.arste' []
- 14:07:07 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] www.arste []
- 14:07:07 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:07 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:07 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.arste'
- 14:07:07 DEBUG sql histcategory:set_pattern:80 Skipping query on www.arste due to prefix w returning nothing.
- 14:07:07 DEBUG completion debug:__exit__:323 Set pattern www.arste took 0.000465 seconds.
- 14:07:07 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:07 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:07 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:07 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:07 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:07 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:07 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:07 DEBUG completion completer:_partition:143 partitioning ['open', ' www.arsteh'] around position 15
- 14:07:07 DEBUG completion completer:_partition:155 partitioned: ['open'] 'www.arsteh' []
- 14:07:07 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] www.arsteh []
- 14:07:07 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:07 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:07 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.arsteh'
- 14:07:07 DEBUG sql histcategory:set_pattern:80 Skipping query on www.arsteh due to prefix w returning nothing.
- 14:07:07 DEBUG completion debug:__exit__:323 Set pattern www.arsteh took 0.000702 seconds.
- 14:07:07 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:07 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:07 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:07 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:07 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:07 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:07 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:07 DEBUG completion completer:_partition:143 partitioning ['open', ' www.arstehc'] around position 16
- 14:07:07 DEBUG completion completer:_partition:155 partitioned: ['open'] 'www.arstehc' []
- 14:07:07 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] www.arstehc []
- 14:07:07 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:07 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:07 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.arstehc'
- 14:07:07 DEBUG sql histcategory:set_pattern:80 Skipping query on www.arstehc due to prefix w returning nothing.
- 14:07:07 DEBUG completion debug:__exit__:323 Set pattern www.arstehc took 0.000709 seconds.
- 14:07:07 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:08 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:08 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:08 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:08 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:08 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:08 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:08 DEBUG completion completer:_partition:143 partitioning ['open', ' www.arsteh'] around position 15
- 14:07:08 DEBUG completion completer:_partition:155 partitioned: ['open'] 'www.arsteh' []
- 14:07:08 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] www.arsteh []
- 14:07:08 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:08 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:08 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.arsteh'
- 14:07:08 DEBUG sql histcategory:set_pattern:80 Skipping query on www.arsteh due to prefix w returning nothing.
- 14:07:08 DEBUG completion debug:__exit__:323 Set pattern www.arsteh took 0.000709 seconds.
- 14:07:08 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:08 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:08 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:08 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:08 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:08 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:08 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:08 DEBUG completion completer:_partition:143 partitioning ['open', ' www.arste'] around position 14
- 14:07:08 DEBUG completion completer:_partition:155 partitioned: ['open'] 'www.arste' []
- 14:07:08 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] www.arste []
- 14:07:08 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:08 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:08 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.arste'
- 14:07:08 DEBUG sql histcategory:set_pattern:80 Skipping query on www.arste due to prefix w returning nothing.
- 14:07:08 DEBUG completion debug:__exit__:323 Set pattern www.arste took 0.000726 seconds.
- 14:07:08 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:08 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:08 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:08 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:08 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:08 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:08 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:08 DEBUG completion completer:_partition:143 partitioning ['open', ' www.arstec'] around position 15
- 14:07:08 DEBUG completion completer:_partition:155 partitioned: ['open'] 'www.arstec' []
- 14:07:08 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] www.arstec []
- 14:07:08 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:08 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:08 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.arstec'
- 14:07:08 DEBUG sql histcategory:set_pattern:80 Skipping query on www.arstec due to prefix w returning nothing.
- 14:07:08 DEBUG completion debug:__exit__:323 Set pattern www.arstec took 0.000728 seconds.
- 14:07:08 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:08 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:08 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:08 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:08 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:08 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:08 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:08 DEBUG completion completer:_partition:143 partitioning ['open', ' www.arstech'] around position 16
- 14:07:08 DEBUG completion completer:_partition:155 partitioned: ['open'] 'www.arstech' []
- 14:07:08 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] www.arstech []
- 14:07:08 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:08 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:08 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.arstech'
- 14:07:08 DEBUG sql histcategory:set_pattern:80 Skipping query on www.arstech due to prefix w returning nothing.
- 14:07:08 DEBUG completion debug:__exit__:323 Set pattern www.arstech took 0.000697 seconds.
- 14:07:08 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:08 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:08 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:08 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:08 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:08 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:08 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:08 DEBUG completion completer:_partition:143 partitioning ['open', ' www.arstechn'] around position 17
- 14:07:08 DEBUG completion completer:_partition:155 partitioned: ['open'] 'www.arstechn' []
- 14:07:08 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] www.arstechn []
- 14:07:08 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:08 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:08 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.arstechn'
- 14:07:08 DEBUG sql histcategory:set_pattern:80 Skipping query on www.arstechn due to prefix w returning nothing.
- 14:07:08 DEBUG completion debug:__exit__:323 Set pattern www.arstechn took 0.000702 seconds.
- 14:07:08 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:08 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:08 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:08 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:08 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:08 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:08 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:08 DEBUG completion completer:_partition:143 partitioning ['open', ' www.arstechni'] around position 18
- 14:07:08 DEBUG completion completer:_partition:155 partitioned: ['open'] 'www.arstechni' []
- 14:07:08 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] www.arstechni []
- 14:07:08 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:08 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:08 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.arstechni'
- 14:07:08 DEBUG sql histcategory:set_pattern:80 Skipping query on www.arstechni due to prefix w returning nothing.
- 14:07:08 DEBUG completion debug:__exit__:323 Set pattern www.arstechni took 0.000682 seconds.
- 14:07:09 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:09 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:09 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:09 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:09 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:09 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:09 DEBUG completion completer:_partition:143 partitioning ['open', ' www.arstechnic'] around position 19
- 14:07:09 DEBUG completion completer:_partition:155 partitioned: ['open'] 'www.arstechnic' []
- 14:07:09 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] www.arstechnic []
- 14:07:09 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:09 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:09 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.arstechnic'
- 14:07:09 DEBUG sql histcategory:set_pattern:80 Skipping query on www.arstechnic due to prefix w returning nothing.
- 14:07:09 DEBUG completion debug:__exit__:323 Set pattern www.arstechnic took 0.000672 seconds.
- 14:07:09 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:09 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:09 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:09 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:09 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:09 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:09 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:09 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:09 DEBUG completion completer:_partition:143 partitioning ['open', ' www.arstechnica'] around position 20
- 14:07:09 DEBUG completion completer:_partition:155 partitioned: ['open'] 'www.arstechnica' []
- 14:07:09 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] www.arstechnica []
- 14:07:09 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:09 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:09 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.arstechnica'
- 14:07:09 DEBUG sql histcategory:set_pattern:80 Skipping query on www.arstechnica due to prefix w returning nothing.
- 14:07:09 DEBUG completion debug:__exit__:323 Set pattern www.arstechnica took 0.000749 seconds.
- 14:07:09 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:09 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:09 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:09 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:09 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:09 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:09 DEBUG completion completer:_partition:143 partitioning ['open', ' www.arstechnica.'] around position 21
- 14:07:09 DEBUG completion completer:_partition:155 partitioned: ['open'] 'www.arstechnica.' []
- 14:07:09 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] www.arstechnica. []
- 14:07:09 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:09 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:09 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.arstechnica.'
- 14:07:09 DEBUG sql histcategory:set_pattern:80 Skipping query on www.arstechnica. due to prefix w returning nothing.
- 14:07:09 DEBUG completion debug:__exit__:323 Set pattern www.arstechnica. took 0.000664 seconds.
- 14:07:09 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:09 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:09 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:09 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:09 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:09 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:09 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:09 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:09 DEBUG completion completer:_partition:143 partitioning ['open', ' www.arstechnica.c'] around position 22
- 14:07:09 DEBUG completion completer:_partition:155 partitioned: ['open'] 'www.arstechnica.c' []
- 14:07:09 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] www.arstechnica.c []
- 14:07:09 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:09 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:09 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.arstechnica.c'
- 14:07:09 DEBUG sql histcategory:set_pattern:80 Skipping query on www.arstechnica.c due to prefix w returning nothing.
- 14:07:09 DEBUG completion debug:__exit__:323 Set pattern www.arstechnica.c took 0.000721 seconds.
- 14:07:09 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:09 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:09 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:09 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:09 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:09 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:09 DEBUG completion completer:_partition:143 partitioning ['open', ' www.arstechnica.co'] around position 23
- 14:07:09 DEBUG completion completer:_partition:155 partitioned: ['open'] 'www.arstechnica.co' []
- 14:07:09 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] www.arstechnica.co []
- 14:07:09 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:09 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:09 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.arstechnica.co'
- 14:07:09 DEBUG sql histcategory:set_pattern:80 Skipping query on www.arstechnica.co due to prefix w returning nothing.
- 14:07:09 DEBUG completion debug:__exit__:323 Set pattern www.arstechnica.co took 0.000691 seconds.
- 14:07:09 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:09 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:09 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:09 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:09 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:09 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:09 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:09 DEBUG completion completer:_partition:143 partitioning ['open', ' www.arstechnica.com'] around position 24
- 14:07:09 DEBUG completion completer:_partition:155 partitioned: ['open'] 'www.arstechnica.com' []
- 14:07:09 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] www.arstechnica.com []
- 14:07:09 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:09 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:09 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.arstechnica.com'
- 14:07:09 DEBUG sql histcategory:set_pattern:80 Skipping query on www.arstechnica.com due to prefix w returning nothing.
- 14:07:09 DEBUG completion debug:__exit__:323 Set pattern www.arstechnica.com took 0.000733 seconds.
- 14:07:09 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:09 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:09 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:09 DEBUG modes modeman:_handle_keypress:306 match: 2, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: True --> filter: True (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:09 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:09 DEBUG commands command:run:542 command called: command-accept
- 14:07:09 DEBUG commands command:run:556 Calling qutebrowser.mainwindow.statusbar.command.Command.command_accept(<qutebrowser.mainwindow.statusbar.command.Command>, False)
- 14:07:09 DEBUG save savemanager:mark_dirty:73 Marking command-history as dirty.
- 14:07:09 DEBUG modes modeman:leave:425 Leaving mode KeyMode.command (reason: cmd accept)
- 14:07:09 DEBUG statusbar text:set_text:56 Setting normal text to ''.
- 14:07:09 DEBUG statusbar bar:set_mode_active:306 Setting command flag to False
- 14:07:09 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:09 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:09 DEBUG statusbar bar:_hide_cmd_widget:340 Hiding cmd widget
- 14:07:09 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <qutebrowser.mainwindow.mainwindow.MainWindow>
- 14:07:09 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <qutebrowser.mainwindow.statusbar.text.Text text=''>
- 14:07:09 DEBUG modes tabbedbrowser:on_mode_left:823 Left status-input mode, focusing <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=0 url='https://start.duckduckgo.com/'>
- 14:07:09 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf0f119040>
- 14:07:09 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtCore.QObject object at 0x79cf0f119040>
- 14:07:09 DEBUG commands command:run:542 command called: open ['www.arstechnica.com']
- 14:07:09 DEBUG commands command:run:556 Calling qutebrowser.browser.commands.CommandDispatcher.openurl(<qutebrowser.browser.commands.CommandDispatcher>, 'www.arstechnica.com', False, False, False, False, None, False, False)
- 14:07:09 DEBUG url urlutils:get_path_if_valid:402 Checking if 'www.arstechnica.com' is a path
- 14:07:09 DEBUG url urlutils:is_url:271 Checking if 'www.arstechnica.com' is a URL (autosearch=naive).
- 14:07:09 DEBUG url urlutils:is_url:314 Checking via naive check
- 14:07:09 DEBUG url urlutils:is_url:318 url = True
- 14:07:09 DEBUG url urlutils:fuzzy_url:225 URL is a fuzzy address
- 14:07:09 DEBUG url urlutils:fuzzy_url:227 Converting fuzzy term 'www.arstechnica.com' to URL -> http://www.arstechnica.com
- 14:07:09 DEBUG webview browsertab:_on_before_load_started:1023 Going to start loading: http://www.arstechnica.com
- 14:07:09 DEBUG webview tabbedbrowser:_on_title_changed:768 Changing title for idx 0 to 'http://www.arstechnica.com'
- 14:07:09 DEBUG misc eventfilter:eventFilter:90 <qutebrowser.browser.webengine.webview.WebEngineView object at 0x79cf0f1633a0> got new child <PyQt5.QtWidgets.QWidget object at 0x79cf0f119ee0>, installing filter
- 14:07:09 DEBUG modes modeman:_handle_keypress:306 match: 2, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf0f119f70>)
- 14:07:09 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url http://www.arstechnica.com/, type Type.typed, is_main_frame True
- 14:07:09 DEBUG webview webenginetab:_store_match_data:217 Active search match: 0/0
- 14:07:09 DEBUG webview browsertab:_set_load_status:989 load status for <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=0 url='https://start.duckduckgo.com/'>: LoadStatus.loading
- 14:07:09 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_status_changed(<LoadStatus.loading: 6>) (tab 0)
- 14:07:09 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_started() (tab 0)
- 14:07:09 DEBUG modes modeman:_handle_keyrelease:331 filter: True
- 14:07:10 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://www.arstechnica.com/, type Type.typed, is_main_frame True
- 14:07:10 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url http://arstechnica.com/, type Type.typed, is_main_frame True
- 14:07:11 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://arstechnica.com/, type Type.typed, is_main_frame True
- 14:07:11 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:11 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x1000001 / modifiers: 0x0 / text: '<Tab>' / dry_run False
- 14:07:11 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Trying match without modifiers
- 14:07:11 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Trying match with key_mappings
- 14:07:11 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Giving up with '<Tab>', no matches
- 14:07:11 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Clearing keystring (was: <Tab>).
- 14:07:11 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf0f119af0>)
- 14:07:11 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:11 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf0f119c10>
- 14:07:11 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtCore.QObject object at 0x79cf0f119c10>
- 14:07:11 DEBUG webview webenginetab:_on_renderer_process_pid_changed:1596 Renderer process PID for tab 0: 15653
- 14:07:11 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_url_changed(PyQt5.QtCore.QUrl('https://arstechnica.com/')) (tab 0)
- 14:07:11 DEBUG webview tabbedbrowser:_on_title_changed:768 Changing title for idx 0 to 'https://arstechnica.com'
- 14:07:11 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf0f119b80>
- 14:07:11 DEBUG misc eventfilter:eventFilter:100 <qutebrowser.browser.webengine.webview.WebEngineView object at 0x79cf0f1633a0>: removed child <PyQt5.QtCore.QObject object at 0x79cf0f119820>
- 14:07:11 DEBUG webview tabbedbrowser:_on_title_changed:768 Changing title for idx 0 to 'Ars Technica'
- 14:07:13 DEBUG webview browsertab:_set_load_status:989 load status for <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=0 url='https://arstechnica.com/'>: LoadStatus.success_https
- 14:07:13 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_status_changed(<LoadStatus.success_https: 3>) (tab 0)
- 14:07:13 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://condenast.demdex.net/dest5.html?d_nsid=0#https%3A%2F%2Farstechnica.com, type Type.other, is_main_frame False
- [15541:15696:0125/140713.611155:ERROR:bus.cc(393)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
- [15541:15696:0125/140713.611225:ERROR:bus.cc(393)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
- [15541:15696:0125/140713.611284:ERROR:bus.cc(393)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
- [15541:15696:0125/140713.611318:ERROR:bus.cc(393)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
- [15541:15696:0125/140713.611364:ERROR:bus.cc(393)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
- 14:07:13 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://tr.snapchat.com/cm/i?pid=da17f2f6-35e0-46e3-b2ec-3f325753384d, type Type.other, is_main_frame False
- 14:07:13 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://tr.snapchat.com/p, type Type.other, is_main_frame False
- 14:07:13 DEBUG js shared:javascript_log_message:150 [https://arstechnica.com/:0] Access to XMLHttpRequest at 'https://sstats.arstechnica.com/id?d_visid_ver=4.6.0&d_fieldgroup=A&mcorgid=F7093025512D2B690A490D44%40AdobeOrg&mid=53314704774642077504515771607130962295&ts=1611594433539' from origin 'https://arstechnica.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
- 14:07:13 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://s.amazon-adsystem.com/iu3?cm3ppd=1&d=dtb-pub&csif=t&dl=n-index_rbd_ppt_n-vmg_ox-db5_dm_an-d…, type Type.other, is_main_frame False
- 14:07:13 DEBUG js shared:javascript_log_message:150 [https://arstechnica.com/:0] A cookie associated with a cross-site resource at http://openx.net/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
- 14:07:13 DEBUG js shared:javascript_log_message:150 [https://arstechnica.com/:0] A cookie associated with a cross-site resource at http://infinityid.condenastdigital.com/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
- 14:07:13 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://assets.bounceexchange.com/assets/bounce/local_storage_frame16.min.html#2806, type Type.other, is_main_frame False
- 14:07:14 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://tr.snapchat.com/cm/s?pnid=140&cb=1611594433999, type Type.other, is_main_frame False
- 14:07:14 DEBUG js shared:javascript_log_message:150 [https://arstechnica.com/:0] A cookie associated with a cross-site resource at http://yahoo.com/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
- 14:07:14 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://pixel.tapad.com/idsync/ex/push?partner_id=2884&partner_url=https%3A%2F%2Ftr.snapchat.com%2F…, type Type.other, is_main_frame False
- 14:07:14 DEBUG js shared:javascript_log_message:150 [https://arstechnica.com/:0] A cookie associated with a cross-site resource at http://everesttech.net/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
- 14:07:14 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://www.facebook.com/tr/, type Type.other, is_main_frame False
- 14:07:14 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://s.amazon-adsystem.com/iu3?cm3ppd=1&d=dtb-pub&csif=t&dl=n-index_rbd_ppt_n-vmg_ox-db5_dm_an-d…, type Type.other, is_main_frame False
- 14:07:14 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://tr.snapchat.com/cm/p?rand=1611589904450&pnid=140&pcid=bac3ae26-5f2f-11eb-902e-4a2343ff26db, type Type.other, is_main_frame False
- 14:07:14 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://s.amazon-adsystem.com/v3/pr?exlist=n-index_rbd_ppt_n-vmg_ox-db5_dm_an-db5_dmx_3lift&fv=1.0&…, type Type.other, is_main_frame False
- 14:07:14 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://926ca017b2aef600b0e3c145069bfea2.safeframe.googlesyndication.com/safeframe/1-0-37/html/cont…, type Type.other, is_main_frame False
- 14:07:14 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://ssum-sec.casalemedia.com/usermatch?s=192259&cb=https%3A%2F%2Fs.amazon-adsystem.com%2Fecm3%3…, type Type.other, is_main_frame False
- 14:07:14 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://eus.rubiconproject.com/usync.html?p=a9us&endpoint=us-east, type Type.other, is_main_frame False
- 14:07:14 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://bh.contextweb.com/visitormatch?p=547259,530912,534301,548607,543793,561117&rurl=https%3A%2F…, type Type.other, is_main_frame False
- 14:07:14 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://ups.analytics.yahoo.com/ups/58251/sync?redir=true, type Type.other, is_main_frame False
- 14:07:14 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://u.openx.net/w/1.0/cm?id=e818ca1e-0c23-caa8-0dd3-096b0ada08b7&ph=2d1251ae-7f3a-47cf-bd2a-2f2…, type Type.other, is_main_frame False
- 14:07:14 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://ib.adnxs.com/getuid?https://s.amazon-adsystem.com/ecm3?id=$UID&ex=districtm, type Type.other, is_main_frame False
- 14:07:14 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://ib.adnxs.com/getuid?https://s.amazon-adsystem.com/ecm3?id=$UID&ex=appnexus.com, type Type.other, is_main_frame False
- 14:07:14 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://cdn.districtm.io/ids/?sellerid=10002&r=https%3A%2F%2Fs.amazon-adsystem.com%2Fecm3%3Fex%3Ddm…, type Type.other, is_main_frame False
- 14:07:14 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://eb2.3lift.com/getuid?redir=https%3A%2F%2Fs.amazon-adsystem.com%2Fecm3%3Fex%3D3lift.com%26id…, type Type.other, is_main_frame False
- 14:07:15 DEBUG js shared:javascript_log_message:150 [https://arstechnica.com/:0] A cookie associated with a cross-site resource at http://contextweb.com/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
- 14:07:15 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://s.amazon-adsystem.com/ecm3?id=626181177926863944&ex=appnexus.com, type Type.other, is_main_frame False
- 14:07:15 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://s.amazon-adsystem.com/ecm3?id=626181177926863944&ex=districtm, type Type.other, is_main_frame False
- 14:07:15 DEBUG destroy lineparser:_after_save:81 Saved to /tmp/qutebrowser-basedir-23wfeo2v/data/cmd-history
- 14:07:15 DEBUG js shared:javascript_log_message:150 [https://cdn.cookielaw.org/opt-out/otCCPAiab.js:96] received a request for uspapi
- 14:07:15 DEBUG js shared:javascript_log_message:150 [https://arstechnica.com/:0] A cookie associated with a cross-site resource at http://api.bounceexchange.com/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
- 14:07:15 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://ads.pubmatic.com/AdServer/js/user_sync.html?p=156512, type Type.other, is_main_frame False
- 14:07:15 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://s.amazon-adsystem.com/ecm3?ex=vmg.com&id=y-fJMgASR1l2NSU.4SkbRTd4hIBNz4gtc-, type Type.other, is_main_frame False
- 14:07:15 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://eb2.3lift.com/getuid?ld=1&gdpr=0&cmp_cs=&us_privacy=&redir=https%3A%2F%2Fs.amazon-adsystem.…, type Type.other, is_main_frame False
- 14:07:15 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://googleads.g.doubleclick.net/xbbe/pixel?d=CPzIigEQooW-ARjCj8WaATAB&v=APEucNVXJ4uPwEQ2eFdgPMq…, type Type.other, is_main_frame False
- 14:07:15 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://s.amazon-adsystem.com/ecm3?ex=3lift.com&id=4913166035821610552, type Type.other, is_main_frame False
- 14:07:15 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://ads.pubmatic.com/AdServer/js/showad.js#PIX&kdntuid=1&SPug=true&p=156512&it=0&gdpr=0&np=0, type Type.other, is_main_frame False
- 14:07:15 DEBUG js shared:javascript_log_message:150 [https://arstechnica.com/:0] A cookie associated with a cross-site resource at https://yahoo.com/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
- 14:07:15 DEBUG js shared:javascript_log_message:150 [https://cdn.cookielaw.org/opt-out/otCCPAiab.js:96] received a request for uspapi
- 14:07:15 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://tpc.googlesyndication.com/sodar/Enqz_20U.html, type Type.other, is_main_frame False
- 14:07:16 DEBUG js shared:javascript_log_message:150 [https://cdn.cookielaw.org/opt-out/otCCPAiab.js:96] received a request for uspapi
- 14:07:16 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://vars.hotjar.com/box-469cf41adb11dc78be68c1ae7f9457a4.html, type Type.other, is_main_frame False
- 14:07:16 DEBUG js shared:javascript_log_message:150 [https://cdn.cookielaw.org/opt-out/otCCPAiab.js:96] received a request for uspapi
- 14:07:16 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://p.adsymptotic.com/d/px?_pid=10291&_psign=9769cbad30cb221a3996d786047e2b31&_pu=OPTIONAL_WEBS…, type Type.other, is_main_frame False
- 14:07:16 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://match.prod.bidr.io/cookie-sync/pm&gdpr=0&gdpr_consent=, type Type.other, is_main_frame False
- 14:07:16 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://dis.criteo.com/dis/usersync.aspx?r=3&p=4&cp=pubmaticUS&cu=1&&gdpr=0&gdpr_consent=&url=https…, type Type.other, is_main_frame False
- 14:07:16 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://cm.adgrx.com/bridge?AG_PID=pubmatic&AG_SETCOOKIE&gdpr=0&gdpr_consent=, type Type.other, is_main_frame False
- 14:07:16 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://ums.acuityplatform.com/tum?umid=6, type Type.other, is_main_frame False
- 14:07:16 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://a.tribalfusion.com/i.match?p=b11&redirect=https%3A//simage2.pubmatic.com/AdServer/Pug%3Fvco…, type Type.other, is_main_frame False
- 14:07:16 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://px.owneriq.net/epm?https://simage2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTMw…, type Type.other, is_main_frame False
- 14:07:16 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://pm.w55c.net/ping_match.gif?ei=PUBMATIC&rurl=https://simage2.pubmatic.com/AdServer/Pug?vcode…, type Type.other, is_main_frame False
- 14:07:16 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://jadserve.postrelease.com/suid/101790?vk=$%7BPUBMATIC_UID%7D&ntv_r=https://image2.pubmatic.c…, type Type.other, is_main_frame False
- 14:07:16 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://cm.eyereturn.com/pubmatic?, type Type.other, is_main_frame False
- 14:07:16 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://bh.contextweb.com/bh/rtset?pid=557219&ev=1&rurl=https://simage2.pubmatic.com/AdServer/Pug?v…, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://simage2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTMwNzMmdGw9MTI5NjAw&piggybackC…, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://cm.g.doubleclick.net/pixel?google_nid=beeswaxio&google_sc=&google_hm=QUFCTzYwN0FIZlVBQURhOU…, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://simage2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTMwNzQmdGw9MTI5NjAw&piggybackC…, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://simage2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZqcz0xJmNvZGU9MzMxOSZ0bD0xMjk2MDA=&ev…, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://match.prod.bidr.io/cookie-sync/adx?bee_sync_partners=sas%2Cpp%2Cpm&bee_sync_current_partner…, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://eus.rubiconproject.com/usync.html?us_privacy=1---, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://acdn.adnxs.com/dmp/async_usersync.html, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://acdn.adnxs.com/dmp/async_usersync.html, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://js-sec.indexww.com/um/ixmatch.html, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://acdn.adnxs.com/dmp/async_usersync.html, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://contextual.media.net/checksync.php?vsSync=1&cs=8&cv=31&https=1&cid=8CU65UN7R&prvid=2033%2C1…, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://js-sec.indexww.com/um/ixmatch.html, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://js-sec.indexww.com/um/ixmatch.html, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://us-u.openx.net/w/1.0/pd?plm=6&ph=92a42b2b-081a-4be8-96bc-8a959e4a3060&gdpr=0&us_privacy=1---, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://contextual.media.net/checksync.php?vsSync=1&cs=8&cv=31&https=1&cid=8CU65UN7R&prvid=2033%2C1…, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://us-u.openx.net/w/1.0/pd?plm=6&ph=92a42b2b-081a-4be8-96bc-8a959e4a3060&gdpr=0&us_privacy=1---, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://us-u.openx.net/w/1.0/pd?plm=6&ph=92a42b2b-081a-4be8-96bc-8a959e4a3060&gdpr=0&us_privacy=1---, type Type.other, is_main_frame False
- 14:07:17 DEBUG js shared:javascript_log_message:150 [https://arstechnica.com/:0] A cookie associated with a cross-site resource at http://tribalfusion.com/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://s.tribalfusion.com/z/i.match?p=b11&redirect=https%3A//simage2.pubmatic.com/AdServer/Pug%3Fv…, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://rtb-csync.smartadserver.com/redir?partnerid=127&partneruserid=AABO607AHfUAADa9GDBQ3g&rediru…, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://image2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZqcz0xJmNvZGU9MzA2OSZ0bD0xMjk2MDA&pigg…, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://ssum-sec.casalemedia.com/usermatch?s=184674&cb=https%3A%2F%2Fjs-sec.indexww.com%2Fht%2Fhtw-…, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://image2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTMwNTAmdGw9MTI5NjAw&piggybackCo…, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://ssum-sec.casalemedia.com/usermatch?s=184674&cb=https%3A%2F%2Fjs-sec.indexww.com%2Fht%2Fhtw-…, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://ssum-sec.casalemedia.com/usermatch?s=184674&cb=https%3A%2F%2Fjs-sec.indexww.com%2Fht%2Fhtw-…, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://image2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTM0MjUmdGw9MTI5NjAw&piggybackCo…, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://p.rfihub.com/cm?pub=19967&in=1&forward=https%3A%2F%2Fcontextual.media.net%2Fcksync.html%3Fc…, type Type.other, is_main_frame False
- [15588:15605:0125/140717.556446:ERROR:ssl_client_socket_impl.cc(959)] handshake failed; returned -1, SSL error code 1, net_error -107
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://p.rfihub.com/cm?pub=19967&in=1&forward=https%3A%2F%2Fcontextual.media.net%2Fcksync.html%3Fc…, type Type.other, is_main_frame False
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://p.adsymptotic.com/d/px?_pid=10291&_psign=9769cbad30cb221a3996d786047e2b31&_puuid=743D22CC-5…, type Type.other, is_main_frame False
- 14:07:17 DEBUG js shared:javascript_log_message:150 [https://arstechnica.com/:0] A cookie associated with a cross-site resource at https://simpli.fi/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://arstechnica.com/gadgets/2021/01/new-macbook-air-will-feature-magsafe-and-be-even-thinner-re…, type Type.link_clicked, is_main_frame True
- 14:07:17 DEBUG webview webenginetab:_store_match_data:217 Active search match: 0/0
- 14:07:17 DEBUG webview browsertab:_set_load_status:989 load status for <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=0 url='https://arstechnica.com/'>: LoadStatus.loading
- 14:07:17 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_status_changed(<LoadStatus.loading: 6>) (tab 0)
- 14:07:17 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_started() (tab 0)
- 14:07:17 DEBUG webview webenginetab:_js_cb_single:827 Got element from JS: {'attributes': {'aria-hidden': 'true', 'class': 'overlay', 'href': 'https://arstechnica.com/gadgets/2021/01/new-macbook-air-will-feature-magsafe-and-be-even-thinner-report-claims/', 'role': 'presentation', 'tabindex': '-1'}, 'class_name': 'overlay', 'id': 0, 'is_content_editable': False, 'outer_xml': '<a class="overlay" href="https://arstechnica.com/gadgets/2021/01/new-macbook-air-will-feature-magsafe-and-be-even-thinner-report-claims/" tabindex="-1" role="presentation" aria-hidden="true"></a>', 'rects': [{'bottom': 612.75, 'height': 203.6875, 'left': 222, 'right': 588.65625, 'top': 409.0625, 'width': 366.65625}], 'tag_name': 'A', 'text': '', 'value': ''}
- 14:07:17 DEBUG webelem webelem:is_editable:252 Checking if element is editable: <qutebrowser.browser.webengine.webengineelem.WebEngineElement html='<a class="overlay" href="https://arstechnica.com/gadgets/2021/01/new-macbook-air-will-feature-magsafe-and-be-even-thinner-report-claims/" tabindex="-1" role="presentation" aria-hidden="true"></a>'>
- 14:07:17 DEBUG mouse eventfilter:_mousepress_insertmode_cb:249 Clicked non-editable element!
- 14:07:17 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.insert (reason click) as we're in mode KeyMode.normal
- 14:07:17 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://s0.2mdn.net/8865294/1611179163391/index.html, type Type.other, is_main_frame False
- 14:07:18 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://match.prod.bidr.io/cookie-sync?bee_sync_partners=pp%2Cpm&bee_sync_current_partner=sas&bee_s…, type Type.other, is_main_frame False
- 14:07:18 DEBUG webview browsertab:_set_load_status:989 load status for <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=0 url='https://arstechnica.com/'>: LoadStatus.success_https
- 14:07:18 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_status_changed(<LoadStatus.success_https: 3>) (tab 0)
- 14:07:18 DEBUG sql sql:__init__:183 Preparing SQL query: "INSERT INTO History (url, title, atime, redirect) values(:url, :title, :atime, :redirect)"
- 14:07:18 DEBUG sql sql:run:216 Running SQL query: "INSERT INTO History (url, title, atime, redirect) values(:url, :title, :atime, :redirect)"
- 14:07:18 DEBUG sql sql:run:220 query bindings: {':atime': 1611594438, ':redirect': True, ':title': 'Ars Technica', ':url': 'http://www.arstechnica.com/'}
- 14:07:18 DEBUG sql sql:__init__:183 Preparing SQL query: "INSERT INTO History (url, title, atime, redirect) values(:url, :title, :atime, :redirect)"
- 14:07:18 DEBUG sql sql:run:216 Running SQL query: "INSERT INTO History (url, title, atime, redirect) values(:url, :title, :atime, :redirect)"
- 14:07:18 DEBUG sql sql:run:220 query bindings: {':atime': 1611594438, ':redirect': False, ':title': 'Ars Technica', ':url': 'https://arstechnica.com/'}
- 14:07:18 DEBUG sql sql:__init__:183 Preparing SQL query: "REPLACE INTO CompletionHistory (url, title, last_atime) values(:url, :title, :last_atime)"
- 14:07:18 DEBUG sql sql:run:216 Running SQL query: "REPLACE INTO CompletionHistory (url, title, last_atime) values(:url, :title, :last_atime)"
- 14:07:18 DEBUG sql sql:run:220 query bindings: {':last_atime': 1611594438, ':title': 'Ars Technica', ':url': 'https://arstechnica.com/'}
- 14:07:18 DEBUG sessions sessions:save:334 Saving session _autosave to /tmp/qutebrowser-basedir-23wfeo2v/data/sessions/_autosave.yml...
- 14:07:18 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_finished(False) (tab 0)
- 14:07:18 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.insert (reason load started) as we're in mode KeyMode.normal
- 14:07:18 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.hint (reason load started) as we're in mode KeyMode.normal
- 14:07:18 DEBUG webview browsertab:_set_load_status:989 load status for <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=0 url='https://arstechnica.com/'>: LoadStatus.error
- 14:07:18 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_status_changed(<LoadStatus.error: 4>) (tab 0)
- 14:07:18 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_url_changed(PyQt5.QtCore.QUrl('https://arstechnica.com/gadgets/2021/01/new-macbook-air-will-feature-magsafe-and-be-even-thinner-report-claims/')) (tab 0)
- 14:07:18 DEBUG webview tabbedbrowser:_on_title_changed:768 Changing title for idx 0 to 'https://arstechnica.com/gadgets/2021/01/new-macbook-air-will-feature-magsafe-and-be-even-thinner-report-claims/'
- 14:07:18 DEBUG webview tabbedbrowser:_on_title_changed:768 Changing title for idx 0 to 'Report: The MacBook Air is getting a major redesign, too | Ars Technica'
- 14:07:19 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://vars.hotjar.com/box-469cf41adb11dc78be68c1ae7f9457a4.html, type Type.other, is_main_frame False
- 14:07:19 DEBUG js shared:javascript_log_message:150 [https://arstechnica.com/gadgets/2021/01/new-macbook-air-will-feature-magsafe-and-be-even-thinner-report-claims/:0] A cookie associated with a cross-site resource at http://openx.net/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
- [15541:15696:0125/140720.023128:ERROR:bus.cc(393)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
- [15541:15696:0125/140720.023180:ERROR:bus.cc(393)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
- [15541:15696:0125/140720.023247:ERROR:bus.cc(393)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
- [15541:15696:0125/140720.023285:ERROR:bus.cc(393)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
- [15541:15696:0125/140720.023339:ERROR:bus.cc(393)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
- 14:07:20 DEBUG js shared:javascript_log_message:150 [https://arstechnica.com/gadgets/2021/01/new-macbook-air-will-feature-magsafe-and-be-even-thinner-report-claims/:0] A cookie associated with a cross-site resource at http://yahoo.com/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
- 14:07:20 DEBUG js shared:javascript_log_message:150 [https://arstechnica.com/gadgets/2021/01/new-macbook-air-will-feature-magsafe-and-be-even-thinner-report-claims/:0] A cookie associated with a cross-site resource at https://yahoo.com/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
- 14:07:20 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://assets.bounceexchange.com/assets/bounce/local_storage_frame16.min.html#2806, type Type.other, is_main_frame False
- 14:07:20 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://s.amazon-adsystem.com/iu3?cm3ppd=1&d=dtb-pub&csif=t&dl=ppt_dmx, type Type.other, is_main_frame False
- 14:07:20 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://tr.snapchat.com/p, type Type.other, is_main_frame False
- 14:07:20 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://widgets.outbrain.com/nanoWidget/externals/cookie/put.html, type Type.other, is_main_frame False
- 14:07:20 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:20 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x1000001 / modifiers: 0x0 / text: '<Tab>' / dry_run False
- 14:07:20 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Trying match without modifiers
- 14:07:20 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Trying match with key_mappings
- 14:07:20 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Giving up with '<Tab>', no matches
- 14:07:20 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Clearing keystring (was: <Tab>).
- 14:07:20 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf0f119b80>)
- 14:07:20 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:20 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtCore.QObject object at 0x79cf0f119280>
- 14:07:20 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <qutebrowser.mainwindow.mainwindow.MainWindow>
- 14:07:20 DEBUG misc eventfilter:eventFilter:100 <qutebrowser.browser.webengine.webview.WebEngineView object at 0x79cf0f1633a0>: removed child <PyQt5.QtCore.QObject object at 0x79cf0f1191f0>
- 14:07:20 DEBUG misc eventfilter:eventFilter:90 <qutebrowser.browser.webengine.webview.WebEngineView object at 0x79cf0f1633a0> got new child <PyQt5.QtWidgets.QWidget object at 0x79cf0f09fc10>, installing filter
- 14:07:20 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url data:text/html;charset=UTF-8,%3C%21DOCTYPE html%3E%0A%3C%21--%0Avim%3A ft%3Dhtml fileencoding%3Dutf…, type Type.typed, is_main_frame True
- 14:07:20 ERROR webview tabbedbrowser:show_error_page:956 Renderer process crashed
- 14:07:20 DEBUG webview webenginetab:_store_match_data:217 Active search match: 0/0
- 14:07:20 DEBUG webview browsertab:_set_load_status:989 load status for <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=0 url='https://arstechnica.com/gadgets/2021/01/new-macbook-air-will-feature-magsafe-and-be-even-thinner-re…'>: LoadStatus.loading
- 14:07:20 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_status_changed(<LoadStatus.loading: 6>) (tab 0)
- 14:07:20 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_started() (tab 0)
- 14:07:20 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf0f1194c0>
- 14:07:20 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtCore.QObject object at 0x79cf0f1194c0>
- 14:07:20 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_url_changed(PyQt5.QtCore.QUrl('data:text/html;charset=UTF-8,%3C%21DOCTYPE html%3E%0A%3C%21--%0Avim%3A ft%3Dhtml fileencoding%3Dutf-8 sts%3D4 sw%3D4 et%3A%0A--%3E%0A%0A%3Chtml%3E%0A %3Chead%3E%0A %3Cmet…) (tab 0)
- 14:07:20 DEBUG webview tabbedbrowser:_on_title_changed:768 Changing title for idx 0 to 'about:blank'
- 14:07:20 DEBUG webview tabbedbrowser:_on_title_changed:768 Changing title for idx 0 to 'Error loading https://arstechnica.com/gadgets/2021/01/new-macbook-air-will-feature-magsafe-and-be-even-thinner-report-claims/'
- 14:07:20 DEBUG webview browsertab:_set_load_status:989 load status for <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=0 url='data:text/html;charset=UTF-8,%3C%21DOCTYPE html%3E%0A%3C%21--%0Avim%3A ft%3Dhtml fileencoding%3Dutf…'>: LoadStatus.success
- 14:07:20 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_status_changed(<LoadStatus.success: 2>) (tab 0)
- 14:07:20 DEBUG sessions sessions:save:334 Saving session _autosave to /tmp/qutebrowser-basedir-23wfeo2v/data/sessions/_autosave.yml...
- 14:07:20 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_finished(True) (tab 0)
- 14:07:20 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.insert (reason load started) as we're in mode KeyMode.normal
- 14:07:20 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.hint (reason load started) as we're in mode KeyMode.normal
- 14:07:21 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:21 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x1000020 / modifiers: 0x2000000 / text: '<Shift>' / dry_run True
- 14:07:21 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Ignoring, only modifier
- 14:07:21 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf0f09f430>)
- 14:07:21 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:21 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x1000020 / modifiers: 0x2000000 / text: '<Shift>' / dry_run True
- 14:07:21 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Ignoring, only modifier
- 14:07:21 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf0f09f430>)
- 14:07:21 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:21 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x1000020 / modifiers: 0x2000000 / text: '<Shift>' / dry_run False
- 14:07:21 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Ignoring, only modifier
- 14:07:21 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf0f09f430>)
- 14:07:21 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:21 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x3a / modifiers: 0x2000000 / text: ':' / dry_run True
- 14:07:21 DEBUG modes modeman:_handle_keypress:306 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf0f09f430>)
- 14:07:21 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:21 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x3a / modifiers: 0x2000000 / text: ':' / dry_run False
- 14:07:21 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Definitive match for ':'.
- 14:07:21 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Clearing keystring (was: :).
- 14:07:21 DEBUG commands command:run:542 command called: set-cmd-text [':']
- 14:07:21 DEBUG commands command:run:556 Calling qutebrowser.mainwindow.statusbar.command.Command.set_cmd_text_command(<qutebrowser.mainwindow.statusbar.command.Command>, ':', None, False, False, False)
- 14:07:21 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:21 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:21 DEBUG modes command:set_cmd_text:111 Setting command text, focusing <qutebrowser.mainwindow.statusbar.command.Command>
- 14:07:21 DEBUG modes modeman:enter:357 Entering mode KeyMode.command (reason: cmd focus)
- 14:07:21 DEBUG statusbar text:set_text:56 Setting normal text to '-- COMMAND MODE --'.
- 14:07:21 DEBUG statusbar bar:set_mode_active:306 Setting command flag to True
- 14:07:21 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <qutebrowser.mainwindow.statusbar.command.Command>
- 14:07:21 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf0f09f310>
- 14:07:21 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <qutebrowser.mainwindow.statusbar.command.Command>
- 14:07:21 DEBUG modes modeman:_handle_keypress:306 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: False --> filter: True (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:21 DEBUG completion completer:_update_completion:238 Updating completion: [] []
- 14:07:21 DEBUG completion completer:_get_new_completion:91 Before removing flags: []
- 14:07:21 DEBUG completion completer:_get_new_completion:94 Starting command completion
- 14:07:21 DEBUG completion debug:__exit__:323 Starting command completion took 0.032303 seconds.
- 14:07:21 DEBUG misc mainwindow:_update_overlay_geometry:355 new geometry for <qutebrowser.completion.completionwidget.CompletionView>: PyQt5.QtCore.QRect(0, 415, 1585, 435)
- 14:07:21 DEBUG completion debug:__exit__:323 Set completion model took 0.005293 seconds.
- 14:07:21 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern ''
- 14:07:21 DEBUG completion debug:__exit__:323 Set pattern took 0.00538 seconds.
- 14:07:21 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:21 DEBUG modes modeman:_handle_keyrelease:331 filter: True
- 14:07:22 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:22 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:22 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:22 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:22 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:22 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:22 DEBUG completion completer:_partition:143 partitioning ['o'] around position 1
- 14:07:22 DEBUG completion completer:_partition:155 partitioned: [] 'o' []
- 14:07:22 DEBUG completion completer:_update_completion:238 Updating completion: [] o []
- 14:07:22 DEBUG completion completer:_get_new_completion:91 Before removing flags: []
- 14:07:22 DEBUG completion completer:_get_new_completion:94 Starting command completion
- 14:07:22 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'o'
- 14:07:22 DEBUG completion debug:__exit__:323 Set pattern o took 0.006063 seconds.
- 14:07:22 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:22 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:22 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:22 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:22 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:22 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:22 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:22 DEBUG completion completer:_partition:143 partitioning ['op'] around position 2
- 14:07:22 DEBUG completion completer:_partition:155 partitioned: [] 'op' []
- 14:07:22 DEBUG completion completer:_update_completion:238 Updating completion: [] op []
- 14:07:22 DEBUG completion completer:_get_new_completion:91 Before removing flags: []
- 14:07:22 DEBUG completion completer:_get_new_completion:94 Starting command completion
- 14:07:22 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'op'
- 14:07:22 DEBUG completion debug:__exit__:323 Set pattern op took 0.001397 seconds.
- 14:07:22 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:22 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:22 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:22 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:22 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:22 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:22 DEBUG completion completer:_partition:143 partitioning ['ope'] around position 3
- 14:07:22 DEBUG completion completer:_partition:155 partitioned: [] 'ope' []
- 14:07:22 DEBUG completion completer:_update_completion:238 Updating completion: [] ope []
- 14:07:22 DEBUG completion completer:_get_new_completion:91 Before removing flags: []
- 14:07:22 DEBUG completion completer:_get_new_completion:94 Starting command completion
- 14:07:22 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'ope'
- 14:07:22 DEBUG completion debug:__exit__:323 Set pattern ope took 0.001119 seconds.
- 14:07:22 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:22 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:22 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:22 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:22 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:22 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:22 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:22 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:22 DEBUG completion completer:_partition:143 partitioning ['open'] around position 4
- 14:07:22 DEBUG completion completer:_partition:155 partitioned: [] 'open' []
- 14:07:22 DEBUG completion completer:_update_completion:238 Updating completion: [] open []
- 14:07:22 DEBUG completion completer:_get_new_completion:91 Before removing flags: []
- 14:07:22 DEBUG completion completer:_get_new_completion:94 Starting command completion
- 14:07:22 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'open'
- 14:07:22 DEBUG completion debug:__exit__:323 Set pattern open took 0.001272 seconds.
- 14:07:22 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:22 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:22 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:22 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:22 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:22 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:22 DEBUG completion completer:_partition:143 partitioning ['open', ' '] around position 5
- 14:07:22 DEBUG completion completer:_partition:155 partitioned: ['open'] '' []
- 14:07:22 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] []
- 14:07:22 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:22 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:22 DEBUG completion debug:__exit__:323 Starting url completion took 0.000433 seconds.
- 14:07:22 DEBUG completion debug:__exit__:323 Set completion model took 0.001923 seconds.
- 14:07:22 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern ''
- 14:07:22 DEBUG sql sql:__init__:183 Preparing SQL query: "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"
- 14:07:22 DEBUG sql sql:run:216 Running SQL query: "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"
- 14:07:22 DEBUG sql sql:run:220 query bindings: {':0': '%%'}
- 14:07:22 DEBUG sql debug:__exit__:323 Running completion query took 0.000499 seconds.
- 14:07:22 DEBUG misc mainwindow:_update_overlay_geometry:355 new geometry for <qutebrowser.completion.completionwidget.CompletionView>: PyQt5.QtCore.QRect(0, 415, 1585, 435)
- 14:07:22 DEBUG completion debug:__exit__:323 Set pattern took 0.004484 seconds.
- 14:07:22 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:22 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:22 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:22 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:22 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:22 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:22 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:22 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:22 DEBUG completion completer:_partition:143 partitioning ['open', ' -'] around position 6
- 14:07:22 DEBUG completion completer:_partition:155 partitioned: ['open'] '-' []
- 14:07:22 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] - []
- 14:07:22 DEBUG completion completer:_update_completion:245 Clearing completion
- 14:07:22 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:22 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:22 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:22 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:22 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:22 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:22 DEBUG completion completer:_partition:143 partitioning ['open', ' -t'] around position 7
- 14:07:22 DEBUG completion completer:_partition:155 partitioned: ['open'] '-t' []
- 14:07:22 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] -t []
- 14:07:22 DEBUG completion completer:_update_completion:245 Clearing completion
- 14:07:22 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:22 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:22 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:22 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:22 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:22 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:22 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:22 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' '] around position 8
- 14:07:22 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] '' []
- 14:07:22 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] []
- 14:07:22 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:22 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:22 DEBUG completion debug:__exit__:323 Starting url completion took 0.000461 seconds.
- 14:07:22 DEBUG completion debug:__exit__:323 Set completion model took 0.001072 seconds.
- 14:07:22 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern ''
- 14:07:22 DEBUG sql sql:__init__:183 Preparing SQL query: "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"
- 14:07:22 DEBUG sql sql:run:216 Running SQL query: "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"
- 14:07:22 DEBUG sql sql:run:220 query bindings: {':0': '%%'}
- 14:07:22 DEBUG sql debug:__exit__:323 Running completion query took 0.000593 seconds.
- 14:07:22 DEBUG misc mainwindow:_update_overlay_geometry:355 new geometry for <qutebrowser.completion.completionwidget.CompletionView>: PyQt5.QtCore.QRect(0, 415, 1585, 435)
- 14:07:22 DEBUG completion debug:__exit__:323 Set pattern took 0.005362 seconds.
- 14:07:22 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:22 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:22 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:22 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:22 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:22 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:22 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:22 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:22 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' w'] around position 9
- 14:07:22 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'w' []
- 14:07:22 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] w []
- 14:07:22 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:22 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:22 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'w'
- 14:07:22 DEBUG sql sql:run:216 Running SQL query: "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"
- 14:07:22 DEBUG sql sql:run:220 query bindings: {':0': '%w%'}
- 14:07:22 DEBUG sql debug:__exit__:323 Running completion query took 0.000612 seconds.
- 14:07:22 DEBUG completion debug:__exit__:323 Set pattern w took 0.001739 seconds.
- 14:07:23 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:23 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:23 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:23 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:23 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:23 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:23 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:23 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' ww'] around position 10
- 14:07:23 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'ww' []
- 14:07:23 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] ww []
- 14:07:23 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:23 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:23 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'ww'
- 14:07:23 DEBUG sql histcategory:set_pattern:80 Skipping query on ww due to prefix w returning nothing.
- 14:07:23 DEBUG completion debug:__exit__:323 Set pattern ww took 0.000716 seconds.
- 14:07:23 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:23 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:23 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:23 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:23 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:23 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:23 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:23 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www'] around position 11
- 14:07:23 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www' []
- 14:07:23 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www []
- 14:07:23 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:23 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:23 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www'
- 14:07:23 DEBUG sql histcategory:set_pattern:80 Skipping query on www due to prefix w returning nothing.
- 14:07:23 DEBUG completion debug:__exit__:323 Set pattern www took 0.000702 seconds.
- 14:07:23 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:23 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:23 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:23 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:23 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:23 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:23 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:23 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' wwwl'] around position 12
- 14:07:23 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'wwwl' []
- 14:07:23 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] wwwl []
- 14:07:23 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:23 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:23 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'wwwl'
- 14:07:23 DEBUG sql histcategory:set_pattern:80 Skipping query on wwwl due to prefix w returning nothing.
- 14:07:23 DEBUG completion debug:__exit__:323 Set pattern wwwl took 0.000514 seconds.
- 14:07:23 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:23 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:23 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:23 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:23 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:23 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:23 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:23 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' wwwla'] around position 13
- 14:07:23 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'wwwla' []
- 14:07:23 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] wwwla []
- 14:07:23 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:23 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:23 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'wwwla'
- 14:07:23 DEBUG sql histcategory:set_pattern:80 Skipping query on wwwla due to prefix w returning nothing.
- 14:07:23 DEBUG completion debug:__exit__:323 Set pattern wwwla took 0.000699 seconds.
- 14:07:23 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:24 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:24 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:24 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:24 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:24 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:24 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:24 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' wwwl'] around position 12
- 14:07:24 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'wwwl' []
- 14:07:24 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] wwwl []
- 14:07:24 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:24 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:24 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'wwwl'
- 14:07:24 DEBUG sql histcategory:set_pattern:80 Skipping query on wwwl due to prefix w returning nothing.
- 14:07:24 DEBUG completion debug:__exit__:323 Set pattern wwwl took 0.000689 seconds.
- 14:07:24 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:24 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:24 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:24 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:24 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:24 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:24 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:24 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www'] around position 11
- 14:07:24 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www' []
- 14:07:24 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www []
- 14:07:24 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:24 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:24 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www'
- 14:07:24 DEBUG sql histcategory:set_pattern:80 Skipping query on www due to prefix w returning nothing.
- 14:07:24 DEBUG completion debug:__exit__:323 Set pattern www took 0.000708 seconds.
- 14:07:24 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:24 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:24 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:24 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:24 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:24 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:24 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:24 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.'] around position 12
- 14:07:24 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.' []
- 14:07:24 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www. []
- 14:07:24 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:24 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:24 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.'
- 14:07:24 DEBUG sql histcategory:set_pattern:80 Skipping query on www. due to prefix w returning nothing.
- 14:07:24 DEBUG completion debug:__exit__:323 Set pattern www. took 0.000699 seconds.
- 14:07:24 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:24 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:24 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:24 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:24 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:24 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:24 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:24 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.l'] around position 13
- 14:07:24 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.l' []
- 14:07:24 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.l []
- 14:07:24 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:24 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:24 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.l'
- 14:07:24 DEBUG sql histcategory:set_pattern:80 Skipping query on www.l due to prefix w returning nothing.
- 14:07:24 DEBUG completion debug:__exit__:323 Set pattern www.l took 0.000698 seconds.
- 14:07:24 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:24 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:24 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:24 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:24 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:24 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:24 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:24 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.la'] around position 14
- 14:07:24 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.la' []
- 14:07:24 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.la []
- 14:07:24 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:24 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:24 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.la'
- 14:07:24 DEBUG sql histcategory:set_pattern:80 Skipping query on www.la due to prefix w returning nothing.
- 14:07:24 DEBUG completion debug:__exit__:323 Set pattern www.la took 0.000702 seconds.
- 14:07:24 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:24 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:24 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:24 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:24 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:24 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:24 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:24 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.lan'] around position 15
- 14:07:24 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.lan' []
- 14:07:24 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.lan []
- 14:07:24 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:24 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:24 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.lan'
- 14:07:24 DEBUG sql histcategory:set_pattern:80 Skipping query on www.lan due to prefix w returning nothing.
- 14:07:24 DEBUG completion debug:__exit__:323 Set pattern www.lan took 0.000721 seconds.
- 14:07:24 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:25 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:25 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:25 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:25 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:25 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:25 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:25 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.lana'] around position 16
- 14:07:25 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.lana' []
- 14:07:25 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.lana []
- 14:07:25 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:25 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:25 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.lana'
- 14:07:25 DEBUG sql histcategory:set_pattern:80 Skipping query on www.lana due to prefix w returning nothing.
- 14:07:25 DEBUG completion debug:__exit__:323 Set pattern www.lana took 0.000699 seconds.
- 14:07:25 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:25 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:25 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:25 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:25 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:25 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:25 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:25 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.lanac'] around position 17
- 14:07:25 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.lanac' []
- 14:07:25 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.lanac []
- 14:07:25 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:25 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:25 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.lanac'
- 14:07:25 DEBUG sql histcategory:set_pattern:80 Skipping query on www.lanac due to prefix w returning nothing.
- 14:07:25 DEBUG completion debug:__exit__:323 Set pattern www.lanac took 0.000706 seconds.
- 14:07:25 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:25 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:25 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:25 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:25 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:25 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:25 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.lanaci'] around position 18
- 14:07:25 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.lanaci' []
- 14:07:25 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.lanaci []
- 14:07:25 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:25 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:25 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.lanaci'
- 14:07:25 DEBUG sql histcategory:set_pattern:80 Skipping query on www.lanaci due to prefix w returning nothing.
- 14:07:25 DEBUG completion debug:__exit__:323 Set pattern www.lanaci took 0.000702 seconds.
- 14:07:25 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:25 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:25 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:25 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:25 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:25 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:25 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:25 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:25 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.lanacio'] around position 19
- 14:07:25 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.lanacio' []
- 14:07:25 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.lanacio []
- 14:07:25 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:25 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:25 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.lanacio'
- 14:07:25 DEBUG sql histcategory:set_pattern:80 Skipping query on www.lanacio due to prefix w returning nothing.
- 14:07:25 DEBUG completion debug:__exit__:323 Set pattern www.lanacio took 0.000662 seconds.
- 14:07:25 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:25 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:25 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:25 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:25 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:25 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:25 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:25 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.lanacion'] around position 20
- 14:07:25 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.lanacion' []
- 14:07:25 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.lanacion []
- 14:07:25 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:25 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:25 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.lanacion'
- 14:07:25 DEBUG sql histcategory:set_pattern:80 Skipping query on www.lanacion due to prefix w returning nothing.
- 14:07:25 DEBUG completion debug:__exit__:323 Set pattern www.lanacion took 0.000445 seconds.
- 14:07:25 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:25 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:25 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:25 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:25 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:25 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:25 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:25 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.lanacion.'] around position 21
- 14:07:25 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.lanacion.' []
- 14:07:25 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.lanacion. []
- 14:07:25 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:25 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:25 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.lanacion.'
- 14:07:25 DEBUG sql histcategory:set_pattern:80 Skipping query on www.lanacion. due to prefix w returning nothing.
- 14:07:25 DEBUG completion debug:__exit__:323 Set pattern www.lanacion. took 0.000665 seconds.
- 14:07:25 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:25 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:25 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:25 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:25 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:25 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:25 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:25 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.lanacion.c'] around position 22
- 14:07:25 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.lanacion.c' []
- 14:07:25 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.lanacion.c []
- 14:07:25 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:25 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:25 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.lanacion.c'
- 14:07:25 DEBUG sql histcategory:set_pattern:80 Skipping query on www.lanacion.c due to prefix w returning nothing.
- 14:07:25 DEBUG completion debug:__exit__:323 Set pattern www.lanacion.c took 0.000589 seconds.
- 14:07:25 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:25 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:25 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:25 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:25 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:25 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:25 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.lanacion.co'] around position 23
- 14:07:25 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.lanacion.co' []
- 14:07:25 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.lanacion.co []
- 14:07:25 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:25 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:25 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.lanacion.co'
- 14:07:25 DEBUG sql histcategory:set_pattern:80 Skipping query on www.lanacion.co due to prefix w returning nothing.
- 14:07:25 DEBUG completion debug:__exit__:323 Set pattern www.lanacion.co took 0.000528 seconds.
- 14:07:25 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:26 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:26 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:26 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:26 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:26 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:26 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:26 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.lanacion.com'] around position 24
- 14:07:26 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.lanacion.com' []
- 14:07:26 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.lanacion.com []
- 14:07:26 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:26 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:26 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.lanacion.com'
- 14:07:26 DEBUG sql histcategory:set_pattern:80 Skipping query on www.lanacion.com due to prefix w returning nothing.
- 14:07:26 DEBUG completion debug:__exit__:323 Set pattern www.lanacion.com took 0.000532 seconds.
- 14:07:26 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:26 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:26 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:26 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:26 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:26 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:26 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:26 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:26 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.lanacion.com.'] around position 25
- 14:07:26 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.lanacion.com.' []
- 14:07:26 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.lanacion.com. []
- 14:07:26 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:26 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:26 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.lanacion.com.'
- 14:07:26 DEBUG sql histcategory:set_pattern:80 Skipping query on www.lanacion.com. due to prefix w returning nothing.
- 14:07:26 DEBUG completion debug:__exit__:323 Set pattern www.lanacion.com. took 0.000569 seconds.
- 14:07:26 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:26 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:26 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:26 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:26 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:26 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:26 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.lanacion.com.a'] around position 26
- 14:07:26 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.lanacion.com.a' []
- 14:07:26 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.lanacion.com.a []
- 14:07:26 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:26 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:26 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.lanacion.com.a'
- 14:07:26 DEBUG sql histcategory:set_pattern:80 Skipping query on www.lanacion.com.a due to prefix w returning nothing.
- 14:07:26 DEBUG completion debug:__exit__:323 Set pattern www.lanacion.com.a took 0.00051 seconds.
- 14:07:26 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:26 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:26 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:26 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:26 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:26 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:26 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:26 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.lanacion.com.ar'] around position 27
- 14:07:26 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.lanacion.com.ar' []
- 14:07:26 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.lanacion.com.ar []
- 14:07:26 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:26 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:26 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.lanacion.com.ar'
- 14:07:26 DEBUG sql histcategory:set_pattern:80 Skipping query on www.lanacion.com.ar due to prefix w returning nothing.
- 14:07:26 DEBUG completion debug:__exit__:323 Set pattern www.lanacion.com.ar took 0.000554 seconds.
- 14:07:26 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:26 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:26 DEBUG modes modeman:_handle_keypress:306 match: 2, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: True --> filter: True (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:26 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:26 DEBUG commands command:run:542 command called: command-accept
- 14:07:26 DEBUG commands command:run:556 Calling qutebrowser.mainwindow.statusbar.command.Command.command_accept(<qutebrowser.mainwindow.statusbar.command.Command>, False)
- 14:07:26 DEBUG save savemanager:mark_dirty:73 Marking command-history as dirty.
- 14:07:26 DEBUG modes modeman:leave:425 Leaving mode KeyMode.command (reason: cmd accept)
- 14:07:26 DEBUG statusbar text:set_text:56 Setting normal text to ''.
- 14:07:26 DEBUG statusbar bar:set_mode_active:306 Setting command flag to False
- 14:07:26 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:26 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:26 DEBUG statusbar bar:_hide_cmd_widget:340 Hiding cmd widget
- 14:07:26 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <qutebrowser.mainwindow.mainwindow.MainWindow>
- 14:07:26 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <qutebrowser.mainwindow.statusbar.text.Text text=''>
- 14:07:26 DEBUG modes tabbedbrowser:on_mode_left:823 Left status-input mode, focusing <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=0 url='data:text/html;charset=UTF-8,%3C%21DOCTYPE html%3E%0A%3C%21--%0Avim%3A ft%3Dhtml fileencoding%3Dutf…'>
- 14:07:26 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf0f09ff70>
- 14:07:26 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtCore.QObject object at 0x79cf0f09ff70>
- 14:07:26 DEBUG commands command:run:542 command called: open ['-t', 'www.lanacion.com.ar']
- 14:07:26 DEBUG commands command:run:556 Calling qutebrowser.browser.commands.CommandDispatcher.openurl(<qutebrowser.browser.commands.CommandDispatcher>, 'www.lanacion.com.ar', False, False, True, False, None, False, False)
- 14:07:26 DEBUG url urlutils:get_path_if_valid:402 Checking if 'www.lanacion.com.ar' is a path
- 14:07:26 DEBUG url urlutils:is_url:271 Checking if 'www.lanacion.com.ar' is a URL (autosearch=naive).
- 14:07:26 DEBUG url urlutils:is_url:314 Checking via naive check
- 14:07:26 DEBUG url urlutils:is_url:318 url = True
- 14:07:26 DEBUG url urlutils:fuzzy_url:225 URL is a fuzzy address
- 14:07:26 DEBUG url urlutils:fuzzy_url:227 Converting fuzzy term 'www.lanacion.com.ar' to URL -> http://www.lanacion.com.ar
- 14:07:26 DEBUG webview tabbedbrowser:tabopen:601 Creating new tab with URL PyQt5.QtCore.QUrl('http://www.lanacion.com.ar'), background False, related False, idx None
- 14:07:26 DEBUG webview tabbedbrowser:_get_new_tab_idx:691 tabs.new_position last -> opening new tab at -1, next left: 0 / right: 1
- 14:07:26 DEBUG webview browsertab:_on_before_load_started:1023 Going to start loading: http://www.lanacion.com.ar
- 14:07:26 DEBUG webview tabbedbrowser:_on_title_changed:768 Changing title for idx 1 to 'http://www.lanacion.com.ar'
- 14:07:26 DEBUG misc eventfilter:eventFilter:90 <qutebrowser.browser.webengine.webview.WebEngineView object at 0x79cf0f09fca0> got new child <PyQt5.QtWidgets.QWidget object at 0x79cf0f09f790>, installing filter
- 14:07:26 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf0f09fee0>
- 14:07:26 DEBUG misc app:on_focus_object_changed:553 Focus object changed: None
- 14:07:26 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf0f09f820>
- 14:07:26 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtCore.QObject object at 0x79cf0f09f820>
- 14:07:26 DEBUG modes tabbedbrowser:_on_current_changed:843 Current tab changed, focusing <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=1 url=''>
- 14:07:26 DEBUG modes tabbedbrowser:_on_current_changed:850 Mode before tab change: normal (mode_on_change = normal)
- 14:07:26 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.hint (reason tab changed) as we're in mode KeyMode.normal
- 14:07:26 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.caret (reason tab changed) as we're in mode KeyMode.normal
- 14:07:26 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.insert (reason tab changed) as we're in mode KeyMode.normal
- 14:07:26 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.passthrough (reason tab changed) as we're in mode KeyMode.normal
- 14:07:26 DEBUG modes tabbedbrowser:_on_current_changed:861 Mode after tab change: normal (mode_on_change = normal)
- 14:07:26 DEBUG modes modeman:_handle_keypress:306 match: 2, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf0f09fee0>)
- 14:07:26 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:26 DEBUG modes modeman:_handle_keyrelease:331 filter: True
- 14:07:26 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url http://www.lanacion.com.ar/, type Type.typed, is_main_frame True
- 14:07:26 DEBUG webview webenginetab:_store_match_data:217 Active search match: 0/0
- 14:07:26 DEBUG webview browsertab:_set_load_status:989 load status for <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=1 url=''>: LoadStatus.loading
- 14:07:26 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_status_changed(<LoadStatus.loading: 6>) (tab 1)
- 14:07:26 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_started() (tab 1)
- 14:07:26 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://www.lanacion.com.ar/, type Type.typed, is_main_frame True
- 14:07:26 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_url_changed(PyQt5.QtCore.QUrl('https://www.lanacion.com.ar/')) (tab 1)
- 14:07:26 DEBUG webview tabbedbrowser:_on_title_changed:768 Changing title for idx 1 to 'https://www.lanacion.com.ar'
- 14:07:26 DEBUG js shared:javascript_log_message:150 [https://www.googletagservices.com/tag/js/gpt.js:6] A parser-blocking, cross site (i.e. different eTLD+1) script, https://securepubads.g.doubleclick.net/gpt/pubads_impl_2021011204.js?21069878, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
- 14:07:26 DEBUG js shared:javascript_log_message:150 [https://www.googletagservices.com/tag/js/gpt.js:6] A parser-blocking, cross site (i.e. different eTLD+1) script, https://securepubads.g.doubleclick.net/gpt/pubads_impl_2021011204.js?21069878, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
- 14:07:26 DEBUG webview tabbedbrowser:_on_title_changed:768 Changing title for idx 1 to 'Últimas noticias de Argentina y el mundo - LA NACION'
- 14:07:27 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://37d077e4a8311e9afb58765102dd7be0.safeframe.googlesyndication.com/safeframe/1-0-37/html/cont…, type Type.other, is_main_frame False
- 14:07:27 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://especialess3.lanacion.com.ar/20/08/anexo-home-fiebres/index.html, type Type.other, is_main_frame False
- 14:07:27 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://37d077e4a8311e9afb58765102dd7be0.safeframe.googlesyndication.com/safeframe/1-0-37/html/cont…, type Type.other, is_main_frame False
- 14:07:27 DEBUG js shared:javascript_log_message:150 [https://static.glanacion.com/v2/ln/js/commons-8cae61e.min.js:1234]
- It looks like you're using the development build of the Firebase JS SDK.
- When deploying Firebase apps to production, it is advisable to only import
- the individual SDK components you intend to use.
- For the module builds, these are available in the following manner
- (replace <PACKAGE> with the name of a component - i.e. auth, database, etc):
- CommonJS Modules:
- const firebase = require('firebase/app');
- require('firebase/<PACKAGE>');
- ES Modules:
- import firebase from 'firebase/app';
- import 'firebase/<PACKAGE>';
- Typescript:
- import * as firebase from 'firebase/app';
- import 'firebase/<PACKAGE>';
- 14:07:27 DEBUG js shared:javascript_log_message:150 [https://static.glanacion.com/v2/ln/js/commons-8cae61e.min.js:155] Registracion Runtime: 0.4.6
- 14:07:27 DEBUG js shared:javascript_log_message:150 [https://static.glanacion.com/v2/ln/js/commons-8cae61e.min.js:154] SW: xxx function ServiceWorker() { [native code] }
- 14:07:27 DEBUG js shared:javascript_log_message:150 [https://static.glanacion.com/v2/ln/js/commons-8cae61e.min.js:154] [Service Worker] Will the service worker register?
- 14:07:27 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://37d077e4a8311e9afb58765102dd7be0.safeframe.googlesyndication.com/safeframe/1-0-37/html/cont…, type Type.other, is_main_frame False
- 14:07:27 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://ingresar.lanacion.com.ar/logout/logout.html?pagina=https://www.lanacion.com.ar/logout.html, type Type.redirect, is_main_frame False
- 14:07:27 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://especialess3.lanacion.com.ar/20/08/anexo-home-fiebres/index.html?initialWidth=1584&childId=…, type Type.other, is_main_frame False
- 14:07:27 DEBUG js shared:javascript_log_message:150 [https://static.glanacion.com/v2/ln/js/commons-8cae61e.min.js:154] [Service Worker] Yes, it did.
- 14:07:28 DEBUG webview browsertab:_set_load_status:989 load status for <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=1 url='https://www.lanacion.com.ar/'>: LoadStatus.success_https
- 14:07:28 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_status_changed(<LoadStatus.success_https: 3>) (tab 1)
- 14:07:28 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://vars.hotjar.com/box-469cf41adb11dc78be68c1ae7f9457a4.html, type Type.other, is_main_frame False
- 14:07:28 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://scdn.cxense.com/sp1.html#ver=1&typ=pgv&rnd=kkctq2x0mpabo2e9&acc=0&sid=1135050122432099686&l…, type Type.other, is_main_frame False
- 14:07:28 DEBUG js shared:javascript_log_message:150 [https://cdn.petametrics.com/8561ps8ov66e7mim.js?ts=447665:2] LI: [showLiveWarnings]: [2313ms]: [WARN] We did not run setUserId because we did not receive a second argument of type string
- 14:07:28 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:28 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x1000020 / modifiers: 0x2000000 / text: '<Shift>' / dry_run True
- 14:07:28 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Ignoring, only modifier
- 14:07:28 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf0f09f4c0>)
- 14:07:28 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:28 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x1000020 / modifiers: 0x2000000 / text: '<Shift>' / dry_run True
- 14:07:28 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Ignoring, only modifier
- 14:07:28 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf0f09f4c0>)
- 14:07:28 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:28 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x1000020 / modifiers: 0x2000000 / text: '<Shift>' / dry_run False
- 14:07:28 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Ignoring, only modifier
- 14:07:28 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf0f09f4c0>)
- 14:07:29 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:29 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x3a / modifiers: 0x2000000 / text: ':' / dry_run True
- 14:07:29 DEBUG modes modeman:_handle_keypress:306 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf0f09f4c0>)
- 14:07:29 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:29 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x3a / modifiers: 0x2000000 / text: ':' / dry_run False
- 14:07:29 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Definitive match for ':'.
- 14:07:29 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Clearing keystring (was: :).
- 14:07:29 DEBUG commands command:run:542 command called: set-cmd-text [':']
- 14:07:29 DEBUG commands command:run:556 Calling qutebrowser.mainwindow.statusbar.command.Command.set_cmd_text_command(<qutebrowser.mainwindow.statusbar.command.Command>, ':', None, False, False, False)
- 14:07:29 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:29 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:29 DEBUG modes command:set_cmd_text:111 Setting command text, focusing <qutebrowser.mainwindow.statusbar.command.Command>
- 14:07:29 DEBUG modes modeman:enter:357 Entering mode KeyMode.command (reason: cmd focus)
- 14:07:29 DEBUG statusbar text:set_text:56 Setting normal text to '-- COMMAND MODE --'.
- 14:07:29 DEBUG statusbar bar:set_mode_active:306 Setting command flag to True
- 14:07:29 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <qutebrowser.mainwindow.statusbar.command.Command>
- 14:07:29 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf0f09fee0>
- 14:07:29 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <qutebrowser.mainwindow.statusbar.command.Command>
- 14:07:29 DEBUG modes modeman:_handle_keypress:306 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: False --> filter: True (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:29 DEBUG completion completer:_update_completion:238 Updating completion: [] []
- 14:07:29 DEBUG completion completer:_get_new_completion:91 Before removing flags: []
- 14:07:29 DEBUG completion completer:_get_new_completion:94 Starting command completion
- 14:07:29 DEBUG completion debug:__exit__:323 Starting command completion took 0.041709 seconds.
- 14:07:29 DEBUG misc mainwindow:_update_overlay_geometry:355 new geometry for <qutebrowser.completion.completionwidget.CompletionView>: PyQt5.QtCore.QRect(0, 415, 1585, 435)
- 14:07:29 DEBUG completion debug:__exit__:323 Set completion model took 0.006248 seconds.
- 14:07:29 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern ''
- 14:07:29 DEBUG completion debug:__exit__:323 Set pattern took 0.00677 seconds.
- 14:07:29 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:29 DEBUG modes modeman:_handle_keyrelease:331 filter: True
- 14:07:29 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:29 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:29 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:29 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:29 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:29 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:29 DEBUG completion completer:_partition:143 partitioning ['o'] around position 1
- 14:07:29 DEBUG completion completer:_partition:155 partitioned: [] 'o' []
- 14:07:29 DEBUG completion completer:_update_completion:238 Updating completion: [] o []
- 14:07:29 DEBUG completion completer:_get_new_completion:91 Before removing flags: []
- 14:07:29 DEBUG completion completer:_get_new_completion:94 Starting command completion
- 14:07:29 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'o'
- 14:07:29 DEBUG completion debug:__exit__:323 Set pattern o took 0.00719 seconds.
- 14:07:29 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:29 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://s0.2mdn.net/dfp/610216/4505146075/1611346410777/index.html, type Type.other, is_main_frame False
- 14:07:29 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:29 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:29 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:29 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:29 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:29 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:29 DEBUG completion completer:_partition:143 partitioning ['op'] around position 2
- 14:07:29 DEBUG completion completer:_partition:155 partitioned: [] 'op' []
- 14:07:29 DEBUG completion completer:_update_completion:238 Updating completion: [] op []
- 14:07:29 DEBUG completion completer:_get_new_completion:91 Before removing flags: []
- 14:07:29 DEBUG completion completer:_get_new_completion:94 Starting command completion
- 14:07:29 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'op'
- 14:07:29 DEBUG completion debug:__exit__:323 Set pattern op took 0.001559 seconds.
- 14:07:29 DEBUG js shared:javascript_log_message:150 [https://www.lanacion.com.ar/:0] A cookie associated with a cross-site resource at http://serving-sys.com/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
- 14:07:29 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://s0.2mdn.net/dfp/610216/4505146075/1611346408852/index.html, type Type.other, is_main_frame False
- 14:07:29 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:29 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:29 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:29 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:29 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:29 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:29 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:29 DEBUG completion completer:_partition:143 partitioning ['ope'] around position 3
- 14:07:29 DEBUG completion completer:_partition:155 partitioned: [] 'ope' []
- 14:07:29 DEBUG completion completer:_update_completion:238 Updating completion: [] ope []
- 14:07:29 DEBUG completion completer:_get_new_completion:91 Before removing flags: []
- 14:07:29 DEBUG completion completer:_get_new_completion:94 Starting command completion
- 14:07:29 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'ope'
- 14:07:29 DEBUG completion debug:__exit__:323 Set pattern ope took 0.001234 seconds.
- 14:07:29 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://www.facebook.com/tr/, type Type.other, is_main_frame False
- 14:07:29 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:29 DEBUG js shared:javascript_log_message:150 [https://www.lanacion.com.ar/:0] A cookie associated with a cross-site resource at https://cxense.com/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
- 14:07:29 DEBUG js shared:javascript_log_message:150 [https://www.lanacion.com.ar/:0] A cookie associated with a cross-site resource at http://cxense.com/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
- 14:07:29 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:29 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:29 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:29 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:29 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:29 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:29 DEBUG completion completer:_partition:143 partitioning ['open'] around position 4
- 14:07:29 DEBUG completion completer:_partition:155 partitioned: [] 'open' []
- 14:07:29 DEBUG completion completer:_update_completion:238 Updating completion: [] open []
- 14:07:29 DEBUG completion completer:_get_new_completion:91 Before removing flags: []
- 14:07:29 DEBUG completion completer:_get_new_completion:94 Starting command completion
- 14:07:29 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'open'
- 14:07:29 DEBUG completion debug:__exit__:323 Set pattern open took 0.002045 seconds.
- 14:07:29 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:29 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:29 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:29 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:29 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:29 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:29 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:29 DEBUG completion completer:_partition:143 partitioning ['open', ' '] around position 5
- 14:07:29 DEBUG completion completer:_partition:155 partitioned: ['open'] '' []
- 14:07:29 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] []
- 14:07:29 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open']
- 14:07:29 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:29 DEBUG completion debug:__exit__:323 Starting url completion took 0.000431 seconds.
- 14:07:29 DEBUG completion debug:__exit__:323 Set completion model took 0.006412 seconds.
- 14:07:29 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern ''
- 14:07:29 DEBUG sql sql:__init__:183 Preparing SQL query: "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"
- 14:07:29 DEBUG sql sql:run:216 Running SQL query: "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"
- 14:07:29 DEBUG sql sql:run:220 query bindings: {':0': '%%'}
- 14:07:29 DEBUG sql debug:__exit__:323 Running completion query took 0.000595 seconds.
- 14:07:29 DEBUG misc mainwindow:_update_overlay_geometry:355 new geometry for <qutebrowser.completion.completionwidget.CompletionView>: PyQt5.QtCore.QRect(0, 415, 1585, 435)
- 14:07:29 DEBUG completion debug:__exit__:323 Set pattern took 0.006371 seconds.
- 14:07:29 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:29 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:29 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:29 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:29 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:29 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:29 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:29 DEBUG completion completer:_partition:143 partitioning ['open', ' -'] around position 6
- 14:07:29 DEBUG completion completer:_partition:155 partitioned: ['open'] '-' []
- 14:07:29 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] - []
- 14:07:29 DEBUG completion completer:_update_completion:245 Clearing completion
- 14:07:29 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:29 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:29 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:29 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:29 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:29 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:29 DEBUG completion completer:_partition:143 partitioning ['open', ' -t'] around position 7
- 14:07:29 DEBUG completion completer:_partition:155 partitioned: ['open'] '-t' []
- 14:07:29 DEBUG completion completer:_update_completion:238 Updating completion: ['open'] -t []
- 14:07:29 DEBUG completion completer:_update_completion:245 Clearing completion
- 14:07:29 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:30 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:30 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:30 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:30 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:30 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:30 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:30 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' '] around position 8
- 14:07:30 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] '' []
- 14:07:30 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] []
- 14:07:30 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:30 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:30 DEBUG completion debug:__exit__:323 Starting url completion took 0.000705 seconds.
- 14:07:30 DEBUG completion debug:__exit__:323 Set completion model took 0.001399 seconds.
- 14:07:30 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern ''
- 14:07:30 DEBUG sql sql:__init__:183 Preparing SQL query: "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"
- 14:07:30 DEBUG sql sql:run:216 Running SQL query: "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"
- 14:07:30 DEBUG sql sql:run:220 query bindings: {':0': '%%'}
- 14:07:30 DEBUG sql debug:__exit__:323 Running completion query took 0.000578 seconds.
- 14:07:30 DEBUG misc mainwindow:_update_overlay_geometry:355 new geometry for <qutebrowser.completion.completionwidget.CompletionView>: PyQt5.QtCore.QRect(0, 415, 1585, 435)
- 14:07:30 DEBUG completion debug:__exit__:323 Set pattern took 0.005872 seconds.
- 14:07:30 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:30 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:30 DEBUG destroy lineparser:_after_save:81 Saved to /tmp/qutebrowser-basedir-23wfeo2v/data/cmd-history
- 14:07:30 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:30 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:30 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:30 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:30 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:30 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:30 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' w'] around position 9
- 14:07:30 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'w' []
- 14:07:30 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] w []
- 14:07:30 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:30 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:30 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'w'
- 14:07:30 DEBUG sql sql:run:216 Running SQL query: "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"
- 14:07:30 DEBUG sql sql:run:220 query bindings: {':0': '%w%'}
- 14:07:30 DEBUG sql debug:__exit__:323 Running completion query took 0.00035 seconds.
- 14:07:30 DEBUG completion debug:__exit__:323 Set pattern w took 0.002806 seconds.
- 14:07:30 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:30 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:30 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:30 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:30 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:30 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:30 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:30 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' ww'] around position 10
- 14:07:30 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'ww' []
- 14:07:30 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] ww []
- 14:07:30 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:30 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:30 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'ww'
- 14:07:30 DEBUG sql histcategory:set_pattern:80 Skipping query on ww due to prefix w returning nothing.
- 14:07:30 DEBUG completion debug:__exit__:323 Set pattern ww took 0.000637 seconds.
- 14:07:30 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:30 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:30 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:30 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:30 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:30 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:30 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:30 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www'] around position 11
- 14:07:30 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www' []
- 14:07:30 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www []
- 14:07:30 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:30 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:30 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www'
- 14:07:30 DEBUG sql histcategory:set_pattern:80 Skipping query on www due to prefix w returning nothing.
- 14:07:30 DEBUG completion debug:__exit__:323 Set pattern www took 0.000785 seconds.
- 14:07:30 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:30 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:30 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:30 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:30 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:30 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:30 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:30 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.'] around position 12
- 14:07:30 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.' []
- 14:07:30 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www. []
- 14:07:30 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:30 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:30 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.'
- 14:07:30 DEBUG sql histcategory:set_pattern:80 Skipping query on www. due to prefix w returning nothing.
- 14:07:30 DEBUG completion debug:__exit__:323 Set pattern www. took 0.000419 seconds.
- 14:07:30 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:30 DEBUG sql sql:__init__:183 Preparing SQL query: "INSERT INTO History (url, title, atime, redirect) values(:url, :title, :atime, :redirect)"
- 14:07:30 DEBUG sql sql:run:216 Running SQL query: "INSERT INTO History (url, title, atime, redirect) values(:url, :title, :atime, :redirect)"
- 14:07:30 DEBUG sql sql:run:220 query bindings: {':atime': 1611594450, ':redirect': True, ':title': 'Últimas noticias de Argentina y el mundo - LA NACION', ':url': 'http://www.lanacion.com.ar/'}
- 14:07:30 DEBUG sql sql:__init__:183 Preparing SQL query: "INSERT INTO History (url, title, atime, redirect) values(:url, :title, :atime, :redirect)"
- 14:07:30 DEBUG sql sql:run:216 Running SQL query: "INSERT INTO History (url, title, atime, redirect) values(:url, :title, :atime, :redirect)"
- 14:07:30 DEBUG sql sql:run:220 query bindings: {':atime': 1611594450, ':redirect': False, ':title': 'Últimas noticias de Argentina y el mundo - LA NACION', ':url': 'https://www.lanacion.com.ar/'}
- 14:07:30 DEBUG sql sql:__init__:183 Preparing SQL query: "REPLACE INTO CompletionHistory (url, title, last_atime) values(:url, :title, :last_atime)"
- 14:07:30 DEBUG sql sql:run:216 Running SQL query: "REPLACE INTO CompletionHistory (url, title, last_atime) values(:url, :title, :last_atime)"
- 14:07:30 DEBUG sql sql:run:220 query bindings: {':last_atime': 1611594450, ':title': 'Últimas noticias de Argentina y el mundo - LA NACION', ':url': 'https://www.lanacion.com.ar/'}
- 14:07:30 DEBUG sessions sessions:save:334 Saving session _autosave to /tmp/qutebrowser-basedir-23wfeo2v/data/sessions/_autosave.yml...
- 14:07:31 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_finished(True) (tab 1)
- 14:07:31 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.insert (reason load started) as we're in mode KeyMode.command
- 14:07:31 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.hint (reason load started) as we're in mode KeyMode.command
- 14:07:31 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://tpc.googlesyndication.com/sodar/sodar2/220/runner.html, type Type.other, is_main_frame False
- 14:07:31 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:31 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:31 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:31 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:31 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:31 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:31 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.r'] around position 13
- 14:07:31 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.r' []
- 14:07:31 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.r []
- 14:07:31 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:31 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:31 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.r'
- 14:07:31 DEBUG sql histcategory:set_pattern:80 Skipping query on www.r due to prefix w returning nothing.
- 14:07:31 DEBUG completion debug:__exit__:323 Set pattern www.r took 0.000723 seconds.
- 14:07:31 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:31 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:31 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:32 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:32 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:32 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:32 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.re'] around position 14
- 14:07:32 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.re' []
- 14:07:32 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.re []
- 14:07:32 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:32 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:32 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.re'
- 14:07:32 DEBUG sql histcategory:set_pattern:80 Skipping query on www.re due to prefix w returning nothing.
- 14:07:32 DEBUG completion debug:__exit__:323 Set pattern www.re took 0.000723 seconds.
- 14:07:32 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:32 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:32 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:32 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:32 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:32 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:32 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:32 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:32 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.red'] around position 15
- 14:07:32 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.red' []
- 14:07:32 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.red []
- 14:07:32 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:32 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:32 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.red'
- 14:07:32 DEBUG sql histcategory:set_pattern:80 Skipping query on www.red due to prefix w returning nothing.
- 14:07:32 DEBUG completion debug:__exit__:323 Set pattern www.red took 0.000729 seconds.
- 14:07:32 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:32 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:32 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:32 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:32 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:32 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:32 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:32 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.redd'] around position 16
- 14:07:32 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.redd' []
- 14:07:32 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.redd []
- 14:07:32 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:32 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:32 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.redd'
- 14:07:32 DEBUG sql histcategory:set_pattern:80 Skipping query on www.redd due to prefix w returning nothing.
- 14:07:32 DEBUG completion debug:__exit__:323 Set pattern www.redd took 0.000732 seconds.
- 14:07:32 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:32 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:32 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:32 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:32 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:32 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:32 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:32 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.reddi'] around position 17
- 14:07:32 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.reddi' []
- 14:07:32 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.reddi []
- 14:07:32 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:32 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:32 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.reddi'
- 14:07:32 DEBUG sql histcategory:set_pattern:80 Skipping query on www.reddi due to prefix w returning nothing.
- 14:07:32 DEBUG completion debug:__exit__:323 Set pattern www.reddi took 0.00073 seconds.
- 14:07:32 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:32 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:32 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:32 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:32 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:32 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:32 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:32 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.reddit'] around position 18
- 14:07:32 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.reddit' []
- 14:07:32 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.reddit []
- 14:07:32 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:32 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:32 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.reddit'
- 14:07:32 DEBUG sql histcategory:set_pattern:80 Skipping query on www.reddit due to prefix w returning nothing.
- 14:07:32 DEBUG completion debug:__exit__:323 Set pattern www.reddit took 0.000709 seconds.
- 14:07:32 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:32 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:32 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:32 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:32 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:32 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:32 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:32 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.reddit.'] around position 19
- 14:07:32 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.reddit.' []
- 14:07:32 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.reddit. []
- 14:07:32 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:32 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:32 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.reddit.'
- 14:07:32 DEBUG sql histcategory:set_pattern:80 Skipping query on www.reddit. due to prefix w returning nothing.
- 14:07:32 DEBUG completion debug:__exit__:323 Set pattern www.reddit. took 0.000718 seconds.
- 14:07:32 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:32 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:32 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:32 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:32 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:32 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:32 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:32 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.reddit.c'] around position 20
- 14:07:32 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.reddit.c' []
- 14:07:32 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.reddit.c []
- 14:07:32 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:32 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:32 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.reddit.c'
- 14:07:32 DEBUG sql histcategory:set_pattern:80 Skipping query on www.reddit.c due to prefix w returning nothing.
- 14:07:32 DEBUG completion debug:__exit__:323 Set pattern www.reddit.c took 0.000787 seconds.
- 14:07:32 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:32 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:32 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:32 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:32 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:32 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:32 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:32 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.reddit.co'] around position 21
- 14:07:32 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.reddit.co' []
- 14:07:32 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.reddit.co []
- 14:07:32 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:32 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:32 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.reddit.co'
- 14:07:32 DEBUG sql histcategory:set_pattern:80 Skipping query on www.reddit.co due to prefix w returning nothing.
- 14:07:32 DEBUG completion debug:__exit__:323 Set pattern www.reddit.co took 0.001127 seconds.
- 14:07:32 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:32 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:32 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:32 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:32 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:32 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:32 DEBUG completion completer:_partition:143 partitioning ['open', ' -t', ' www.reddit.com'] around position 22
- 14:07:32 DEBUG completion completer:_partition:155 partitioned: ['open', '-t'] 'www.reddit.com' []
- 14:07:32 DEBUG completion completer:_update_completion:238 Updating completion: ['open', '-t'] www.reddit.com []
- 14:07:32 DEBUG completion completer:_get_new_completion:91 Before removing flags: ['open', '-t']
- 14:07:32 DEBUG completion completer:_get_new_completion:104 After removing flags: ['open']
- 14:07:32 DEBUG completion completionmodel:set_pattern:182 Setting completion pattern 'www.reddit.com'
- 14:07:32 DEBUG sql histcategory:set_pattern:80 Skipping query on www.reddit.com due to prefix w returning nothing.
- 14:07:32 DEBUG completion debug:__exit__:323 Set pattern www.reddit.com took 0.00075 seconds.
- 14:07:32 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:33 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:33 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:33 DEBUG modes modeman:_handle_keypress:306 match: 2, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: True --> filter: True (focused: <qutebrowser.mainwindow.statusbar.command.Command>)
- 14:07:33 DEBUG modes modeman:_handle_keypress:281 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>
- 14:07:33 DEBUG commands command:run:542 command called: command-accept
- 14:07:33 DEBUG commands command:run:556 Calling qutebrowser.mainwindow.statusbar.command.Command.command_accept(<qutebrowser.mainwindow.statusbar.command.Command>, False)
- 14:07:33 DEBUG save savemanager:mark_dirty:73 Marking command-history as dirty.
- 14:07:33 DEBUG modes modeman:leave:425 Leaving mode KeyMode.command (reason: cmd accept)
- 14:07:33 DEBUG statusbar text:set_text:56 Setting normal text to ''.
- 14:07:33 DEBUG statusbar bar:set_mode_active:306 Setting command flag to False
- 14:07:33 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
- 14:07:33 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
- 14:07:33 DEBUG statusbar bar:_hide_cmd_widget:340 Hiding cmd widget
- 14:07:33 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <qutebrowser.mainwindow.mainwindow.MainWindow>
- 14:07:33 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <qutebrowser.mainwindow.statusbar.text.Text text=''>
- 14:07:33 DEBUG modes tabbedbrowser:on_mode_left:823 Left status-input mode, focusing <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=1 url='https://www.lanacion.com.ar/'>
- 14:07:33 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf10d640d0>
- 14:07:33 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtCore.QObject object at 0x79cf10d640d0>
- 14:07:33 DEBUG commands command:run:542 command called: open ['-t', 'www.reddit.com']
- 14:07:33 DEBUG commands command:run:556 Calling qutebrowser.browser.commands.CommandDispatcher.openurl(<qutebrowser.browser.commands.CommandDispatcher>, 'www.reddit.com', False, False, True, False, None, False, False)
- 14:07:33 DEBUG url urlutils:get_path_if_valid:402 Checking if 'www.reddit.com' is a path
- 14:07:33 DEBUG url urlutils:is_url:271 Checking if 'www.reddit.com' is a URL (autosearch=naive).
- 14:07:33 DEBUG url urlutils:is_url:314 Checking via naive check
- 14:07:33 DEBUG url urlutils:is_url:318 url = True
- 14:07:33 DEBUG url urlutils:fuzzy_url:225 URL is a fuzzy address
- 14:07:33 DEBUG url urlutils:fuzzy_url:227 Converting fuzzy term 'www.reddit.com' to URL -> http://www.reddit.com
- 14:07:33 DEBUG webview tabbedbrowser:tabopen:601 Creating new tab with URL PyQt5.QtCore.QUrl('http://www.reddit.com'), background False, related False, idx None
- 14:07:33 DEBUG webview tabbedbrowser:_get_new_tab_idx:691 tabs.new_position last -> opening new tab at -1, next left: 1 / right: 2
- 14:07:33 DEBUG webview browsertab:_on_before_load_started:1023 Going to start loading: http://www.reddit.com
- 14:07:33 DEBUG webview tabbedbrowser:_on_title_changed:768 Changing title for idx 2 to 'http://www.reddit.com'
- 14:07:33 DEBUG misc eventfilter:eventFilter:90 <qutebrowser.browser.webengine.webview.WebEngineView object at 0x79cf10d64310> got new child <PyQt5.QtWidgets.QWidget object at 0x79cf10d64a60>, installing filter
- 14:07:33 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf10d640d0>
- 14:07:33 DEBUG misc app:on_focus_object_changed:553 Focus object changed: None
- 14:07:33 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf10d649d0>
- 14:07:33 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtCore.QObject object at 0x79cf10d649d0>
- 14:07:33 DEBUG modes tabbedbrowser:_on_current_changed:843 Current tab changed, focusing <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=2 url=''>
- 14:07:33 DEBUG modes tabbedbrowser:_on_current_changed:850 Mode before tab change: normal (mode_on_change = normal)
- 14:07:33 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.hint (reason tab changed) as we're in mode KeyMode.normal
- 14:07:33 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.caret (reason tab changed) as we're in mode KeyMode.normal
- 14:07:33 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.insert (reason tab changed) as we're in mode KeyMode.normal
- 14:07:33 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.passthrough (reason tab changed) as we're in mode KeyMode.normal
- 14:07:33 DEBUG modes tabbedbrowser:_on_current_changed:861 Mode after tab change: normal (mode_on_change = normal)
- 14:07:33 DEBUG modes modeman:_handle_keypress:306 match: 2, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf10d640d0>)
- 14:07:33 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url http://www.reddit.com/, type Type.typed, is_main_frame True
- 14:07:33 DEBUG modes modeman:_handle_keyrelease:331 filter: True
- 14:07:33 DEBUG webview webenginetab:_store_match_data:217 Active search match: 0/0
- 14:07:33 DEBUG webview browsertab:_set_load_status:989 load status for <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=2 url=''>: LoadStatus.loading
- 14:07:33 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_status_changed(<LoadStatus.loading: 6>) (tab 2)
- 14:07:33 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_started() (tab 2)
- 14:07:33 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://www.reddit.com/, type Type.typed, is_main_frame True
- 14:07:34 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf10d64ee0>
- 14:07:34 DEBUG misc app:on_focus_object_changed:553 Focus object changed: None
- 14:07:34 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf10d64ee0>
- 14:07:34 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtCore.QObject object at 0x79cf10d64ee0>
- 14:07:34 DEBUG modes tabbedbrowser:_on_current_changed:843 Current tab changed, focusing <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=1 url='https://www.lanacion.com.ar/'>
- 14:07:34 DEBUG modes tabbedbrowser:_on_current_changed:850 Mode before tab change: normal (mode_on_change = normal)
- 14:07:34 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.hint (reason tab changed) as we're in mode KeyMode.normal
- 14:07:34 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.caret (reason tab changed) as we're in mode KeyMode.normal
- 14:07:34 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.insert (reason tab changed) as we're in mode KeyMode.normal
- 14:07:34 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.passthrough (reason tab changed) as we're in mode KeyMode.normal
- 14:07:34 DEBUG modes tabbedbrowser:_on_current_changed:861 Mode after tab change: normal (mode_on_change = normal)
- 14:07:35 DEBUG signals signalfilter:_filter_signals:92 ignoring: cur_url_changed(PyQt5.QtCore.QUrl('https://www.reddit.com/')) (tab 2)
- 14:07:35 DEBUG webview tabbedbrowser:_on_title_changed:768 Changing title for idx 2 to 'https://www.reddit.com'
- 14:07:35 DEBUG webview webenginetab:_js_cb_single:827 Got element from JS: {'attributes': {'id': 'notificacion-no', 'type': 'button'}, 'class_name': '', 'id': 0, 'is_content_editable': False, 'outer_xml': '<button type="button" id="notificacion-no">No, gracias</button>', 'rects': [{'bottom': 106, 'height': 13, 'left': 302.984375, 'right': 357.984375, 'top': 93, 'width': 55}], 'tag_name': 'BUTTON', 'text': 'No, gracias', 'value': ''}
- 14:07:35 DEBUG webelem webelem:is_editable:252 Checking if element is editable: <qutebrowser.browser.webengine.webengineelem.WebEngineElement html='<button type="button" id="notificacion-no">No, gracias</button>'>
- 14:07:35 DEBUG mouse eventfilter:_mousepress_insertmode_cb:249 Clicked non-editable element!
- 14:07:35 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.insert (reason click) as we're in mode KeyMode.normal
- 14:07:35 DEBUG webview tabbedbrowser:_on_title_changed:768 Changing title for idx 2 to 'reddit: the front page of the internet'
- 14:07:36 DEBUG js shared:javascript_log_message:150 [https://www.redditstatic.com/desktop2x/Chat~Governance~Reddit.4ea2e914d8582c723d5b.js:1]
- ,d"=≥,.,qOp,
- ,7' ''²$( )
- ,7' '?q$7'
- ..,$$,.
- ,. .,,--***²""²***--,,. .,
- ² ,p²'' ''²q, ²
- : ,7' '7, :
- ' $ ,db, ,db, $ '
- '$ ²$$² ²$$² $' Using Reddit at work? Work for Reddit.
- '$ $' https://www.reddit.com/jobs
- '$. ., ,. .$'
- 'b, '²«»«»«»²' ,d'
- '²?bn,, ,,nd?²'
- ,7$ ''²²²²²²²²'' $7,
- ,² ²$ $² ²,
- $ :$ $: $
- $ $ $ $
- 'b q: :p d'
- '²«?$. .$?»²'
- 'b d'
- ,²²'?,. .,?'²²,
- ²==--≥²²==--==²²≤--==²
- 14:07:37 DEBUG js shared:javascript_log_message:150 [https://www.redditstatic.com/desktop2x/Chat~Governance~Reddit.4ea2e914d8582c723d5b.js:1] %cStarting Raven %crelease %c894be3b8b28a2507be633d203da66ec43e9d4c5e-production %cpublic url %chttps://6b5ce051b2ed4032bd906af3de0630cd@oops.redditmedia.com/11 color: #7E53C1 color: #7E53C1 color: #FFB000 color: #7E53C1 color: #FFB000
- libpng warning: iCCP: known incorrect sRGB profile
- 14:07:38 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://www.redditmedia.com/gtm/jail?id=GTM-5XVNS82, type Type.other, is_main_frame False
- 14:07:38 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://www.redditmedia.com/gtm?id=GTM-5XVNS82&cb=null, type Type.other, is_main_frame False
- 14:07:39 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://especialess3.lanacion.com.ar/20/02/anexo-a-fondo/, type Type.other, is_main_frame False
- 14:07:39 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://especialess3.lanacion.com.ar/20/02/anexo-a-fondo/?initialWidth=920&childId=bloque2-pymnro0&…, type Type.other, is_main_frame False
- 14:07:39 DEBUG js shared:javascript_log_message:150 [https://www.reddit.com/:0] A cookie associated with a cross-site resource at http://redditmedia.com/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
- 14:07:39 DEBUG js shared:javascript_log_message:150 [https://especialess3.lanacion.com.ar/20/02/anexo-a-fondo/js/app.45367e4e.js:1] [object Object]
- 14:07:40 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://37d077e4a8311e9afb58765102dd7be0.safeframe.googlesyndication.com/safeframe/1-0-37/html/cont…, type Type.other, is_main_frame False
- 14:07:40 DEBUG webview browsertab:_set_load_status:989 load status for <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=2 url='https://www.reddit.com/'>: LoadStatus.success_https
- 14:07:40 DEBUG signals signalfilter:_filter_signals:92 ignoring: cur_load_status_changed(<LoadStatus.success_https: 3>) (tab 2)
- 14:07:40 DEBUG sql sql:__init__:183 Preparing SQL query: "INSERT INTO History (url, title, atime, redirect) values(:url, :title, :atime, :redirect)"
- 14:07:40 DEBUG sql sql:run:216 Running SQL query: "INSERT INTO History (url, title, atime, redirect) values(:url, :title, :atime, :redirect)"
- 14:07:40 DEBUG sql sql:run:220 query bindings: {':atime': 1611594460, ':redirect': False, ':title': 'reddit: the front page of the internet', ':url': 'https://www.reddit.com/'}
- 14:07:40 DEBUG sql sql:__init__:183 Preparing SQL query: "REPLACE INTO CompletionHistory (url, title, last_atime) values(:url, :title, :last_atime)"
- 14:07:40 DEBUG sql sql:run:216 Running SQL query: "REPLACE INTO CompletionHistory (url, title, last_atime) values(:url, :title, :last_atime)"
- 14:07:40 DEBUG sql sql:run:220 query bindings: {':last_atime': 1611594460, ':title': 'reddit: the front page of the internet', ':url': 'https://www.reddit.com/'}
- 14:07:40 DEBUG sessions sessions:save:334 Saving session _autosave to /tmp/qutebrowser-basedir-23wfeo2v/data/sessions/_autosave.yml...
- 14:07:40 DEBUG signals signalfilter:_filter_signals:92 ignoring: cur_load_finished(True) (tab 2)
- 14:07:40 DEBUG js shared:javascript_log_message:150 [https://cdn.ampproject.org/rtv/012010270040000/amp4ads-v0.mjs:9] Powered by AMP ⚡ HTML – Version 2010270040000 https://www.lanacion.com.ar/
- 14:07:40 DEBUG prompt prompt:ask_question:161 Asking question <qutebrowser.utils.usertypes.Question default=None mode=<PromptMode.yesno: 1> option='content.notifications' text='Allow the website at <b>https://www.reddit.com</b> to show notifications?' title='Permission request'>, blocking False, loops [], queue deque([])
- 14:07:40 DEBUG prompt prompt:_on_show_prompts:335 Displaying prompt qutebrowser.mainwindow.prompt.YesNoPrompt(question=<qutebrowser.utils.usertypes.Question default=None mode=<PromptMode.yesno: 1> option='content.notifications' text='Allow the website at <b>https://www.reddit.com</b> to show notifications?' title='Permission request'>)
- 14:07:40 DEBUG modes modeman:enter:357 Entering mode KeyMode.yesno (reason: question asked)
- 14:07:40 DEBUG statusbar bar:set_mode_active:309 Setting prompt flag to True
- 14:07:40 DEBUG misc app:on_focus_object_changed:553 Focus object changed: qutebrowser.mainwindow.prompt.YesNoPrompt(question=<qutebrowser.utils.usertypes.Question default=None mode=<PromptMode.yesno: 1> option='content.notifications' text='Allow the website at <b>https://www.reddit.com</b> to show notifications?' title='Permission request'>)
- 14:07:40 DEBUG misc mainwindow:_update_overlay_geometry:355 new geometry for <qutebrowser.mainwindow.prompt.PromptContainer win_id=0>: PyQt5.QtCore.QRect(559, 643, 466, 207)
- 14:07:40 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://pagead2.googlesyndication.com/pagead/s/cookie_push_onload.html#aHR0cHM6Ly9kY2xrLW1hdGNoLmRv…, type Type.other, is_main_frame False
- libpng warning: iCCP: known incorrect sRGB profile
- 14:07:40 DEBUG js shared:javascript_log_message:150 [https://www.lanacion.com.ar/:0] A cookie associated with a cross-site resource at https://simpli.fi/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
- 14:07:40 DEBUG js shared:javascript_log_message:150 [https://www.lanacion.com.ar/:0] A cookie associated with a cross-site resource at http://yahoo.com/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
- 14:07:40 DEBUG js shared:javascript_log_message:150 [https://www.lanacion.com.ar/:0] A cookie associated with a cross-site resource at https://yahoo.com/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
- [15541:15611:0125/140740.911231:ERROR:bus.cc(393)] Failed to connect to the bus: /usr/bin/dbus-launch terminated abnormally without any error message
- [15541:15611:0125/140740.923220:ERROR:bus.cc(393)] Failed to connect to the bus: /usr/bin/dbus-launch terminated abnormally without any error message
- [15541:15611:0125/140740.932406:ERROR:bus.cc(393)] Failed to connect to the bus: /usr/bin/dbus-launch terminated abnormally without any error message
- 14:07:41 DEBUG misc eventfilter:eventFilter:100 <qutebrowser.browser.webengine.webview.WebEngineView object at 0x79cf0f09fca0>: removed child <PyQt5.QtCore.QObject object at 0x79cf10d6e1f0>
- 14:07:41 DEBUG misc eventfilter:eventFilter:90 <qutebrowser.browser.webengine.webview.WebEngineView object at 0x79cf0f09fca0> got new child <PyQt5.QtWidgets.QWidget object at 0x79cf04fe00d0>, installing filter
- 14:07:41 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url data:text/html;charset=UTF-8,%3C%21DOCTYPE html%3E%0A%3C%21--%0Avim%3A ft%3Dhtml fileencoding%3Dutf…, type Type.typed, is_main_frame True
- 14:07:41 ERROR webview tabbedbrowser:show_error_page:956 Renderer process crashed
- 14:07:41 DEBUG webview webenginetab:_store_match_data:217 Active search match: 0/0
- 14:07:41 DEBUG webview browsertab:_set_load_status:989 load status for <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=1 url='https://www.lanacion.com.ar/'>: LoadStatus.loading
- 14:07:41 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_status_changed(<LoadStatus.loading: 6>) (tab 1)
- 14:07:41 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_started() (tab 1)
- 14:07:41 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e1f0>
- 14:07:41 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtCore.QObject object at 0x79cf10d6e1f0>
- 14:07:41 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_url_changed(PyQt5.QtCore.QUrl('data:text/html;charset=UTF-8,%3C%21DOCTYPE html%3E%0A%3C%21--%0Avim%3A ft%3Dhtml fileencoding%3Dutf-8 sts%3D4 sw%3D4 et%3A%0A--%3E%0A%0A%3Chtml%3E%0A %3Chead%3E%0A %3Cmet…) (tab 1)
- 14:07:41 DEBUG webview tabbedbrowser:_on_title_changed:768 Changing title for idx 1 to 'about:blank'
- 14:07:41 DEBUG webview tabbedbrowser:_on_title_changed:768 Changing title for idx 1 to 'Error loading http://www.lanacion.com.ar/'
- 14:07:41 DEBUG webview browsertab:_set_load_status:989 load status for <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=1 url='data:text/html;charset=UTF-8,%3C%21DOCTYPE html%3E%0A%3C%21--%0Avim%3A ft%3Dhtml fileencoding%3Dutf…'>: LoadStatus.success
- 14:07:41 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_status_changed(<LoadStatus.success: 2>) (tab 1)
- 14:07:41 DEBUG sessions sessions:save:334 Saving session _autosave to /tmp/qutebrowser-basedir-23wfeo2v/data/sessions/_autosave.yml...
- 14:07:41 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_finished(True) (tab 1)
- 14:07:41 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.insert (reason load started) as we're in mode KeyMode.yesno
- 14:07:41 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.hint (reason load started) as we're in mode KeyMode.yesno
- 14:07:42 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e3a0>
- 14:07:42 DEBUG misc app:on_focus_object_changed:553 Focus object changed: None
- 14:07:42 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e3a0>
- 14:07:42 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtCore.QObject object at 0x79cf10d6e3a0>
- 14:07:42 DEBUG modes tabbedbrowser:_on_current_changed:843 Current tab changed, focusing <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=2 url='https://www.reddit.com/'>
- 14:07:42 DEBUG modes tabbedbrowser:_on_current_changed:850 Mode before tab change: yesno (mode_on_change = normal)
- 14:07:42 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.hint (reason tab changed) as we're in mode KeyMode.yesno
- 14:07:42 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.caret (reason tab changed) as we're in mode KeyMode.yesno
- 14:07:42 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.insert (reason tab changed) as we're in mode KeyMode.yesno
- 14:07:42 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.passthrough (reason tab changed) as we're in mode KeyMode.yesno
- 14:07:42 DEBUG modes tabbedbrowser:_on_current_changed:861 Mode after tab change: yesno (mode_on_change = normal)
- libpng warning: iCCP: known incorrect sRGB profile
- libpng warning: iCCP: known incorrect sRGB profile
- libpng warning: iCCP: known incorrect sRGB profile
- 14:07:44 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.yesno - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=True mode=<KeyMode.yesno: 4> passthrough=False supports_count=False win_id=0>
- 14:07:44 DEBUG keyboard basekeyparser:_debug_log:218 CommandKeyParser for mode yesno: Got key: 0x1000000 / modifiers: 0x0 / text: '<Escape>' / dry_run True
- 14:07:44 DEBUG modes modeman:_handle_keypress:306 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: True --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf10d854c0>)
- 14:07:44 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.yesno - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=True mode=<KeyMode.yesno: 4> passthrough=False supports_count=False win_id=0>
- 14:07:44 DEBUG keyboard basekeyparser:_debug_log:218 CommandKeyParser for mode yesno: Got key: 0x1000000 / modifiers: 0x0 / text: '<Escape>' / dry_run False
- 14:07:44 DEBUG keyboard basekeyparser:_debug_log:218 CommandKeyParser for mode yesno: Definitive match for '<Escape>'.
- 14:07:44 DEBUG keyboard basekeyparser:_debug_log:218 CommandKeyParser for mode yesno: Clearing keystring (was: <Escape>).
- 14:07:44 DEBUG commands command:run:542 command called: leave-mode
- 14:07:44 DEBUG commands command:run:556 Calling qutebrowser.keyinput.modeman.ModeManager.leave_current_mode(<qutebrowser.keyinput.modeman.ModeManager mode=<KeyMode.yesno: 4>>)
- 14:07:44 DEBUG modes modeman:leave:425 Leaving mode KeyMode.yesno (reason: leave current)
- 14:07:44 DEBUG statusbar bar:set_mode_active:309 Setting prompt flag to False
- 14:07:44 DEBUG prompt prompt:_on_mode_left:226 Left mode KeyMode.yesno, hiding <qutebrowser.utils.usertypes.Question default=None mode=<PromptMode.yesno: 1> option='content.notifications' text='Allow the website at <b>https://www.reddit.com</b> to show notifications?' title='Permission request'>
- 14:07:44 DEBUG prompt prompt:_on_show_prompts:315 Deleting old prompt qutebrowser.mainwindow.prompt.YesNoPrompt(question=<qutebrowser.utils.usertypes.Question default=None mode=<PromptMode.yesno: 1> option='content.notifications' text='Allow the website at <b>https://www.reddit.com</b> to show notifications?' title='Permission request'>)
- 14:07:44 DEBUG prompt prompt:_on_show_prompts:320 No prompts left, hiding prompt container.
- 14:07:44 DEBUG prompt prompt:_on_mode_left:230 Cancelling <qutebrowser.utils.usertypes.Question default=None mode=<PromptMode.yesno: 1> option='content.notifications' text='Allow the website at <b>https://www.reddit.com</b> to show notifications?' title='Permission request'> because KeyMode.yesno was left
- 14:07:44 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.yesno (reason left in other window) as we're in mode KeyMode.normal
- 14:07:44 DEBUG modes tabbedbrowser:on_mode_left:823 Left status-input mode, focusing <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=2 url='https://www.reddit.com/'>
- 14:07:44 DEBUG modes modeman:leave:425 Leaving mode KeyMode.normal (reason: enter normal: restore mode before yesno)
- 14:07:44 DEBUG modes modeman:_handle_keypress:306 match: 2, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: False --> filter: True (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e940>)
- 14:07:44 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e700>
- 14:07:44 DEBUG prompt prompt:_pop:120 Popping from queue deque([])
- 14:07:44 DEBUG modes modeman:_handle_keyrelease:331 filter: True
- 14:07:44 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://s.amazon-adsystem.com/iu3?cm3ppd=1&d=dtb-pub&csif=t&dl=n-smaato_pm-db5_oath_dmx, type Type.other, is_main_frame False
- 14:07:44 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://s.amazon-adsystem.com/v3/pr?exlist=n-smaato_pm-db5_oath_dmx&fv=1.0&a=cm&cm3ppd=1, type Type.other, is_main_frame False
- 14:07:44 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://ads.pubmatic.com/AdServer/js/user_sync.html?p=156011&s=165626&predirect=https%3A%2F%2Fs.ama…, type Type.other, is_main_frame False
- 14:07:44 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://pixel.advertising.com/ups/57439/occ, type Type.other, is_main_frame False
- 14:07:44 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://cdn.districtm.io/ids/?sellerid=10002&r=https%3A%2F%2Fs.amazon-adsystem.com%2Fecm3%3Fex%3Ddm…, type Type.other, is_main_frame False
- 14:07:44 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://tpc.googlesyndication.com/sodar/sodar2/220/runner.html, type Type.other, is_main_frame False
- 14:07:44 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://ads.pubmatic.com/AdServer/js/showad.js#PIX&kdntuid=1&SPug=true&p=156011&s=165626&predirect=…, type Type.other, is_main_frame False
- 14:07:45 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://aax-us-east.amazon-adsystem.com/e/dtb/admi?b=ItTwZz4-VpbymEEXrIv2SgsAAAF3OoO3twEAAA0zAXd3f5…, type Type.other, is_main_frame False
- 14:07:45 DEBUG destroy lineparser:_after_save:81 Saved to /tmp/qutebrowser-basedir-23wfeo2v/data/cmd-history
- 14:07:45 DEBUG js shared:javascript_log_message:150 [:1] 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
- 14:07:45 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://pixel.advertising.com/ups/57439/occ?verify=true, type Type.other, is_main_frame False
- 14:07:45 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://c1.adform.net/serving/cookie/match?party=14&cid=743D22CC-508E-48D3-A44F-240A3132CFC5, type Type.other, is_main_frame False
- 14:07:45 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://trc.taboola.com/sg/pubmatic-ssp-network/1/rtb-h?taboola_hm=1&redir=https://simage2.pubmatic…, type Type.other, is_main_frame False
- 14:07:45 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://gocm.c.appier.net/pubmatic, type Type.other, is_main_frame False
- 14:07:45 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://p.adsymptotic.com/d/px?_pid=10291&_psign=9769cbad30cb221a3996d786047e2b31&_pu=OPTIONAL_WEBS…, type Type.other, is_main_frame False
- 14:07:45 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://simage2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTIxODQmdGw9MTU3NjgwMA==&r=http…, type Type.other, is_main_frame False
- 14:07:45 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://um.simpli.fi/pm_match?https://simage2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZqcz0xJ…, type Type.other, is_main_frame False
- 14:07:45 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://sync.1rx.io/usersync2/pubmatic&gdpr=0&gdpr_consent=, type Type.other, is_main_frame False
- 14:07:45 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://s.amazon-adsystem.com/ecm3?id=743D22CC-508E-48D3-A44F-240A3132CFC5&ex=pubmatic.com, type Type.other, is_main_frame False
- 14:07:45 DEBUG js shared:javascript_log_message:150 [https://www.reddit.com/:0] A cookie associated with a cross-site resource at https://simpli.fi/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
- libpng warning: iCCP: known incorrect sRGB profile
- 14:07:45 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://ups.analytics.yahoo.com/ups/57439/occ?apid=UPcdbf4d5e-5f2f-11eb-a9e3-02021b37d055, type Type.other, is_main_frame False
- 14:07:45 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://googleads.g.doubleclick.net/xbbe/pixel?d=CIKZSRDR4rWGAhiamd2VATAB&v=APEucNVdqvcwA7vpqge6FCb…, type Type.other, is_main_frame False
- 14:07:45 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://pixel.tapad.com/idsync/ex/receive?partner_id=PUBMATIC_RTB, type Type.other, is_main_frame False
- 14:07:45 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://simage2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZqcz0xJmNvZGU9MjkzNiZ0bD00MzIwMA==&pi…, type Type.other, is_main_frame False
- libpng warning: iCCP: known incorrect sRGB profile
- libpng warning: iCCP: known incorrect sRGB profile
- [15541:15696:0125/140746.034680:ERROR:bus.cc(393)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
- [15541:15696:0125/140746.034725:ERROR:bus.cc(393)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
- [15541:15696:0125/140746.034774:ERROR:bus.cc(393)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
- [15541:15696:0125/140746.034808:ERROR:bus.cc(393)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
- [15541:15696:0125/140746.034839:ERROR:bus.cc(393)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
- 14:07:46 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://tpc.googlesyndication.com/sodar/Enqz_20U.html, type Type.other, is_main_frame False
- 14:07:46 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://match.taboola.com/sg/pubmatic-ssp-network/1/rtb-h?taboola_hm=1&tbid=ebcc2a02-a321-41ab-97a1…, type Type.other, is_main_frame False
- 14:07:46 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://image2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTMwNTAmdGw9MTI5NjAw&piggybackCo…, type Type.other, is_main_frame False
- 14:07:46 DEBUG js shared:javascript_log_message:150 [https://www.reddit.com/:0] A cookie associated with a cross-site resource at http://yahoo.com/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
- 14:07:46 DEBUG js shared:javascript_log_message:150 [https://www.reddit.com/:0] A cookie associated with a cross-site resource at https://yahoo.com/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
- libpng warning: size in first frame's fcTL must match the size in IHDR
- libpng warning: Skipped (ignored) a chunk between APNG chunks
- libpng warning: Skipped (ignored) a chunk between APNG chunks
- 14:07:46 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://s.amazon-adsystem.com/ecm3?id=UPcdbf4d5e-5f2f-11eb-a9e3-02021b37d055&ex=oath.com, type Type.other, is_main_frame False
- 14:07:46 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://p.adsymptotic.com/d/px?_pid=10291&_psign=9769cbad30cb221a3996d786047e2b31&_puuid=743D22CC-5…, type Type.other, is_main_frame False
- libpng warning: Skipped (ignored) a chunk between APNG chunks
- libpng warning: Skipped (ignored) a chunk between APNG chunks
- 14:07:46 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://eus.rubiconproject.com/usync.html?&geo=sa&co=ar, type Type.other, is_main_frame False
- 14:07:46 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://05c5f123266d889e60dd9f3d5ee1b90b.safeframe.googlesyndication.com/safeframe/1-0-37/html/cont…, type Type.other, is_main_frame False
- 14:07:46 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://googleads.g.doubleclick.net/xbbe/pixel?d=CIKZSRDR4rWGAhiamd2VATAB&v=APEucNWBrKUKkJNvum4tbmQ…, type Type.other, is_main_frame False
- 14:07:47 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url https://image2.pubmatic.com/AdServer/Pug?vcode=bz0yJnR5cGU9MSZjb2RlPTMyMDImdGw9MTI5NjAw&piggybackCo…, type Type.other, is_main_frame False
- 14:07:47 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:47 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x1000001 / modifiers: 0x0 / text: '<Tab>' / dry_run False
- 14:07:47 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Trying match without modifiers
- 14:07:47 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Trying match with key_mappings
- 14:07:47 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Giving up with '<Tab>', no matches
- 14:07:47 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Clearing keystring (was: <Tab>).
- 14:07:47 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e700>)
- 14:07:47 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:47 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtCore.QObject object at 0x79cf0f119b80>
- 14:07:47 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <qutebrowser.mainwindow.mainwindow.MainWindow>
- 14:07:47 DEBUG misc eventfilter:eventFilter:100 <qutebrowser.browser.webengine.webview.WebEngineView object at 0x79cf10d64310>: removed child <PyQt5.QtCore.QObject object at 0x79cf0f119a60>
- 14:07:47 DEBUG misc eventfilter:eventFilter:90 <qutebrowser.browser.webengine.webview.WebEngineView object at 0x79cf10d64310> got new child <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e310>, installing filter
- 14:07:47 DEBUG webview browsertab:_on_navigation_request:1047 navigation request: url data:text/html;charset=UTF-8,%3C%21DOCTYPE html%3E%0A%3C%21--%0Avim%3A ft%3Dhtml fileencoding%3Dutf…, type Type.typed, is_main_frame True
- 14:07:47 ERROR webview tabbedbrowser:show_error_page:956 Renderer process crashed
- 14:07:47 DEBUG webview webenginetab:_store_match_data:217 Active search match: 0/0
- 14:07:47 DEBUG webview browsertab:_set_load_status:989 load status for <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=2 url='https://www.reddit.com/'>: LoadStatus.loading
- 14:07:47 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_status_changed(<LoadStatus.loading: 6>) (tab 2)
- 14:07:47 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_started() (tab 2)
- 14:07:47 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf0f119a60>
- 14:07:47 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtCore.QObject object at 0x79cf0f119a60>
- 14:07:47 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_url_changed(PyQt5.QtCore.QUrl('data:text/html;charset=UTF-8,%3C%21DOCTYPE html%3E%0A%3C%21--%0Avim%3A ft%3Dhtml fileencoding%3Dutf-8 sts%3D4 sw%3D4 et%3A%0A--%3E%0A%0A%3Chtml%3E%0A %3Chead%3E%0A %3Cmet…) (tab 2)
- 14:07:47 DEBUG webview tabbedbrowser:_on_title_changed:768 Changing title for idx 2 to 'about:blank'
- 14:07:47 DEBUG webview tabbedbrowser:_on_title_changed:768 Changing title for idx 2 to 'Error loading https://www.reddit.com/'
- 14:07:47 DEBUG webview browsertab:_set_load_status:989 load status for <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=2 url='data:text/html;charset=UTF-8,%3C%21DOCTYPE html%3E%0A%3C%21--%0Avim%3A ft%3Dhtml fileencoding%3Dutf…'>: LoadStatus.success
- 14:07:47 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_status_changed(<LoadStatus.success: 2>) (tab 2)
- 14:07:47 DEBUG sessions sessions:save:334 Saving session _autosave to /tmp/qutebrowser-basedir-23wfeo2v/data/sessions/_autosave.yml...
- 14:07:47 DEBUG signals signalfilter:_filter_signals:87 emitting: cur_load_finished(True) (tab 2)
- 14:07:47 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.insert (reason load started) as we're in mode KeyMode.normal
- 14:07:47 DEBUG modes modeman:leave:418 Ignoring leave request for KeyMode.hint (reason load started) as we're in mode KeyMode.normal
- 14:07:48 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:48 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x1000023 / modifiers: 0x8000000 / text: '<Alt>' / dry_run True
- 14:07:48 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Ignoring, only modifier
- 14:07:48 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e5e0>)
- 14:07:48 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:48 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x1000023 / modifiers: 0x8000000 / text: '<Alt>' / dry_run True
- 14:07:48 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Ignoring, only modifier
- 14:07:48 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e5e0>)
- 14:07:48 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:48 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x1000023 / modifiers: 0x8000000 / text: '<Alt>' / dry_run False
- 14:07:48 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Ignoring, only modifier
- 14:07:48 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e5e0>)
- 14:07:49 DEBUG misc app:on_focus_object_changed:553 Focus object changed: None
- 14:07:53 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf10d6ef70>
- 14:07:53 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtCore.QObject object at 0x79cf10d6ef70>
- 14:07:53 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <PyQt5.QtWidgets.QWidget object at 0x79cf10d6ef70>
- 14:07:53 DEBUG modes modeman:_handle_keyrelease:331 filter: False
- 14:07:53 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:53 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x1000023 / modifiers: 0x8000000 / text: '<Alt>' / dry_run True
- 14:07:53 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Ignoring, only modifier
- 14:07:53 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e5e0>)
- 14:07:53 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:53 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x1000023 / modifiers: 0x8000000 / text: '<Alt>' / dry_run True
- 14:07:53 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Ignoring, only modifier
- 14:07:53 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e5e0>)
- 14:07:53 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:53 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x1000023 / modifiers: 0x8000000 / text: '<Alt>' / dry_run False
- 14:07:53 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Ignoring, only modifier
- 14:07:53 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e5e0>)
- 14:07:53 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:53 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x1000020 / modifiers: 0xa000000 / text: '<Alt+Shift>' / dry_run True
- 14:07:53 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Ignoring, only modifier
- 14:07:53 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e5e0>)
- 14:07:53 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:53 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x1000020 / modifiers: 0xa000000 / text: '<Alt+Shift>' / dry_run True
- 14:07:53 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Ignoring, only modifier
- 14:07:53 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: True --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e5e0>)
- 14:07:53 DEBUG modes modeman:_handle_keypress:281 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
- 14:07:53 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Got key: 0x1000020 / modifiers: 0xa000000 / text: '<Alt+Shift>' / dry_run False
- 14:07:53 DEBUG keyboard basekeyparser:_debug_log:218 NormalKeyParser for mode normal: Ignoring, only modifier
- 14:07:53 DEBUG modes modeman:_handle_keypress:306 match: 0, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: False (focused: <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e5e0>)
- 14:07:54 DEBUG destroy mainwindow:closeEvent:700 Closing window 0
- 14:07:54 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <qutebrowser.mainwindow.tabwidget.TabBar count=2>
- 14:07:54 DEBUG destroy quitter:shutdown:221 Shutting down with status 0, session None...
- 14:07:54 DEBUG prompt prompt:shutdown:139 Shutting down with loops []
- 14:07:54 DEBUG destroy quitter:_shutdown_2:243 Stage 2 of shutting down...
- 14:07:54 DEBUG ipc ipc:shutdown:432 Shutting down IPC (socket 0x79cf26aca740)
- 14:07:54 DEBUG save savemanager:save:95 Save of yaml-config requested - dirty False, save_on_exit False, is_exit True, force False -> False
- 14:07:54 DEBUG save savemanager:save:95 Save of state-config requested - dirty False, save_on_exit True, is_exit True, force False -> True
- 14:07:54 DEBUG save savemanager:save:95 Save of command-history requested - dirty False, save_on_exit False, is_exit True, force False -> False
- 14:07:54 DEBUG save savemanager:save:95 Save of quickmark-manager requested - dirty False, save_on_exit False, is_exit True, force False -> False
- 14:07:54 DEBUG save savemanager:save:95 Save of bookmark-manager requested - dirty False, save_on_exit False, is_exit True, force False -> False
- 14:07:54 DEBUG save savemanager:save:95 Save of cookies requested - dirty False, save_on_exit False, is_exit True, force False -> False
- 14:07:54 DEBUG destroy quitter:_shutdown_2:255 Deferring QApplication::exit...
- 14:07:54 DEBUG misc app:on_focus_object_changed:553 Focus object changed: <qutebrowser.mainwindow.tabwidget.TabBar count=0>
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: 2
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: tab
- 14:07:54 DEBUG misc eventfilter:eventFilter:100 <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e670>: removed child <PyQt5.QtCore.QObject object at 0x79cf10d6e280>
- 14:07:54 DEBUG misc eventfilter:eventFilter:100 <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e670>: removed child <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e280>
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: 1
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: tab
- 14:07:54 DEBUG misc eventfilter:eventFilter:100 <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e670>: removed child <PyQt5.QtCore.QObject object at 0x79cf10d6e280>
- 14:07:54 DEBUG misc eventfilter:eventFilter:100 <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e670>: removed child <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e280>
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: 0
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: tab
- 14:07:54 DEBUG misc eventfilter:eventFilter:100 <PyQt5.QtWidgets.QWidget object at 0x79cf0f09fc10>: removed child <PyQt5.QtCore.QObject object at 0x79cf10d6e670>
- 14:07:54 DEBUG misc eventfilter:eventFilter:100 <PyQt5.QtWidgets.QWidget object at 0x79cf0f09fc10>: removed child <PyQt5.QtWidgets.QWidget object at 0x79cf10d6e670>
- 14:07:54 DEBUG destroy quitter:_shutdown_3:262 Now calling QApplication::exit.
- 14:07:54 DEBUG misc app:on_focus_object_changed:553 Focus object changed: None
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: 0
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: main-window
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: last-focused-main-window
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: last-visible-main-window
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: message-bridge
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: tabbed-browser
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: status-command
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: completion
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: mode-manager
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: hintmanager
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: prompt-container
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: download-model
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: command-history
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: crash-handler
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: save-manager
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: quickmark-manager
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: bookmark-manager
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: qtnetwork-download-manager
- 14:07:54 DEBUG destroy objreg:on_destroyed:125 schedule removal: webengine-download-manager