Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote Control causing errors #7093

Closed
doonoo opened this issue Feb 4, 2024 · 2 comments
Closed

Remote Control causing errors #7093

doonoo opened this issue Feb 4, 2024 · 2 comments
Labels

Comments

@doonoo
Copy link

doonoo commented Feb 4, 2024

Describe the bug
When it's disabled, this popups;
@kitty-cmd{"ok": false, "error": "Remote control is disabled"}
When enabled
@kitty-cmd{"ok": false, "error": "argument 1 must be dict, not None", "tb": "Traceback (most recent call last):\n File \"/usr/bin/../lib/kitty/kitty/boss.py\", line 721, in _execute_remote_command\n response = handle_cmd(self, window, pcmd, peer_id, self_window)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/usr/bin/../lib/kitty/kitty/remote_control.py\", line 242, in handle_cmd\n ans = c.response_from_kitty(boss, self_window or window, PayloadGetter(c, payload))\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/usr/bin/../lib/kitty/kitty/rc/set_colors.py\", line 127, in response_from_kitty\n patch_color_profiles(colors, profiles, payload_get('configured'))\nTypeError: argument 1 must be dict, not None\n"}
To Reproduce
Steps to reproduce the behavior:
Just enable remote control in config

Kitty isn't open debug when pressing CTRL+ALT+F6

@doonoo doonoo added the bug label Feb 4, 2024
@kovidgoyal
Copy link
Owner

kitty does not use remote control by itself. You have setup something
that does, and does so ina broken way. Fond out whatever that is, and
disable it.

@doonoo
Copy link
Author

doonoo commented Feb 4, 2024

Is there a way to find out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants