-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aw-watcher-jetbrains fails with aw-server-rust #174
Comments
I think the reason is that aw-server-python accepts both a list of events as well as a signe event on the I think it's better if a HTTP endpoint only accepts a single type for its request as that makes the API consistent and easier to document so I'd prefer that the watcher changed the way it sends events. Do you agree @ErikBjare? |
@johan-bjareholt I agree. I also notice that aw-watcher-jetbrains seems to not use the heartbeat API, which may make it unreliable. Edit: Looks like it is pretty unreliable and doesn't work as is intended. See OlivierMary/aw-watcher-jetbrains#61 and OlivierMary/aw-watcher-jetbrains#30. |
https://github.com/OlivierMary/aw-watcher-jetbrains
Running activitywatch-0.9.2
There seems to be an issue with the JSON being sent, but because we don't appear to have
--log-json
in aw-server-rust I can't work out what the issue is.This is the output from aw-server-rust
And this is debugging from aw-server showing the json (edited to protect some data)
I'm not sure if this is a bug in aw-server-rust or aw-watcher-jetbrains, but there is a compatability issue. If you can let me know what the problem is (and/or how to get log-json in aw-server-rust) then I can help aw-watch-jetbrains implement the fix if that's what's needed.
The text was updated successfully, but these errors were encountered: