aw-qt
aw-qt copied to clipboard
New modules fail to start at launch
I've just installed the 0.13.1 AppImage release, which includes aw-sync but does not enable it by default.
aw-qt's config updated to load it:
[aw-qt]
autostart_modules = ["aw-server", "aw-sync", "aw-watcher-afk", "aw-watcher-window"]
But when starting aw-qt I get the following:
[2024-07-01 23:10:16][INFO][aw_sync]: Starting daemon...
[2024-07-01 23:10:16][INFO][aw_sync]: Pulling from all hosts
[2024-07-01 23:10:16][INFO][aw_sync::util]: Found remotes: ["hostname"]
The log ends there. Pressing Restart seems to result in the module loading successfully. Enabling the module from the tray icon menu without updating autostart_modules
also seems to start it without any problems.
The same happens trying to load aw-watcher-input, which also isn't enabled by default.