-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
fix: send right response for heartbeat.bulk #683
Conversation
I wanted to use browser extension with wakapi and faced some issues:
This change based on wakatime docs, I didn't opened cli source code. |
Also macos wakatime app doesn't work) |
Thanks for the update. The Wakatime plugin is being a bit overly strict there. Generally, every status between I'm having a super busy time right now. Will do the review some time this week! Please bear with me... Also, keep me posted on the macOS issue and let me know if you get it to work. |
Thanks! The last problem I have is <<LAST_PROJECT>> and <<LAST_LANGUAGE>> in the dashboard. |
Can you describe what's the exact bug with |
I'd assume this is for data sent by the browser plugin, correct? Wakapi intentionally ignored |
For context, we're strict with the status code because some corporate proxies or misconfigured networks have been known to return Edit: However, that status code was one nested in the response body array not the actual HTTP response status so we can modify the browser extension to support any 2XX nested status as successful. |
No, macOS app, sent with Example of row in my db
|
Finally got to look into your changes. Unfortunately, API tests are failing, as you changed the serialization format of
Can you please try to fix them? Maybe wait until we got a reply from Alan here - preferably we don't even need any changes on our end. Relates to #688. |
Implement heartbeat response