Untitled

 avatar
unknown
plain_text
2 months ago
1.0 kB
6
Indexable
(env) light@light-OMEN-Transcend-Gaming-Laptop-14-fb0xxx:~/Documents/WAYFIRE-IPC$ ./env/bin/python pin-view.py 16 "background" true
Traceback (most recent call last):
  File "/home/light/Documents/WAYFIRE-IPC/pin-view.py", line 17, in <module>
    for view in sock.list_views():
                ^^^^^^^^^^^^^^^^^
  File "/home/light/Documents/WAYFIRE-IPC/env/lib/python3.12/site-packages/wayfire/ipc.py", line 434, in list_views
    views = self.send_json(get_msg_template("window-rules/list-views"))
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/light/Documents/WAYFIRE-IPC/env/lib/python3.12/site-packages/wayfire/ipc.py", line 290, in send_json
    response = self.read_message()
               ^^^^^^^^^^^^^^^^^^^
  File "/home/light/Documents/WAYFIRE-IPC/env/lib/python3.12/site-packages/wayfire/ipc.py", line 65, in read_message
    raise Exception(f"Method {response['method']} is not available. \
                              ~~~~~~~~^^^^^^^^^^
KeyError: 'method'
Editor is loading...
Leave a Comment