Christoph Leiter
Results
2
comments of
Christoph Leiter
To avoid the windows firewall alert it's possible to only bind to localhost (`RedisServer.builder().setting("bind 127.0.0.1")...build()`. At least that works for me.
I had the same problem. Turns out I had an empty `~/.config/espanso` file for some reason, but espanso expects it to be a directory. Removing the file solved the problem.