You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repo and believe that this is not a duplicate.
OS name and version: Microsoft Windows [Version 10.0.19045.4291]
ActivityWatch version: v0.12.2 (rust)
Describe the bug
Using link to filter for category from summary view seems to navigate to invalid encoded path: plus (+) signs seems to be an issue. The same goes ampersand (&) character. I didn't test for other for now.
To Reproduce
Launch the ActivityWatcher
Create category with problematic character, like C/C++.
Make up some activity so it's logged.
Go to Activity > Summary > Top Categories.
Click the created category.
You are navigated to .../view/summary?category=[...]>C%2FC%20%20, but no activity is shown ("no data").
Expected behaviour
I expected to find the usual activity log breakdown etc.
Documentation
Whole issue seems to result from invalid URL encoding:
I am on the latest ActivityWatch version.
I have searched the issues of this repo and believe that this is not a duplicate.
OS name and version:
Microsoft Windows [Version 10.0.19045.4291]
ActivityWatch version:
v0.12.2 (rust)
Describe the bug
Using link to filter for category from summary view seems to navigate to invalid encoded path: plus (
+
) signs seems to be an issue. The same goes ampersand (&
) character. I didn't test for other for now.To Reproduce
C/C++
..../view/summary?category=[...]>C%2FC%20%20
, but no activity is shown ("no data").Expected behaviour
I expected to find the usual activity log breakdown etc.
Documentation
Whole issue seems to result from invalid URL encoding:
Let me know if you need any logs or anything, but I don't think its applicable here.
Additional context
Workaround
Aside from obvious "just avoid problematic characters", you can still view activity using manual filter selection:

Link changes then to
.../view/summary?category=Work>Programming>C%2FC%2B%2B
, note the difference%20
and%2B
for plus characters.The text was updated successfully, but these errors were encountered: