activitywatch icon indicating copy to clipboard operation
activitywatch copied to clipboard

aw-notify module cannot be toggled on

Open pinkstrawberries69 opened this issue 5 months ago • 2 comments

when trying to turn on the aw-notify module on by ticking the box it quickly unticks it and doesnt work this is the log

2025-09-04 12:14:39 [INFO ]: Starting... (main:268) 2025-09-04 12:14:39 [WARNING]: 400 Client Error: BAD REQUEST for url: http://127.0.0.1:5600/api/0/query/ (aw_client.client:35) 2025-09-04 12:14:39 [WARNING]: Error message received: None (aw_client.client:38) 2025-09-04 12:14:39 [ERROR]: Unhandled exception (root:50) Traceback (most recent call last): File "aw_notify/main.py", line 458, in File "click/core.py", line 1157, in call File "click/core.py", line 1078, in main File "click/core.py", line 1666, in invoke File "click/core.py", line 1434, in invoke File "click/core.py", line 783, in invoke File "click/decorators.py", line 33, in new_func File "aw_notify/main.py", line 274, in main File "click/core.py", line 783, in invoke File "aw_notify/main.py", line 284, in start File "aw_notify/main.py", line 338, in send_checkin File "aw_notify/main.py", line 75, in _cache_ttl File "aw_notify/main.py", line 114, in get_time File "aw_client/client.py", line 337, in query File "aw_client/client.py", line 55, in g File "aw_client/client.py", line 52, in g File "requests/models.py", line 1024, in raise_for_status requests.exceptions.HTTPError: 400 Client Error: BAD REQUEST for url: http://127.0.0.1:5600/api/0/query/

pinkstrawberries69 avatar Sep 20 '25 05:09 pinkstrawberries69

Hi there! As you're new to this repo, please make sure you've used an appropriate issue template and searched for duplicates (it helps us focus on actual development!). We'd also like to suggest that you read our contribution guidelines and our code of conduct. Thanks a bunch for opening your first issue! 🙏

github-actions[bot] avatar Sep 20 '25 05:09 github-actions[bot]

use https://github.com/0xbrayo/aw-notify-rs, it's a drop-in replacement for aw-notify.

0xbrayo avatar Oct 28 '25 13:10 0xbrayo