aw-watcher-web
aw-watcher-web copied to clipboard
Firefox doesn't show data in view, but bucket has data (Fedora | Gnome | awatcher)
Setup:
- OS: Fedora 42, Gnome
- Browser: Firefox, installed via "Software"
- Using awatcher via serviced
- ActivityWatcher version v0.13.2
- Firefox Addon version v0.5.2
Issues: View for browser data does not show any data
Other watchers work
But all browser data is empty
Fixed in https://github.com/ActivityWatch/aw-webui/pull/623 It'll be available in next ActivityWatch release
Yea I don't think a release is happening anytime soon ... Thank you for the hint, I just built from source.
For anyone wondering and stumbling upon this:
(Have node and git installed)
git clone https://github.com/ActivityWatch/aw-webui.git
cd aw-webui
git submodule init
git submodule update
npm i
npm run build
rm -r {WHEREVER_YOU_INSTALLED_AW}/aw-server/aw_server/static/*
cp -r ./dist/* {WHEREVER_YOU_INSTALLED_AW}/aw-server/aw_server/static/