mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: komorebic generate-static-config hangs indefinitely
#244
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @juancarlis on GitHub (Sep 21, 2023).
Describe the bug
When running the komorebic generate-static-config command, it hangs indefinitely and doesn't seem to complete the task. I've waited for several minutes without any progress.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The command should generate the static config in a reasonable amount of time I guess.
Screenshots and Videos

Operating System
komorebic checkOutputProvide the output of
komorebic checkFor example:
Additional context
Add any other context about the problem here.
@LGUG2Z commented on GitHub (Sep 21, 2023):
This command is only relevant for users who wish to migrate from existing dynamic configuration files and requires komorebi to be running so that the live configuration state can be queried to generate the JSON file.
You can see this in action here: https://youtu.be/yqCAOJgL3C0
@juancarlis commented on GitHub (Sep 21, 2023):
Yes, I was hoping to migrate from dynamic configuration to static configuration and I was already following the video example.
Somehow I tried again and it worked. However, to see if it was just a coincidence, I tried once more and it didn't generate the configuration again. Fortunately, I was able to extract the JSON at least once.
Thank you for the komorebic tool. I use it in my daily workflow and can't imagine using Windows without it!
@LGUG2Z commented on GitHub (Sep 22, 2023):
Ah I see, then this definitely sounds like a bug. If you could share the contents of your dynamic config file, I can also try to reproduce this and hopefully see what's going on here. 🤔