I've trying to build ActivityWatch from source, and now it doesn't start because of:
2023-03-15 12:23:50 [INFO ]: aw-watcher-afk started (aw_watcher_afk.afk:60)
Traceback (most recent call last):
File "/home/crem/activitywatch/venv/bin/aw-server", line 6, in <module>
sys.exit(main())
File "/home/crem/activitywatch/activitywatch/aw-server/aw_server/main.py", line 24, in main
setup_logging(
TypeError: setup_logging() got an unexpected keyword argument 'log_file_json'
I've trying to build ActivityWatch from source, and now it doesn't start because of: