-
-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
Description
Trying to run a query with the following line:
events = categorize(events, [[["AW GitHub"], {"type": "regex", "regex": "github.com/ActivityWatch;AW"}]]);Gives:
2023-08-10 12:06:24 [WARNING] 400 Client Error: BAD REQUEST for url: http://127.0.0.1:5600/api/0/query/
2023-08-10 12:06:24 [WARNING] Error message received: {'type': 'QueryParseException', 'message': 'Invalid syntax for value to assign'}
This is probably due to the ; in one of the rules.