yurikhan / kitty_grab

Keyboard-driven screen grabber for Kitty
GNU General Public License v3.0
178 stars 12 forks source link

New error after kitty upgrade, cannot import name 'key_func' #17

Closed SijanC147 closed 2 years ago

SijanC147 commented 2 years ago

Still not sure if it's directly related to the update, need to look into it some more, but thought i'd leave this here for your information, and just in case you have any advice re: dealing with it. LOVE this plugin btw, keep up the awesome work!

CleanShot 2022-01-07 at 13 24 56@2x
Key action failed

kitten kitty_grab/grab.py
cannot import name 'key_func' from 'kitty.conf.utils'

Press Enter to close.
yurikhan commented 2 years ago

This looks very similar to what #16 was supposed to fix. Are you on the latest version of kitty_grab which pushed just yesterday?

(Also, for your future bug reports, please prefer copying text from terminal and embedding it as a code block, rather than screenshotting. Rationale: People will be able to find your bug report by error message text.)

SijanC147 commented 2 years ago

Sorry I missed that, that was it, upgraded and all is good. thanks!

(cheers for the tip on screenshots btw, didn't cross my mind)