ActivityWatch / aw-webui

Webapp for visualizing and browsing ActivityWatch data, built with Vue.js.
Mozilla Public License 2.0
110 stars 109 forks source link

`__CATEGORIES__` was used in query but no categories have been defined yet. #577

Closed BelKed closed 5 months ago

BelKed commented 6 months ago

Run the default query in Query Explorer (http://localhost:5600/#/query) and see the error. It probably broke because the recent changes about saving settings...

If you manually replace __CATEGORIES__ with the category string, everything works fine :)

BelKed commented 5 months ago

Testing on v0.13.1, the issue has been fixed :)