Deleting characters in insert mode doesn't work on some inputs
Version info:
______ ,,
,.-"` | ,-` |
.^ || |
/ ,-*^| || |
; / | || ;-*```^*.
; ; | |;,-*` \
| | | ,-*` ,-"""\ \
| \ ,-"` ,-^`| \ |
\ `^^ ,-;| | ; |
*; ,-*` || | / ;;
`^^`` | || | ,^ /
| || `^^` ,^
| _,"| _,-"
-*` ****"""``
qutebrowser v3.4.0
Backend: QtWebEngine 6.8.1
based on Chromium 122.0.6261.171
with security patches up to 131.0.6778.70 (plus any distribution patches)
(source: api)
Qt: 6.8.1
CPython: 3.13.1
PyQt: 6.8.0
Qt wrapper info:
PyQt6: success
PyQt5: not imported
-> selected: PyQt6 (via autoselect)
colorama: 0.4.6
jinja2: 3.1.4
pygments: 2.18.0
yaml: 6.0.2
adblock: 0.6.0
objc: 10.3.2
PyQt6.QtWebEngineCore: 6.8.0
PyQt6.sip: 6.9.1
pdf.js: 4.9.155 (bundled)
sqlite: 3.47.0
QtNetwork SSL: OpenSSL 3.0.15 3 Sep 2024
Style: QMacStyle
Platform plugin: cocoa
OpenGL: ATI Technologies Inc., 2.1 ATI-6.1.13
Platform: macOS-15.1.1-x86_64-i386-64bit-Mach-O, 64bit
Frozen: True
Imported from /Applications/qutebrowser.app/Contents/Frameworks/qutebrowser
Using Python from /Applications/qutebrowser.app/Contents/MacOS/qutebrowser
Qt library executable path: /Applications/qutebrowser.app/Contents/Frameworks/PyQt6/Qt6/libexec, data path: /Applications/qutebrowser.app/Contents/Frameworks/PyQt6/Qt6
OS Version: 15.1.1, x86_64
Paths:
auto config: /Users/arija/Library/Preferences/qutebrowser
cache: /Users/arija/Library/Caches/qutebrowser
config: /Users/arija/.qutebrowser
data: /Users/arija/Library/Application Support/qutebrowser
runtime: /private/var/folders/dv/mb7t04r954j1myvp6q_fnw340000gn/T/qutebrowser
Autoconfig loaded: yes
Config.py: /Users/arija/.qutebrowser/config.py has been loaded
Uptime: 0:05:50
config.py:
# pyright: reportUndefinedVariable=false
config.load_autoconfig(True)
(yes, empty, only comments from there on)
Does the bug happen if you start with --temp-basedir?: Yes
Description Removing text in input mode from input field doesn't really remove text on some inputs. It is happening for Discord input fields in chats, but other websites as well as Discord search doesn't have this problem.
How to reproduce app.discord.com, pm someone on MacOS. I'm using the default configuration. Deleting text works fine in normal mode, also when using delete forward, only backspace causes this issue during insert or pass-through mode.
I noticed that it's not happening when I press shift-backspace, so I just bypass this now:
config.bind('<Backspace>', 'fake-key <Shift-Backspace>', mode='insert')
config.bind('<Backspace>', 'fake-key <Shift-Backspace>', mode='passthrough')
Weird. If you launch with --temp-basedir --debug, what does the log show when you press backspace? Or alternatively you could reproduce this and then run :report so I can look at the full logs.
@A-Z-X-R Same question above for you as well since OP didn't answer.
Sorry, I did not see this issue. I apologise for the duplicate.
Anyways, the issue still persists in --temp-basedir. I recorded the bug again.
https://github.com/user-attachments/assets/2976526d-a0e1-460b-a625-a33406f69eec
Here's the log of three messages I sent.
And the log produced by it:
18:33:03 DEBUG misc app:on_focus_object_changed:573 Focus object changed: <PyQt6.QtWidgets.QWidget object at 0x1200eceb0, className='QQuickWidget'>
18:33:03 DEBUG misc app:on_focus_object_changed:573 Focus object changed: <PyQt6.QtCore.QObject object at 0x1200eceb0, className='QtWebEngineCore::RenderWidgetHostViewQtDelegateItem'>
18:33:03 DEBUG misc app:on_focus_object_changed:573 Focus object changed: <PyQt6.QtWidgets.QWidget object at 0x1200eceb0, className='QQuickWidget'>
18:33:03 DEBUG js shared:javascript_log_message:190 [https://discord.com/assets/sentry.f5ff478a256812a9.js:14] %c[WindowVisibilityVideoManager]
font-weight: bold;
color: purple;
Incoming video enabled changed, incomingVideoEnabled = true
18:33:03 WARNING qt-qt.pointer.dispatch Unknown module:none:0 skipping QEventPoint(id=1 ts=0 pos=0,0 scn=1188.75,436.661 gbl=1188.75,436.661 Released ellipse=(1x1 ∡ 0) vel=0,0 press=-1188.75,-436.661 last=-1188.75,-436.661 Δ 1188.75,436.661) : no target window
File "qutebrowser/__main__.py", line 15, in <module>
File "qutebrowser/qutebrowser.py", line 232, in main
File "qutebrowser/app.py", line 115, in run
File "qutebrowser/app.py", line 125, in qt_mainloop
File "qutebrowser/utils/qtlog.py", line 178, in qt_message_handler
18:33:04 DEBUG misc app:on_focus_object_changed:573 Focus object changed: None
18:33:08 DEBUG misc app:on_focus_object_changed:573 Focus object changed: <PyQt6.QtWidgets.QWidget object at 0x12004bb10, className='QQuickWidget'>
18:33:08 DEBUG misc app:on_focus_object_changed:573 Focus object changed: <PyQt6.QtCore.QObject object at 0x12004bb10, className='QtWebEngineCore::RenderWidgetHostViewQtDelegateItem'>
18:33:08 DEBUG misc app:on_focus_object_changed:573 Focus object changed: <PyQt6.QtWidgets.QWidget object at 0x12004bb10, className='QQuickWidget'>
18:33:08 WARNING qt-qt.pointer.dispatch Unknown module:none:0 skipping QEventPoint(id=1 ts=0 pos=0,0 scn=1382.99,778.78 gbl=1382.99,778.78 Released ellipse=(1x1 ∡ 0) vel=0,0 press=-1382.99,-778.78 last=-1382.99,-778.78 Δ 1382.99,778.78) : no target window
File "qutebrowser/__main__.py", line 15, in <module>
File "qutebrowser/qutebrowser.py", line 232, in main
File "qutebrowser/app.py", line 115, in run
File "qutebrowser/app.py", line 125, in qt_mainloop
File "qutebrowser/utils/qtlog.py", line 178, in qt_message_handler
18:33:08 DEBUG webview webenginetab:_js_cb_single:766 Got element from JS: {'attributes': {'data-slate-node': 'element'}, 'class_name': '', 'id': 113, 'is_content_editable': True, 'outer_xml': '<div data-slate-node="element"><span data-slate-node="text"><span data-slate-leaf="true" class="emptyText__1464f"><span data-slate-zero-width="n" data-slate-length="0">\ufeff<br></span></span></span></div>', 'rects': [{'bottom': 785, 'height': 22, 'left': 383, 'right': 548, 'top': 763, 'width': 165}], 'tag_name': 'DIV', 'text': '', 'value': ''}
18:33:08 DEBUG webelem webelem:is_editable:242 Checking if element is editable: <qutebrowser.browser.webengine.webengineelem.WebEngineElement html='<div data-slate-node="element"><span data-slate-node="text"><span data-slate-leaf="true" class="emptyText__1464f"><span data-slate-zero-width="n" data-slate-length="0">\ufeff<br></span></span></span></div>'>
18:33:08 DEBUG mouse eventfilter:_mousepress_insertmode_cb:197 Clicked editable element!
18:33:08 DEBUG modes modeman:enter:360 Entering mode KeyMode.insert (reason: click)
18:33:08 DEBUG modes modeman:leave:421 Ignoring leave request for KeyMode.hint (reason insert mode) as we're in mode KeyMode.insert
18:33:08 DEBUG statusbar bar:set_mode_active:327 Setting insert flag to True
18:33:13 DEBUG js shared:javascript_log_message:190 [https://discord.com/assets/sentry.f5ff478a256812a9.js:14] %c[MessageQueue]
font-weight: bold;
color: purple;
Queueing message to be sent LogId:9326
18:33:13 DEBUG js shared:javascript_log_message:190 [https://discord.com/assets/sentry.f5ff478a256812a9.js:14] %c[MessageQueue]
font-weight: bold;
color: purple;
Draining message from queue LogId:9326 QueueLength: 0
18:33:13 DEBUG js shared:javascript_log_message:190 [https://discord.com/assets/sentry.f5ff478a256812a9.js:14] %c[MessageQueue]
font-weight: bold;
color: purple;
Draining Message Queue with: 0
18:33:14 DEBUG js shared:javascript_log_message:190 [https://discord.com/assets/sentry.f5ff478a256812a9.js:14] %c[MessageQueue]
font-weight: bold;
color: purple;
Finished draining message from queue LogId:9326 QueueLength: 0
18:33:19 DEBUG js shared:javascript_log_message:190 [https://discord.com/assets/sentry.f5ff478a256812a9.js:14] %c[MessageQueue]
font-weight: bold;
color: purple;
Queueing message to be sent LogId:3236
18:33:19 DEBUG js shared:javascript_log_message:190 [https://discord.com/assets/sentry.f5ff478a256812a9.js:14] %c[MessageQueue]
font-weight: bold;
color: purple;
Draining message from queue LogId:3236 QueueLength: 0
18:33:19 DEBUG js shared:javascript_log_message:190 [https://discord.com/assets/sentry.f5ff478a256812a9.js:14] %c[MessageQueue]
font-weight: bold;
color: purple;
Draining Message Queue with: 0
18:33:20 DEBUG js shared:javascript_log_message:190 [https://discord.com/assets/sentry.f5ff478a256812a9.js:14] %c[MessageQueue]
font-weight: bold;
color: purple;
Finished draining message from queue LogId:3236 QueueLength: 0
18:33:29 DEBUG js shared:javascript_log_message:190 [https://discord.com/assets/sentry.f5ff478a256812a9.js:14] %c[MessageQueue]
font-weight: bold;
color: purple;
Queueing message to be sent LogId:1936
18:33:29 DEBUG js shared:javascript_log_message:190 [https://discord.com/assets/sentry.f5ff478a256812a9.js:14] %c[MessageQueue]
font-weight: bold;
color: purple;
Draining message from queue LogId:1936 QueueLength: 0
18:33:29 DEBUG js shared:javascript_log_message:190 [https://discord.com/assets/sentry.f5ff478a256812a9.js:14] %c[MessageQueue]
font-weight: bold;
color: purple;
Draining Message Queue with: 0
18:33:29 DEBUG js shared:javascript_log_message:190 [https://discord.com/assets/sentry.f5ff478a256812a9.js:14] %c[MessageQueue]
font-weight: bold;
color: purple;
Finished draining message from queue LogId:1936 QueueLength: 0
18:33:48 DEBUG destroy mainwindow:closeEvent:714 Closing window 0
18:33:48 DEBUG misc app:on_focus_object_changed:573 Focus object changed: <PyQt6.QtWidgets.QWidget object at 0x1200d28f0, className='QQuickWidget'>
18:33:48 DEBUG misc app:on_focus_object_changed:573 Focus object changed: <PyQt6.QtCore.QObject object at 0x1200d28f0, className='QtWebEngineCore::RenderWidgetHostViewQtDelegateItem'>
18:33:48 DEBUG misc app:on_focus_object_changed:573 Focus object changed: None
18:33:48 DEBUG destroy quitter:shutdown:213 Shutting down with status 0, session None...
18:33:48 DEBUG prompt prompt:shutdown:120 Shutting down with loops []
18:33:48 DEBUG destroy quitter:shutdown:227 Deferring shutdown stage 2
18:33:48 DEBUG destroy objreg:on_destroyed:111 schedule removal: 1
18:33:48 DEBUG destroy objreg:on_destroyed:111 schedule removal: tab
18:33:48 DEBUG misc eventfilter:eventFilter:73 <PyQt6.QtWidgets.QWidget object at 0x1200d00f0>: removed child <PyQt6.QtCore.QObject object at 0x1200d2350>
18:33:48 DEBUG misc eventfilter:eventFilter:73 <PyQt6.QtWidgets.QWidget object at 0x1200d00f0>: removed child <PyQt6.QtWidgets.QWidget object at 0x1200d2350, className='QQuickWidget'>
18:33:48 DEBUG destroy objreg:on_destroyed:111 schedule removal: 0
18:33:48 DEBUG destroy objreg:on_destroyed:111 schedule removal: tab
18:33:48 DEBUG misc eventfilter:eventFilter:73 <PyQt6.QtWidgets.QWidget object at 0x1200d00f0>: removed child <PyQt6.QtCore.QObject object at 0x1200d2350>
18:33:48 DEBUG misc eventfilter:eventFilter:73 <PyQt6.QtWidgets.QWidget object at 0x1200d00f0>: removed child <PyQt6.QtWidgets.QWidget object at 0x1200d2350, className='QQuickWidget'>
18:33:48 DEBUG destroy objreg:on_destroyed:111 schedule removal: 0
18:33:48 DEBUG destroy objreg:on_destroyed:111 schedule removal: main-window
18:33:48 DEBUG destroy objreg:on_destroyed:111 schedule removal: last-focused-main-window
18:33:48 DEBUG destroy objreg:on_destroyed:111 schedule removal: last-visible-main-window
18:33:48 DEBUG destroy objreg:on_destroyed:111 schedule removal: tabbed-browser
18:33:48 DEBUG destroy objreg:on_destroyed:111 schedule removal: status-command
18:33:48 DEBUG destroy objreg:on_destroyed:111 schedule removal: completion
18:33:48 DEBUG destroy objreg:on_destroyed:111 schedule removal: mode-manager
18:33:48 DEBUG destroy objreg:on_destroyed:111 schedule removal: hintmanager
18:33:48 DEBUG destroy objreg:on_destroyed:111 schedule removal: prompt-container
18:33:48 DEBUG destroy quitter:_shutdown_2:233 Stage 2 of shutting down...
18:33:48 DEBUG save savemanager:save:80 Save of yaml-config requested - dirty False, save_on_exit False, is_exit True, force False -> False
18:33:48 DEBUG save savemanager:save:80 Save of state-config requested - dirty False, save_on_exit True, is_exit True, force False -> True
18:33:48 DEBUG save savemanager:save:80 Save of command-history requested - dirty False, save_on_exit False, is_exit True, force False -> False
18:33:48 DEBUG save savemanager:save:80 Save of quickmark-manager requested - dirty False, save_on_exit False, is_exit True, force False -> False
18:33:48 DEBUG save savemanager:save:80 Save of bookmark-manager requested - dirty False, save_on_exit False, is_exit True, force False -> False
18:33:48 DEBUG save savemanager:save:80 Save of cookies requested - dirty False, save_on_exit False, is_exit True, force False -> False
18:33:48 DEBUG ipc ipc:shutdown:444 Shutting down IPC (socket 0x10dc86000)
18:33:48 DEBUG destroy quitter:_shutdown_2:245 Deferring QApplication::exit...
18:33:48 DEBUG destroy objreg:_on_destroyed:116 removed: 1
18:33:48 DEBUG destroy objreg:_on_destroyed:116 removed: tab
18:33:48 DEBUG destroy objreg:_on_destroyed:116 removed: 0
18:33:48 DEBUG destroy objreg:_on_destroyed:116 removed: tab
18:33:48 DEBUG destroy objreg:_on_destroyed:116 removed: 0
18:33:48 DEBUG destroy objreg:_on_destroyed:116 removed: main-window
18:33:48 DEBUG destroy objreg:_on_destroyed:116 removed: last-focused-main-window
18:33:48 DEBUG destroy objreg:_on_destroyed:116 removed: last-visible-main-window
18:33:48 DEBUG destroy objreg:_on_destroyed:116 removed: tabbed-browser
18:33:48 DEBUG destroy objreg:_on_destroyed:116 removed: status-command
18:33:48 DEBUG destroy objreg:_on_destroyed:116 removed: completion
18:33:48 DEBUG destroy objreg:_on_destroyed:116 removed: mode-manager
18:33:48 DEBUG destroy objreg:_on_destroyed:116 removed: hintmanager
18:33:48 DEBUG destroy objreg:_on_destroyed:116 removed: prompt-container
18:33:48 DEBUG destroy quitter:_shutdown_3:252 Now calling QApplication::exit.
18:33:49 DEBUG destroy objreg:on_destroyed:111 schedule removal: command-history
18:33:49 DEBUG destroy objreg:on_destroyed:111 schedule removal: download-model
18:33:49 DEBUG destroy objreg:on_destroyed:111 schedule removal: crash-handler
18:33:49 DEBUG destroy objreg:on_destroyed:111 schedule removal: save-manager
18:33:49 DEBUG destroy objreg:on_destroyed:111 schedule removal: webengine-download-manager
18:33:49 DEBUG destroy objreg:on_destroyed:111 schedule removal: quickmark-manager
18:33:49 DEBUG destroy objreg:on_destroyed:111 schedule removal: bookmark-manager
18:33:49 DEBUG destroy objreg:on_destroyed:111 schedule removal: qtnetwork-download-manager
I hope I didn't somehow accidentally dox myself or anything... I mean it doesn't look like it but still
Nope, qutebrowser takes care of not logging inputs while in insert/passthrough mode (which makes this kind of issue harder to debug, however).
It'd be great if you could show another log but started with --temp-basedir -D log-sensitive-keys. That will log more, so you should carefully review the log, or feel free to send it to [email protected] and I'll redact it before posting it here.
Alternatively, I'll take a closer look once I get around to digging into some macOS-specific issues again, but it might be a while.
Huh. -D log-sensitive-keys doesn't work for some reason. It attempts to open the file log-sensitive-keys instead... oh and, the temp-basedir argument was also passed. It did load from basedir (I checked the version) but debug didn't enable in the instance when I called it (otherwise my terminal shouldve been filled by now). Maybe you should look into this. Because I can't seem to run that command at all.
Stuff in the terminal that got produced:
10:05:01 WARNING: Path override failed for key base::DIR_APP_DICTIONARIES and path '/Applications/qutebrowser.app/Contents/MacOS/qtwebengine_dictionaries'
Path override failed for key base::DIR_APP_DICTIONARIES and path '/Applications/qutebrowser.app/Contents/Frameworks/PyQt6/Qt6/lib/QtWebEngineCore.framework/Versions/A/Helpers/QtWebEngineProcess.app/Contents/MacOS/qtwebengine_dictionaries'
Path override failed for key base::DIR_APP_DICTIONARIES and path '/Applications/qutebrowser.app/Contents/Frameworks/PyQt6/Qt6/lib/QtWebEngineCore.framework/Versions/A/Helpers/QtWebEngineProcess.app/Contents/MacOS/qtwebengine_dictionaries'
10:05:02 ERROR: Load error: ERR_FILE_NOT_FOUND
10:06:42 WARNING: skipping QEventPoint(id=1 ts=0 pos=0,0 scn=990.276,631.511 gbl=990.276,631.511 Released ellipse=(1x1 ∡ 0) vel=0,0 press=-990.276,-631.511 last=-990.276,-631.511 Δ 990.276,631.511) : no target window
@A-Z-X-R The "ERROR: Load error: ERR_FILE_NOT_FOUND" is due to the 2nd tab that gets opened due to a bug, see #3719.
@A-Z-X-R Same question above for you as well since OP didn't answer.
Sorry. 🥺
It'd be great if you could show another log but started with
--temp-basedir -D log-sensitive-keys.
==== Timestamps ====
Launch: Wed Apr 23 01:53:25 2025
Crash: Wed Apr 23 01:54:41 2025
==== Version info ====
______ ,,
,.-"` | ,-` |
.^ || |
/ ,-*^| || |
; / | || ;-*```^*.
; ; | |;,-*` \
| | | ,-*` ,-"""\ \
| \ ,-"` ,-^`| \ |
\ `^^ ,-;| | ; |
*; ,-*` || | / ;;
`^^`` | || | ,^ /
| || `^^` ,^
| _,"| _,-"
-*` ****"""``
qutebrowser v3.5.0
Backend: QtWebEngine 6.9
based on Chromium 130.0.6723.192
with security patches up to 133.0.6943.141 (plus any distribution patches)
(source: api)
Qt: 6.9.0
CPython: 3.13.2
PyQt: 6.9.0
Qt wrapper info:
PyQt6: success
PyQt5: not imported
-> selected: PyQt6 (via autoselect)
colorama: 0.4.6
jinja2: 3.1.6
pygments: 2.19.1
yaml: 6.0.2
adblock: 0.6.0
objc: 11.0
PyQt6.QtWebEngineCore: 6.9.0
PyQt6.sip: 6.10.0
pdf.js: 5.1.91 (bundled)
sqlite: 3.49.1
QtNetwork SSL: OpenSSL 3.0.15 3 Sep 2024
Style: QMacStyle
Platform plugin: cocoa
OpenGL: ATI Technologies Inc., 2.1 ATI-6.1.13
Platform: macOS-15.1.1-x86_64-i386-64bit-Mach-O, 64bit
Frozen: True
Imported from /Applications/qutebrowser.app/Contents/Frameworks/qutebrowser
Using Python from /Applications/qutebrowser.app/Contents/MacOS/qutebrowser
Qt library executable path: /Applications/qutebrowser.app/Contents/Frameworks/PyQt6/Qt6/libexec, data path: /Applications/qutebrowser.app/Contents/Frameworks/PyQt6/Qt6
OS Version: 15.1.1, x86_64
Paths:
cache: /var/folders/dv/mb7t04r954j1myvp6q_fnw340000gn/T/qutebrowser-basedir-00aienmg/cache
config: /var/folders/dv/mb7t04r954j1myvp6q_fnw340000gn/T/qutebrowser-basedir-00aienmg/config
data: /var/folders/dv/mb7t04r954j1myvp6q_fnw340000gn/T/qutebrowser-basedir-00aienmg/data
runtime: /private/var/folders/dv/mb7t04r954j1myvp6q_fnw340000gn/T/qutebrowser
Autoconfig loaded: yes
Config.py: no config.py was loaded
Uptime: 0:01:16
==== Config ====
<Default configuration>
==== Environment ====
LANG = en_US.UTF-8
LC_ALL = en_US.UTF-8
PATH = …REDACTED…
QTWEBENGINE_DICTIONARIES_PATH = /var/folders/dv/mb7t04r954j1myvp6q_fnw340000gn/T/qutebrowser-basedir-00aienmg/data/qtwebengine_dictionaries
QT_PLUGIN_PATH = /Applications/qutebrowser.app/Contents/Frameworks/PyQt6/Qt6/plugins
QT_QPA_PLATFORM_PLUGIN_PATH = /usr/local/Cellar/qt/6.9.0/share/qt/plugins
XDG_DATA_DIRS = …REDACTED…
==== Commandline args ====
--temp-basedir -D log-sensitive-keys
==== Open Pages ====
https://discord.com/channels/@me/…REDACTED…
==== Command history ====
:tab-close
:open app.discord.com
:report
==== Objects ====
Qt widgets - 45 objects:
<PyQt6.QtWidgets.QHeaderView object at 0x12ab77d90>
<PyQt6.QtWidgets.QScrollBar object at 0x12ab77750>
<PyQt6.QtWidgets.QScrollBar object at 0x12ab777f0>
<PyQt6.QtWidgets.QScrollBar object at 0x12ab77b10>
<PyQt6.QtWidgets.QScrollBar object at 0x12ab77e30>
<PyQt6.QtWidgets.QScrollBar object at 0x12ab77f70>
<PyQt6.QtWidgets.QScrollBar object at 0x12abc37f0>
<PyQt6.QtWidgets.QSplitterHandle object at 0x12ab776b0>
<PyQt6.QtWidgets.QStackedWidget object at 0x12ab772f0>
<PyQt6.QtWidgets.QToolButton object at 0x12ab779d0>
<PyQt6.QtWidgets.QToolButton object at 0x12ab77ed0>
<PyQt6.QtWidgets.QWidget object at 0x12ab74050>
<PyQt6.QtWidgets.QWidget object at 0x12ab747d0>
<PyQt6.QtWidgets.QWidget object at 0x12ab75810>
<PyQt6.QtWidgets.QWidget object at 0x12ab76210>
<PyQt6.QtWidgets.QWidget object at 0x12ab76f30>
<PyQt6.QtWidgets.QWidget object at 0x12ab774d0>
<PyQt6.QtWidgets.QWidget object at 0x12ab77930>
<PyQt6.QtWidgets.QWidget object at 0x12ab77a70>
<PyQt6.QtWidgets.QWidget object at 0x12ab77bb0>
<PyQt6.QtWidgets.QWidget object at 0x12ab77c50>
<PyQt6.QtWidgets.QWidget object at 0x12ab77cf0>
<qutebrowser.browser.downloadview.DownloadView count=0>
<qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=0 url='https://discord.com/channels/@me/…REDACTED…'>
<qutebrowser.browser.webengine.webview.WebEngineView object at 0x12ab6b070>
<qutebrowser.completion.completionwidget.CompletionView>
<qutebrowser.mainwindow.mainwindow.MainWindow>
<qutebrowser.mainwindow.messageview.MessageView object at 0x12aaf7390>
<qutebrowser.mainwindow.prompt.PromptContainer win_id=0>
<qutebrowser.mainwindow.statusbar.backforward.Backforward text='[<]'>
<qutebrowser.mainwindow.statusbar.bar.StatusBar>
<qutebrowser.mainwindow.statusbar.clock.Clock text=''>
<qutebrowser.mainwindow.statusbar.command.Command text=''>
<qutebrowser.mainwindow.statusbar.keystring.KeyString text=''>
<qutebrowser.mainwindow.statusbar.percentage.Percentage text='[top]'>
<qutebrowser.mainwindow.statusbar.progress.Progress value=100>
<qutebrowser.mainwindow.statusbar.searchmatch.SearchMatch text=''>
<qutebrowser.mainwindow.statusbar.tabindex.TabIndex text='[1/1]'>
<qutebrowser.mainwindow.statusbar.textbase.TextBase text=''>
<qutebrowser.mainwindow.statusbar.url.UrlText text='https://discord.com/channels/@me/…REDACTED…'>
<qutebrowser.mainwindow.tabbedbrowser.TabbedBrowser count=1>
<qutebrowser.mainwindow.tabwidget.TabBar count=1>
<qutebrowser.mainwindow.tabwidget.TabWidget object at 0x12aa5e850>
<qutebrowser.misc.keyhintwidget.KeyHintView win_id=0>
<qutebrowser.misc.miscwidgets.InspectorSplitter object at 0x12ab6b890>
Qt objects - 27 objects:
<PyQt6.QtCore.QAbstractEventDispatcher object at 0x12ab76990>
<PyQt6.QtGui.QSessionManager object at 0x12ab777f0>
<qutebrowser.misc.quitter.Quitter object at 0x10d0c2b70>
<qutebrowser.misc.crashsignal.CrashHandler object at 0x10d0c2d50>
<qutebrowser.misc.crashsignal.SignalHandler object at 0x10d0c2cb0>
<PyQt6.QtCore.QSocketNotifier object at 0x10d0c3e30>
<qutebrowser.misc.savemanager.SaveManager saveables=OrderedDict({'yaml-config': <qutebrowser.misc.savemanager.Saveable config_opt=None dirty=False filename=None name='yaml-config' save_handler=<bound method YamlConfig._save of <qutebrowser.config.configfiles.YamlConfig object at 0x10d068f50>> save_on_exit=False>, 'state-config': <qutebrowser.misc.savemanager.Saveable config_opt=None dirty=False filename=None name='state-config' save_handler=<bound method StateConfig._save of <qutebrowser.config.configfiles.StateConfig object at 0x10cfa5a90>> save_on_exit=True>, 'command-history': <qutebrowser.misc.savemanager.Saveable config_opt=None dirty=True filename=None name='command-history' save_handler=<bound method LimitLineParser.save of qutebrowser.misc.lineparser.LimitLineParser(binary=False, configdir='/var/folders/dv/mb7t04r954j1myvp6q_fnw340000gn/T/qutebrowser-basedir-00aienmg/data', fname='cmd-history', limit='completion.cmd_history_max_items')> save_on_exit=False>, 'quickmark-manager': <qutebrowser.misc.savemanager.Saveable config_opt=None dirty=False filename='/var/folders/dv/mb7t04r954j1myvp6q_fnw340000gn/T/qutebrowser-basedir-00aienmg/config/quickmarks' name='quickmark-manager' save_handler=<bound method UrlMarkManager.save of <qutebrowser.browser.urlmarks.QuickmarkManager object at 0x118bdf570>> save_on_exit=False>, 'bookmark-manager': <qutebrowser.misc.savemanager.Saveable config_opt=None dirty=False filename='/var/folders/dv/mb7t04r954j1myvp6q_fnw340000gn/T/qutebrowser-basedir-00aienmg/config/bookmarks/urls' name='bookmark-manager' save_handler=<bound method UrlMarkManager.save of <qutebrowser.browser.urlmarks.BookmarkManager object at 0x118bdf7f0>> save_on_exit=False>, 'cookies': <qutebrowser.misc.savemanager.Saveable config_opt='content.cookies.store' dirty=False filename=None name='cookies' save_handler=<bound method CookieJar.save of <qutebrowser.browser.webkit.cookies.CookieJar count=0>> save_on_exit=False>})>
<qutebrowser.browser.history.WebHistory length=4>
<qutebrowser.browser.history.CompletionHistory object at 0x118bdd4f0>
<qutebrowser.browser.history.CompletionMetaInfo object at 0x118bdd590>
<qutebrowser.browser.webengine.webenginequtescheme.QuteSchemeHandler object at 0x118bdd810>
<qutebrowser.browser.webengine.interceptor.RequestInterceptor object at 0x118bdd8b0>
<qutebrowser.browser.webengine.webenginedownloads.DownloadManager downloads=0>
<qutebrowser.misc.sessions.SessionManager object at 0x118bdeb70>
<qutebrowser.browser.urlmarks.QuickmarkManager object at 0x118bdf570>
qutebrowser.misc.lineparser.LineParser(binary=False, configdir='/var/folders/dv/mb7t04r954j1myvp6q_fnw340000gn/T/qutebrowser-basedir-00aienmg/config', fname='quickmarks')
<qutebrowser.browser.urlmarks.BookmarkManager object at 0x118bdf7f0>
qutebrowser.misc.lineparser.LineParser(binary=False, configdir='/var/folders/dv/mb7t04r954j1myvp6q_fnw340000gn/T/qutebrowser-basedir-00aienmg/config', fname='bookmarks/urls')
<qutebrowser.browser.webkit.cookies.RAMCookieJar count=0>
<qutebrowser.browser.qtnetworkdownloads.DownloadManager downloads=0>
<qutebrowser.browser.webkit.network.networkmanager.NetworkManager object at 0x118bdfed0>
<qutebrowser.browser.webkit.cookies.CookieJar count=0>
qutebrowser.misc.lineparser.LineParser(binary=True, configdir='/var/folders/dv/mb7t04r954j1myvp6q_fnw340000gn/T/qutebrowser-basedir-00aienmg/data', fname='cookies')
<qutebrowser.browser.webkit.cache.DiskCache maxsize=52428800 path='/var/folders/dv/mb7t04r954j1myvp6q_fnw340000gn/T/qutebrowser-basedir-00aienmg/cache/http/' size=0>
<qutebrowser.mainwindow.windowundo.WindowUndoManager object at 0x118c280f0>
<qutebrowser.keyinput.eventfilter.EventFilter object at 0x118c28230>
<PyQt6.QtGui.QPointingDevice object at 0x12ab77b10>
global object registry - 11 objects:
config-commands: <qutebrowser.config.configcommands.ConfigCommands object at 0x10cfa5940> (for commands only)
crash-handler: <qutebrowser.misc.crashsignal.CrashHandler object at 0x10d0c2d50> (for commands only)
save-manager: <qutebrowser.misc.savemanager.SaveManager saveables=OrderedDict({'yaml-config': <qutebrowser.misc.savemanager.Saveable config_opt=None dirty=False filename=None name='yaml-config' save_handler=<bound method YamlConfig._save of <qutebrowser.config.configfiles.YamlConfig object at 0x10d068f50>> save_on_exit=False>, 'state-config': <qutebrowser.misc.savemanager.Saveable config_opt=None dirty=False filename=None name='state-config' save_handler=<bound method StateConfig._save of <qutebrowser.config.configfiles.StateConfig object at 0x10cfa5a90>> save_on_exit=True>, 'command-history': <qutebrowser.misc.savemanager.Saveable config_opt=None dirty=True filename=None name='command-history' save_handler=<bound method LimitLineParser.save of qutebrowser.misc.lineparser.LimitLineParser(binary=False, configdir='/var/folders/dv/mb7t04r954j1myvp6q_fnw340000gn/T/qutebrowser-basedir-00aienmg/data', fname='cmd-history', limit='completion.cmd_history_max_items')> save_on_exit=False>, 'quickmark-manager': <qutebrowser.misc.savemanager.Saveable config_opt=None dirty=False filename='/var/folders/dv/mb7t04r954j1myvp6q_fnw340000gn/T/qutebrowser-basedir-00aienmg/config/quickmarks' name='quickmark-manager' save_handler=<bound method UrlMarkManager.save of <qutebrowser.browser.urlmarks.QuickmarkManager object at 0x118bdf570>> save_on_exit=False>, 'bookmark-manager': <qutebrowser.misc.savemanager.Saveable config_opt=None dirty=False filename='/var/folders/dv/mb7t04r954j1myvp6q_fnw340000gn/T/qutebrowser-basedir-00aienmg/config/bookmarks/urls' name='bookmark-manager' save_handler=<bound method UrlMarkManager.save of <qutebrowser.browser.urlmarks.BookmarkManager object at 0x118bdf7f0>> save_on_exit=False>, 'cookies': <qutebrowser.misc.savemanager.Saveable config_opt='content.cookies.store' dirty=False filename=None name='cookies' save_handler=<bound method CookieJar.save of <qutebrowser.browser.webkit.cookies.CookieJar count=0>> save_on_exit=False>})>
command-history: qutebrowser.misc.lineparser.LimitLineParser(binary=False, configdir='/var/folders/dv/mb7t04r954j1myvp6q_fnw340000gn/T/qutebrowser-basedir-00aienmg/data', fname='cmd-history', limit='completion.cmd_history_max_items')
webengine-download-manager: <qutebrowser.browser.webengine.webenginedownloads.DownloadManager downloads=0>
quickmark-manager: <qutebrowser.browser.urlmarks.QuickmarkManager object at 0x118bdf570>
bookmark-manager: <qutebrowser.browser.urlmarks.BookmarkManager object at 0x118bdf7f0>
qtnetwork-download-manager: <qutebrowser.browser.qtnetworkdownloads.DownloadManager downloads=0>
macro-recorder: <qutebrowser.keyinput.macros.MacroRecorder object at 0x118bf9550> (for commands only)
last-visible-main-window: <qutebrowser.mainwindow.mainwindow.MainWindow>
last-focused-main-window: <qutebrowser.mainwindow.mainwindow.MainWindow>
window-0 object registry - 10 objects:
main-window: <qutebrowser.mainwindow.mainwindow.MainWindow>
tab-registry: {0: <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=0 url='https://discord.com/channels/@me/…REDACTED…'>}
download-model: <qutebrowser.browser.downloads.DownloadModel object at 0x12aa5d770> (for commands only)
tabbed-browser: <qutebrowser.mainwindow.tabbedbrowser.TabbedBrowser count=1>
command-dispatcher: <qutebrowser.browser.commands.CommandDispatcher> (for commands only)
status-command: <qutebrowser.mainwindow.statusbar.command.Command text=''>
completion: <qutebrowser.completion.completionwidget.CompletionView> (for commands only)
mode-manager: <qutebrowser.keyinput.modeman.ModeManager mode=<KeyMode.normal: 1>>
hintmanager: <qutebrowser.browser.hints.HintManager object at 0x12aaf56d0> (for commands only)
prompt-container: <qutebrowser.mainwindow.prompt.PromptContainer win_id=0> (for commands only)
tab-0 object registry - 1 objects:
tab: <qutebrowser.browser.webengine.webenginetab.WebEngineTab tab_id=0 url='https://discord.com/channels/@me/…REDACTED…'>
==== Debug log ====
…REDACTED…
01:54:13 DEBUG webview webenginetab:_js_cb_single:766 Got element from JS: {'attributes': {'aria-autocomplete': 'list', 'aria-haspopup': 'listbox', 'aria-invalid': 'false', 'aria-label': 'Message @AriTest', 'aria-multiline': 'true', 'autocorrect': 'off', 'class': 'markup__75297 editor__1b31f slateTextArea_ec4baf fontSize16Padding__74017', 'contenteditable': 'true', 'data-can-focus': 'true', 'data-slate-editor': 'true', 'data-slate-node': 'value', 'role': 'textbox', 'spellcheck': 'true', 'style': 'position: relative; outline: none; white-space: pre-wrap; overflow-wrap: break-word;', 'zindex': '-1'}, 'class_name': 'markup__75297 editor__1b31f slateTextArea_ec4baf fontSize16Padding__74017', 'id': 6, 'is_content_editable': True, 'outer_xml': '<div role="textbox" aria-multiline="true" spellcheck="true" aria-haspopup="listbox" aria-invalid="false" aria-autocomplete="list" class="markup__75297 editor__1b31f slateTextArea_ec4baf fontSize16Padding__74017" autocorrect="off" data-can-focus="true" aria-label="Message @AriTest" data-slate-editor="true" data-slate-node="v…
01:54:13 DEBUG webelem webelem:is_editable:243 Checking if element is editable: <qutebrowser.browser.webengine.webengineelem.WebEngineElement html='<div role="textbox" aria-multiline="true" spellcheck="true" aria-haspopup="listbox" aria-invalid="false" aria-autocomplete="list" class="markup__75297 editor__1b31f slateTextArea_ec4baf fontSize16Padding__74017" autocorrect="off" data-can-focus="true" aria-label="Message @AriTest" data-slate-editor="true" data-slate-node="value" contenteditable="true" zindex="-1" style="position: relative; outline: none; white-space: pre-wrap; overflow-wrap: break-word;"><div data-slate-node="element"><span dat…'>
01:54:13 DEBUG mouse eventfilter:_mousepress_insertmode_cb:197 Clicked editable element!
01:54:13 DEBUG modes modeman:enter:361 Entering mode KeyMode.insert (reason: click)
01:54:13 DEBUG modes modeman:leave:422 Ignoring leave request for KeyMode.hint (reason insert mode) as we're in mode KeyMode.insert
01:54:13 DEBUG statusbar bar:set_mode_active:327 Setting insert flag to True
01:54:15 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_T' modifiers='NoModifier' text='t'> (dry_run True)
01:54:15 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:15 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:15 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_T' modifiers='NoModifier' text='t'> (dry_run False)
01:54:15 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:15 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:15 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 't', no matches
01:54:15 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: t).
01:54:15 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:15 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_E' modifiers='NoModifier' text='e'> (dry_run True)
01:54:15 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:15 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:15 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_E' modifiers='NoModifier' text='e'> (dry_run False)
01:54:15 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:15 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:15 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 'e', no matches
01:54:15 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: e).
01:54:16 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:16 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_S' modifiers='NoModifier' text='s'> (dry_run True)
01:54:16 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:16 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:16 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_S' modifiers='NoModifier' text='s'> (dry_run False)
01:54:16 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:16 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:16 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 's', no matches
01:54:16 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: s).
01:54:16 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:16 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_T' modifiers='NoModifier' text='t'> (dry_run True)
01:54:16 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:16 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:16 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_T' modifiers='NoModifier' text='t'> (dry_run False)
01:54:16 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:16 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:16 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 't', no matches
01:54:16 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: t).
01:54:16 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Space' modifiers='NoModifier' text='<Space>'> (dry_run True)
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Space' modifiers='NoModifier' text='<Space>'> (dry_run False)
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Space>', no matches
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Space>).
01:54:17 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_T' modifiers='NoModifier' text='t'> (dry_run True)
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_T' modifiers='NoModifier' text='t'> (dry_run False)
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 't', no matches
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: t).
01:54:17 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_E' modifiers='NoModifier' text='e'> (dry_run True)
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_E' modifiers='NoModifier' text='e'> (dry_run False)
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 'e', no matches
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: e).
01:54:17 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_S' modifiers='NoModifier' text='s'> (dry_run True)
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_S' modifiers='NoModifier' text='s'> (dry_run False)
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 's', no matches
01:54:17 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: s).
01:54:17 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:18 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_T' modifiers='NoModifier' text='t'> (dry_run True)
01:54:18 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:18 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:18 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_T' modifiers='NoModifier' text='t'> (dry_run False)
01:54:18 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:18 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:18 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 't', no matches
01:54:18 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: t).
01:54:18 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Space' modifiers='NoModifier' text='<Space>'> (dry_run True)
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Space' modifiers='NoModifier' text='<Space>'> (dry_run False)
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Space>', no matches
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Space>).
01:54:19 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_T' modifiers='NoModifier' text='t'> (dry_run True)
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_T' modifiers='NoModifier' text='t'> (dry_run False)
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 't', no matches
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: t).
01:54:19 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_E' modifiers='NoModifier' text='e'> (dry_run True)
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_E' modifiers='NoModifier' text='e'> (dry_run False)
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 'e', no matches
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: e).
01:54:19 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_S' modifiers='NoModifier' text='s'> (dry_run True)
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_S' modifiers='NoModifier' text='s'> (dry_run False)
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 's', no matches
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: s).
01:54:19 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_T' modifiers='NoModifier' text='t'> (dry_run True)
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_T' modifiers='NoModifier' text='t'> (dry_run False)
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 't', no matches
01:54:19 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: t).
01:54:19 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:20 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run True)
01:54:20 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:20 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:20 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run False)
01:54:20 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:20 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:20 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Backspace>', no matches
01:54:20 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Backspace>).
01:54:20 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:20 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run True)
01:54:20 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:20 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:20 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run False)
01:54:20 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:20 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:20 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Backspace>', no matches
01:54:20 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Backspace>).
01:54:20 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run True)
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run False)
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Backspace>', no matches
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Backspace>).
01:54:21 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run True)
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run False)
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Backspace>', no matches
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Backspace>).
01:54:21 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run True)
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run False)
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Backspace>', no matches
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Backspace>).
01:54:21 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run True)
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run False)
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Backspace>', no matches
01:54:21 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Backspace>).
01:54:21 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run True)
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run False)
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Backspace>', no matches
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Backspace>).
01:54:22 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run True)
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run False)
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Backspace>', no matches
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Backspace>).
01:54:22 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run True)
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run False)
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Backspace>', no matches
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Backspace>).
01:54:22 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run True)
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run False)
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Backspace>', no matches
01:54:22 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Backspace>).
01:54:22 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_T' modifiers='NoModifier' text='t'> (dry_run True)
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_T' modifiers='NoModifier' text='t'> (dry_run False)
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 't', no matches
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: t).
01:54:23 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_E' modifiers='NoModifier' text='e'> (dry_run True)
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_E' modifiers='NoModifier' text='e'> (dry_run False)
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 'e', no matches
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: e).
01:54:23 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_S' modifiers='NoModifier' text='s'> (dry_run True)
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_S' modifiers='NoModifier' text='s'> (dry_run False)
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 's', no matches
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: s).
01:54:23 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_T' modifiers='NoModifier' text='t'> (dry_run True)
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_T' modifiers='NoModifier' text='t'> (dry_run False)
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 't', no matches
01:54:23 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: t).
01:54:23 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:25 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Return' modifiers='NoModifier' text='<Return>'> (dry_run True)
01:54:25 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:25 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:25 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Return' modifiers='NoModifier' text='<Return>'> (dry_run False)
01:54:25 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:25 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:25 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Return>', no matches
01:54:25 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Return>).
01:54:25 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[MessageQueue]
font-weight: bold;
color: purple;
Queueing message to be sent LogId:6827
01:54:25 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[MessageQueue]
font-weight: bold;
color: purple;
Draining message from queue LogId:6827 QueueLength: 0
01:54:25 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[MessageQueue]
font-weight: bold;
color: purple;
Draining Message Queue with: 0
01:54:26 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[MessageQueue]
font-weight: bold;
color: purple;
Finished draining message from queue LogId:6827 QueueLength: 0
01:54:26 DEBUG sessions sessions:save:331 Saving session _autosave to /var/folders/dv/mb7t04r954j1myvp6q_fnw340000gn/T/qutebrowser-basedir-00aienmg/data/sessions/_autosave.yml...
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_A' modifiers='NoModifier' text='a'> (dry_run True)
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_A' modifiers='NoModifier' text='a'> (dry_run False)
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 'a', no matches
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: a).
01:54:27 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_S' modifiers='NoModifier' text='s'> (dry_run True)
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_S' modifiers='NoModifier' text='s'> (dry_run False)
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 's', no matches
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: s).
01:54:27 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_D' modifiers='NoModifier' text='d'> (dry_run True)
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_D' modifiers='NoModifier' text='d'> (dry_run False)
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 'd', no matches
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: d).
01:54:27 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_F' modifiers='NoModifier' text='f'> (dry_run True)
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_F' modifiers='NoModifier' text='f'> (dry_run False)
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 'f', no matches
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: f).
01:54:27 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Space' modifiers='NoModifier' text='<Space>'> (dry_run True)
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Space' modifiers='NoModifier' text='<Space>'> (dry_run False)
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Space>', no matches
01:54:27 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Space>).
01:54:27 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_A' modifiers='NoModifier' text='a'> (dry_run True)
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_A' modifiers='NoModifier' text='a'> (dry_run False)
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 'a', no matches
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: a).
01:54:28 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_S' modifiers='NoModifier' text='s'> (dry_run True)
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_S' modifiers='NoModifier' text='s'> (dry_run False)
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 's', no matches
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: s).
01:54:28 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_D' modifiers='NoModifier' text='d'> (dry_run True)
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_D' modifiers='NoModifier' text='d'> (dry_run False)
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 'd', no matches
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: d).
01:54:28 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_F' modifiers='NoModifier' text='f'> (dry_run True)
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_F' modifiers='NoModifier' text='f'> (dry_run False)
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 'f', no matches
01:54:28 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: f).
01:54:28 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run True)
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run False)
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Backspace>', no matches
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Backspace>).
01:54:29 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run True)
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run False)
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Backspace>', no matches
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Backspace>).
01:54:29 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run True)
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run False)
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Backspace>', no matches
01:54:29 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Backspace>).
01:54:29 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run True)
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run False)
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Backspace>', no matches
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Backspace>).
01:54:30 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run True)
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run False)
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Backspace>', no matches
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Backspace>).
01:54:30 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run True)
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run False)
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Backspace>', no matches
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Backspace>).
01:54:30 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run True)
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run False)
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Backspace>', no matches
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Backspace>).
01:54:30 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run True)
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run False)
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Backspace>', no matches
01:54:30 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Backspace>).
01:54:30 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run True)
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run False)
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Backspace>', no matches
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Backspace>).
01:54:31 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_T' modifiers='NoModifier' text='t'> (dry_run True)
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_T' modifiers='NoModifier' text='t'> (dry_run False)
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 't', no matches
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: t).
01:54:31 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:31 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:1] Uncaught Error: Cannot resolve a DOM point from Slate point: {"path":[0,0],"offset":9}
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_E' modifiers='NoModifier' text='e'> (dry_run True)
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_E' modifiers='NoModifier' text='e'> (dry_run False)
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 'e', no matches
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: e).
01:54:31 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:31 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:1] Uncaught Error: Cannot resolve a DOM point from Slate point: {"path":[0,0],"offset":9}
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_S' modifiers='NoModifier' text='s'> (dry_run True)
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_S' modifiers='NoModifier' text='s'> (dry_run False)
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 's', no matches
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: s).
01:54:31 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:31 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:1] Uncaught Error: Cannot resolve a DOM point from Slate point: {"path":[0,0],"offset":9}
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_T' modifiers='NoModifier' text='t'> (dry_run True)
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_T' modifiers='NoModifier' text='t'> (dry_run False)
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with 't', no matches
01:54:31 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: t).
01:54:31 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:31 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:1] Uncaught Error: Cannot resolve a DOM point from Slate point: {"path":[0,0],"offset":9}
01:54:32 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Return' modifiers='NoModifier' text='<Return>'> (dry_run True)
01:54:32 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:32 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:32 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Return' modifiers='NoModifier' text='<Return>'> (dry_run False)
01:54:32 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:32 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:32 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Return>', no matches
01:54:32 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Return>).
01:54:32 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] Error: Cannot resolve a DOM point from Slate point: {"path":[0,0],"offset":9}
01:54:32 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[MessageQueue]
font-weight: bold;
color: purple;
Queueing message to be sent LogId:1221
01:54:32 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[MessageQueue]
font-weight: bold;
color: purple;
Draining message from queue LogId:1221 QueueLength: 0
01:54:32 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[MessageQueue]
font-weight: bold;
color: purple;
Draining Message Queue with: 0
01:54:32 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[MessageQueue]
font-weight: bold;
color: purple;
Finished draining message from queue LogId:1221 QueueLength: 0
01:54:38 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Shift' modifiers='ShiftModifier' text='<Shift>'> (dry_run False)
01:54:38 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Ignoring, only modifier
01:54:38 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:38 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Colon' modifiers='ShiftModifier' text=':'> (dry_run True)
01:54:38 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:38 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:38 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Colon' modifiers='ShiftModifier' text=':'> (dry_run False)
01:54:38 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:38 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:38 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with ':', no matches
01:54:38 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: :).
01:54:38 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:38 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run True)
01:54:38 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:38 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:38 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Backspace' modifiers='NoModifier' text='<Backspace>'> (dry_run False)
01:54:38 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match without modifiers
01:54:38 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Trying match with key_mappings
01:54:38 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Giving up with '<Backspace>', no matches
01:54:38 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Backspace>).
01:54:38 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:39 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Escape' modifiers='NoModifier' text='<Escape>'> (dry_run True)
01:54:39 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Escape' modifiers='NoModifier' text='<Escape>'> (dry_run False)
01:54:39 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Definitive match for '<Escape>'.
01:54:39 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode insert: Clearing keystring (was: <Escape>).
01:54:39 DEBUG commands command:run:513 command called: mode-leave
01:54:39 DEBUG commands command:run:527 Calling qutebrowser.keyinput.modeman.ModeManager.mode_leave(<qutebrowser.keyinput.modeman.ModeManager mode=<KeyMode.insert: 6>>)
01:54:39 DEBUG modes modeman:leave:429 Leaving mode KeyMode.insert (reason: leave current)
01:54:39 DEBUG statusbar bar:set_mode_active:327 Setting insert flag to False
01:54:39 DEBUG modes modeman:_handle_keyrelease:335 filter: True
01:54:39 DEBUG modes modeman:_handle_keypress:277 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
01:54:39 DEBUG keyboard basekeyparser:_debug_log:203 NormalKeyParser for mode normal: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Shift' modifiers='ShiftModifier' text='<Shift>'> (dry_run False)
01:54:39 DEBUG keyboard basekeyparser:_debug_log:203 NormalKeyParser for mode normal: Ignoring, only modifier
01:54:39 DEBUG modes modeman:_handle_keypress:310 match: SequenceMatch.NoMatch, forward_unbound_keys: auto, passthrough: False, is_non_alnum: True, dry_run: False --> filter: False (focused: <PyQt6.QtWidgets.QWidget object at 0x13100f4d0, className='QQuickWidget'>)
01:54:39 DEBUG js shared:javascript_log_message:206 [https://discord.com/assets/sentry.70f334ee6f63dcf4.js:14] %c[KeyboardLayoutMapUtils]
font-weight: bold;
color: purple;
KeyboardMapper - Error adding event [object Object]
01:54:39 DEBUG modes modeman:_handle_keypress:277 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
01:54:39 DEBUG keyboard basekeyparser:_debug_log:203 NormalKeyParser for mode normal: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Colon' modifiers='ShiftModifier' text=':'> (dry_run True)
01:54:39 DEBUG modes modeman:_handle_keypress:310 match: SequenceMatch.ExactMatch, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: True --> filter: True (focused: <PyQt6.QtWidgets.QWidget object at 0x13100f250, className='QQuickWidget'>)
01:54:39 DEBUG modes modeman:_handle_keypress:277 got keypress in mode KeyMode.normal - delegating to <qutebrowser.keyinput.modeparsers.NormalKeyParser>
01:54:39 DEBUG keyboard basekeyparser:_debug_log:203 NormalKeyParser for mode normal: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Colon' modifiers='ShiftModifier' text=':'> (dry_run False)
01:54:39 DEBUG keyboard basekeyparser:_debug_log:203 NormalKeyParser for mode normal: Definitive match for ':'.
01:54:39 DEBUG keyboard basekeyparser:_debug_log:203 NormalKeyParser for mode normal: Clearing keystring (was: :).
01:54:39 DEBUG commands command:run:513 command called: cmd-set-text [':']
01:54:39 DEBUG commands command:run:527 Calling qutebrowser.mainwindow.statusbar.command.Command.cmd_set_text_command(<qutebrowser.mainwindow.statusbar.command.Command text=''>, ':', None, False, False, False)
01:54:39 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
01:54:39 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
01:54:39 DEBUG modes command:cmd_set_text:108 Setting command text, focusing <qutebrowser.mainwindow.statusbar.command.Command text=':'>
01:54:39 DEBUG modes modeman:enter:361 Entering mode KeyMode.command (reason: cmd focus)
01:54:39 DEBUG statusbar bar:set_mode_active:333 Setting command flag to True
01:54:39 DEBUG misc app:on_focus_object_changed:574 Focus object changed: <qutebrowser.mainwindow.statusbar.command.Command text=':', className='Command'>
01:54:39 DEBUG modes modeman:_handle_keypress:310 match: SequenceMatch.ExactMatch, forward_unbound_keys: auto, passthrough: False, is_non_alnum: False, dry_run: False --> filter: True (focused: <qutebrowser.mainwindow.statusbar.command.Command text=':', className='Command'>)
01:54:39 DEBUG completion completer:_update_completion:238 Updating completion: [] []
01:54:39 DEBUG completion completer:_get_new_completion:87 Before removing flags: []
01:54:39 DEBUG completion completer:_get_new_completion:90 Starting command completion
01:54:40 DEBUG completion debug:__exit__:335 Starting command completion took 0.02974 seconds.
01:54:40 DEBUG misc mainwindow:_update_overlay_geometry:349 new geometry for <qutebrowser.completion.completionwidget.CompletionView>: PyQt6.QtCore.QRect(0, 287, 801, 301)
01:54:40 DEBUG completion debug:__exit__:335 Set completion model took 0.003743 seconds.
01:54:40 DEBUG completion completionmodel:set_pattern:193 Setting completion pattern ''
01:54:40 DEBUG completion debug:__exit__:335 Set pattern took 0.001334 seconds.
01:54:40 DEBUG modes modeman:_handle_keyrelease:335 filter: True
01:54:40 DEBUG modes modeman:_handle_keyrelease:335 filter: False
01:54:40 DEBUG modes modeman:_handle_keypress:277 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=True mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_R' modifiers='NoModifier' text='r'> (dry_run True)
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match without modifiers
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match with key_mappings
01:54:40 DEBUG modes modeman:_handle_keypress:310 match: SequenceMatch.NoMatch, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command text=':', className='Command'>)
01:54:40 DEBUG modes modeman:_handle_keypress:277 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=True mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_R' modifiers='NoModifier' text='r'> (dry_run False)
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match without modifiers
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match with key_mappings
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Giving up with 'r', no matches
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Clearing keystring (was: r).
01:54:40 DEBUG modes modeman:_handle_keypress:310 match: SequenceMatch.NoMatch, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command text=':', className='Command'>)
01:54:40 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
01:54:40 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
01:54:40 DEBUG completion completer:_partition:145 partitioning ['r'] around position 1
01:54:40 DEBUG completion completer:_partition:156 partitioned: [] 'r' []
01:54:40 DEBUG completion completer:_update_completion:238 Updating completion: [] r []
01:54:40 DEBUG completion completer:_get_new_completion:87 Before removing flags: []
01:54:40 DEBUG completion completer:_get_new_completion:90 Starting command completion
01:54:40 DEBUG completion completionmodel:set_pattern:193 Setting completion pattern 'r'
01:54:40 DEBUG completion debug:__exit__:335 Set pattern r took 0.002276 seconds.
01:54:40 DEBUG modes modeman:_handle_keypress:277 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=True mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_E' modifiers='NoModifier' text='e'> (dry_run True)
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match without modifiers
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match with key_mappings
01:54:40 DEBUG modes modeman:_handle_keypress:310 match: SequenceMatch.NoMatch, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command text=':r', className='Command'>)
01:54:40 DEBUG modes modeman:_handle_keypress:277 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=True mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_E' modifiers='NoModifier' text='e'> (dry_run False)
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match without modifiers
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match with key_mappings
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Giving up with 'e', no matches
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Clearing keystring (was: e).
01:54:40 DEBUG modes modeman:_handle_keypress:310 match: SequenceMatch.NoMatch, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command text=':r', className='Command'>)
01:54:40 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
01:54:40 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
01:54:40 DEBUG completion completer:_partition:145 partitioning ['re'] around position 2
01:54:40 DEBUG completion completer:_partition:156 partitioned: [] 're' []
01:54:40 DEBUG completion completer:_update_completion:238 Updating completion: [] re []
01:54:40 DEBUG completion completer:_get_new_completion:87 Before removing flags: []
01:54:40 DEBUG completion completer:_get_new_completion:90 Starting command completion
01:54:40 DEBUG completion completionmodel:set_pattern:193 Setting completion pattern 're'
01:54:40 DEBUG completion debug:__exit__:335 Set pattern re took 0.001795 seconds.
01:54:40 DEBUG modes modeman:_handle_keyrelease:335 filter: False
01:54:40 DEBUG modes modeman:_handle_keypress:277 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=True mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_P' modifiers='NoModifier' text='p'> (dry_run True)
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match without modifiers
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match with key_mappings
01:54:40 DEBUG modes modeman:_handle_keypress:310 match: SequenceMatch.NoMatch, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command text=':re', className='Command'>)
01:54:40 DEBUG modes modeman:_handle_keypress:277 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=True mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_P' modifiers='NoModifier' text='p'> (dry_run False)
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match without modifiers
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match with key_mappings
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Giving up with 'p', no matches
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Clearing keystring (was: p).
01:54:40 DEBUG modes modeman:_handle_keypress:310 match: SequenceMatch.NoMatch, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command text=':re', className='Command'>)
01:54:40 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
01:54:40 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
01:54:40 DEBUG completion completer:_partition:145 partitioning ['rep'] around position 3
01:54:40 DEBUG completion completer:_partition:156 partitioned: [] 'rep' []
01:54:40 DEBUG completion completer:_update_completion:238 Updating completion: [] rep []
01:54:40 DEBUG completion completer:_get_new_completion:87 Before removing flags: []
01:54:40 DEBUG completion completer:_get_new_completion:90 Starting command completion
01:54:40 DEBUG completion completionmodel:set_pattern:193 Setting completion pattern 'rep'
01:54:40 DEBUG completion debug:__exit__:335 Set pattern rep took 0.001089 seconds.
01:54:40 DEBUG modes modeman:_handle_keyrelease:335 filter: False
01:54:40 DEBUG modes modeman:_handle_keypress:277 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=True mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_O' modifiers='NoModifier' text='o'> (dry_run True)
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match without modifiers
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match with key_mappings
01:54:40 DEBUG modes modeman:_handle_keypress:310 match: SequenceMatch.NoMatch, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command text=':rep', className='Command'>)
01:54:40 DEBUG modes modeman:_handle_keypress:277 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=True mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_O' modifiers='NoModifier' text='o'> (dry_run False)
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match without modifiers
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match with key_mappings
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Giving up with 'o', no matches
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Clearing keystring (was: o).
01:54:40 DEBUG modes modeman:_handle_keypress:310 match: SequenceMatch.NoMatch, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command text=':rep', className='Command'>)
01:54:40 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
01:54:40 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
01:54:40 DEBUG completion completer:_partition:145 partitioning ['repo'] around position 4
01:54:40 DEBUG completion completer:_partition:156 partitioned: [] 'repo' []
01:54:40 DEBUG completion completer:_update_completion:238 Updating completion: [] repo []
01:54:40 DEBUG completion completer:_get_new_completion:87 Before removing flags: []
01:54:40 DEBUG completion completer:_get_new_completion:90 Starting command completion
01:54:40 DEBUG completion completionmodel:set_pattern:193 Setting completion pattern 'repo'
01:54:40 DEBUG completion debug:__exit__:335 Set pattern repo took 0.001722 seconds.
01:54:40 DEBUG modes modeman:_handle_keyrelease:335 filter: False
01:54:40 DEBUG modes modeman:_handle_keyrelease:335 filter: False
01:54:40 DEBUG modes modeman:_handle_keypress:277 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=True mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_R' modifiers='NoModifier' text='r'> (dry_run True)
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match without modifiers
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match with key_mappings
01:54:40 DEBUG modes modeman:_handle_keypress:310 match: SequenceMatch.NoMatch, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command text=':repo', className='Command'>)
01:54:40 DEBUG modes modeman:_handle_keypress:277 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=True mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_R' modifiers='NoModifier' text='r'> (dry_run False)
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match without modifiers
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match with key_mappings
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Giving up with 'r', no matches
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Clearing keystring (was: r).
01:54:40 DEBUG modes modeman:_handle_keypress:310 match: SequenceMatch.NoMatch, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command text=':repo', className='Command'>)
01:54:40 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
01:54:40 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
01:54:40 DEBUG completion completer:_partition:145 partitioning ['repor'] around position 5
01:54:40 DEBUG completion completer:_partition:156 partitioned: [] 'repor' []
01:54:40 DEBUG completion completer:_update_completion:238 Updating completion: [] repor []
01:54:40 DEBUG completion completer:_get_new_completion:87 Before removing flags: []
01:54:40 DEBUG completion completer:_get_new_completion:90 Starting command completion
01:54:40 DEBUG completion completionmodel:set_pattern:193 Setting completion pattern 'repor'
01:54:40 DEBUG completion debug:__exit__:335 Set pattern repor took 0.001264 seconds.
01:54:40 DEBUG modes modeman:_handle_keyrelease:335 filter: False
01:54:40 DEBUG modes modeman:_handle_keypress:277 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=True mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_T' modifiers='NoModifier' text='t'> (dry_run True)
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match without modifiers
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match with key_mappings
01:54:40 DEBUG modes modeman:_handle_keypress:310 match: SequenceMatch.NoMatch, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: True --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command text=':repor', className='Command'>)
01:54:40 DEBUG modes modeman:_handle_keypress:277 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=True mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_T' modifiers='NoModifier' text='t'> (dry_run False)
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match without modifiers
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Trying match with key_mappings
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Giving up with 't', no matches
01:54:40 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Clearing keystring (was: t).
01:54:40 DEBUG modes modeman:_handle_keypress:310 match: SequenceMatch.NoMatch, forward_unbound_keys: auto, passthrough: True, is_non_alnum: False, dry_run: False --> filter: False (focused: <qutebrowser.mainwindow.statusbar.command.Command text=':repor', className='Command'>)
01:54:40 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
01:54:40 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
01:54:40 DEBUG completion completer:_partition:145 partitioning ['report'] around position 6
01:54:40 DEBUG completion completer:_partition:156 partitioned: [] 'report' []
01:54:40 DEBUG completion completer:_update_completion:238 Updating completion: [] report []
01:54:40 DEBUG completion completer:_get_new_completion:87 Before removing flags: []
01:54:40 DEBUG completion completer:_get_new_completion:90 Starting command completion
01:54:40 DEBUG completion completionmodel:set_pattern:193 Setting completion pattern 'report'
01:54:40 DEBUG completion debug:__exit__:335 Set pattern report took 0.00129 seconds.
01:54:40 DEBUG modes modeman:_handle_keyrelease:335 filter: False
01:54:41 DEBUG modes modeman:_handle_keypress:277 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=True mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
01:54:41 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Return' modifiers='NoModifier' text='<Return>'> (dry_run True)
01:54:41 DEBUG modes modeman:_handle_keypress:310 match: SequenceMatch.ExactMatch, forward_unbound_keys: auto, passthrough: True, is_non_alnum: True, dry_run: True --> filter: True (focused: <qutebrowser.mainwindow.statusbar.command.Command text=':report', className='Command'>)
01:54:41 DEBUG modes modeman:_handle_keypress:277 got keypress in mode KeyMode.command - delegating to <qutebrowser.keyinput.modeparsers.CommandKeyParser do_log=True mode=<KeyMode.command: 3> passthrough=True supports_count=False win_id=0>
01:54:41 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Got key: <qutebrowser.keyinput.keyutils.KeyInfo key='Key_Return' modifiers='NoModifier' text='<Return>'> (dry_run False)
01:54:41 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Definitive match for '<Return>'.
01:54:41 DEBUG keyboard basekeyparser:_debug_log:203 CommandKeyParser for mode command: Clearing keystring (was: <Return>).
01:54:41 DEBUG commands command:run:513 command called: command-accept
01:54:41 DEBUG commands command:run:527 Calling qutebrowser.mainwindow.statusbar.command.Command.command_accept(<qutebrowser.mainwindow.statusbar.command.Command text=':report'>, False)
01:54:41 DEBUG save savemanager:mark_dirty:58 Marking command-history as dirty.
01:54:41 DEBUG modes modeman:leave:429 Leaving mode KeyMode.command (reason: cmd accept)
01:54:41 DEBUG statusbar bar:set_mode_active:333 Setting command flag to False
01:54:41 DEBUG completion completer:schedule_completion_update:216 Scheduling completion update.
01:54:41 DEBUG completion completer:schedule_completion_update:213 Ignoring update because there were no changes.
01:54:41 DEBUG statusbar bar:_hide_cmd_widget:367 Hiding cmd widget
…REDACTED…
The log is from :report right after recording the animation. :)
@A-Z-X-R The "ERROR: Load error: ERR_FILE_NOT_FOUND" is due to the 2nd tab that gets opened due to a bug, see https://github.com/qutebrowser/qutebrowser/issues/3719.
Yep I realised that. it reads the argument as a file instead of a parameter for some reason, although I assume the bug is only occurring on a very small number of machines.