ActivityWatch/aw-watcher-input

Data from this watcher doesn't show up as a bucket in the web UI

kovasap opened this issue · 1 comments

I started activitywatch with aw-qt --testing, then right clicked on the UI widget to enable this watcher. The aw-qt output changed, saying this watcher started successfully, and started logging data in my console. However, in the UI, I don't see this watcher on the "buckets" page, and otherwise can't see how I could get at the data from this watcher. Does this need to be enabled somewhere?

I fixed this by changed queued to False aw-watcher-input/src/aw_watcher_input/main.py for all the client calls. Perhaps I just wasn't being patient enough?