Skip to content

Instantly share code, notes, and snippets.

@Omustardo
Created July 17, 2025 05:50
Show Gist options
  • Select an option

  • Save Omustardo/d289f987dba77e0511d0f54b4839e8f0 to your computer and use it in GitHub Desktop.

Select an option

Save Omustardo/d289f987dba77e0511d0f54b4839e8f0 to your computer and use it in GitHub Desktop.
2025-07-13 16:22:44 [INFO ]: aw-watcher-window started (aw_watcher_window.main:70)
2025-07-13 16:22:45 [INFO ]: Connection to aw-server established by aw-watcher-window (aw_client.client:447)
2025-07-13 20:39:33 [WARNING]: I don't think this case will ever happen, but not sure so leaving this message here just in case. (aw_watcher_window.xlib:82)
2025-07-13 20:39:33 [ERROR]: Exception thrown while trying to get active window (aw_watcher_window.main:133)
Traceback (most recent call last):
File "aw_watcher_window/main.py", line 115, in heartbeat_loop
File "aw_watcher_window/lib.py", line 64, in get_current_window
File "aw_watcher_window/lib.py", line 17, in get_current_window_linux
File "aw_watcher_window/xlib.py", line 85, in get_window_name
AttributeError: 'NoneType' object has no attribute 'decode'
2025-07-13 20:42:20 [WARNING]: I don't think this case will ever happen, but not sure so leaving this message here just in case. (aw_watcher_window.xlib:82)
2025-07-13 20:42:20 [ERROR]: Exception thrown while trying to get active window (aw_watcher_window.main:133)
Traceback (most recent call last):
File "aw_watcher_window/main.py", line 115, in heartbeat_loop
File "aw_watcher_window/lib.py", line 64, in get_current_window
File "aw_watcher_window/lib.py", line 17, in get_current_window_linux
File "aw_watcher_window/xlib.py", line 85, in get_window_name
AttributeError: 'NoneType' object has no attribute 'decode'
2025-07-13 20:42:36 [WARNING]: I don't think this case will ever happen, but not sure so leaving this message here just in case. (aw_watcher_window.xlib:82)
2025-07-13 20:42:36 [ERROR]: Exception thrown while trying to get active window (aw_watcher_window.main:133)
Traceback (most recent call last):
File "aw_watcher_window/main.py", line 115, in heartbeat_loop
File "aw_watcher_window/lib.py", line 64, in get_current_window
File "aw_watcher_window/lib.py", line 17, in get_current_window_linux
File "aw_watcher_window/xlib.py", line 85, in get_window_name
AttributeError: 'NoneType' object has no attribute 'decode'
2025-07-13 20:42:37 [WARNING]: I don't think this case will ever happen, but not sure so leaving this message here just in case. (aw_watcher_window.xlib:82)
2025-07-13 20:42:37 [ERROR]: Exception thrown while trying to get active window (aw_watcher_window.main:133)
Traceback (most recent call last):
File "aw_watcher_window/main.py", line 115, in heartbeat_loop
File "aw_watcher_window/lib.py", line 64, in get_current_window
File "aw_watcher_window/lib.py", line 17, in get_current_window_linux
File "aw_watcher_window/xlib.py", line 85, in get_window_name
AttributeError: 'NoneType' object has no attribute 'decode'
2025-07-13 22:08:58 [WARNING]: I don't think this case will ever happen, but not sure so leaving this message here just in case. (aw_watcher_window.xlib:82)
2025-07-13 22:08:58 [ERROR]: Exception thrown while trying to get active window (aw_watcher_window.main:133)
Traceback (most recent call last):
File "aw_watcher_window/main.py", line 115, in heartbeat_loop
File "aw_watcher_window/lib.py", line 64, in get_current_window
File "aw_watcher_window/lib.py", line 17, in get_current_window_linux
File "aw_watcher_window/xlib.py", line 85, in get_window_name
AttributeError: 'NoneType' object has no attribute 'decode'
2025-07-13 22:08:59 [WARNING]: I don't think this case will ever happen, but not sure so leaving this message here just in case. (aw_watcher_window.xlib:82)
2025-07-13 22:08:59 [ERROR]: Exception thrown while trying to get active window (aw_watcher_window.main:133)
Traceback (most recent call last):
File "aw_watcher_window/main.py", line 115, in heartbeat_loop
File "aw_watcher_window/lib.py", line 64, in get_current_window
File "aw_watcher_window/lib.py", line 17, in get_current_window_linux
File "aw_watcher_window/xlib.py", line 85, in get_window_name
AttributeError: 'NoneType' object has no attribute 'decode'
2025-07-13 22:09:02 [WARNING]: I don't think this case will ever happen, but not sure so leaving this message here just in case. (aw_watcher_window.xlib:82)
2025-07-13 22:09:02 [ERROR]: Exception thrown while trying to get active window (aw_watcher_window.main:133)
Traceback (most recent call last):
File "aw_watcher_window/main.py", line 115, in heartbeat_loop
File "aw_watcher_window/lib.py", line 64, in get_current_window
File "aw_watcher_window/lib.py", line 17, in get_current_window_linux
File "aw_watcher_window/xlib.py", line 85, in get_window_name
AttributeError: 'NoneType' object has no attribute 'decode'
2025-07-15 02:07:38 [WARNING]: Unable to get window class, got a BadWindow exception. (aw_watcher_window.xlib:115)
2025-07-15 02:07:38 [WARNING]: Code made an unclear branch (aw_watcher_window.xlib:121)
2025-07-15 02:07:38 [WARNING]: Unable to get window property NET_WM_NAME, got a BadWindow exception from Xlib (aw_watcher_window.xlib:69)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment