What can cause hourly breakdown to be empty? #935
Replies: 1 comment 2 replies
|
Sorry for the late reply! For 4/24 the situation is clear. We have this check in place that checks if the number of individual durations is greater than 200, the chart won't render for performance reasons and because you couldn't make much sense of it anyway. I'm aware that this is somewhat less than perfect and rather just a workaround. Ideally, the chart would support scrolling and zooming and accordingly only request parts of the data of even different aggregation levels (think downsampling or sth.). I might get to implement something like that at some point, but for now it's not a prio tbh. For 4/28 it's strange. I can't see how this situation of having just one ig duration could come about. Would you mind sending me a (optionally pseudonymized) excerpt of your database's |
Uh oh!
There was an error while loading. Please reload this page.
So it's happened only twice, last Friday and today. Weirdly Monday is fine..
When I go to the daily summary of these two days, I get correct total time and heartbeats and projects breakdown, but hourly chart shows "No data".
I was using
wakapi:latestdocker image (docker inspect shows create date January 2026) with no issues until now.While trying to understand what the issue can be, I upgraded the image to
ghcr.io/muety/wakapi:latest, but the result did not change :(I tried checking the DB (Postgres).. Using these simple selects
For 4/24 I got 245 rows in durations and 598 rows in heartbeats, no hourly breakdown
For 4/28 I got only one row in duration, with value 55332000000, category ai coding, entity copilot xxx, and 580 heartbeats
Any idea how I can debug this?
The only duration being copilot makes wonder if a stuck copilot session can break it?
I've enabled wakatime logging (although I use vscode most of the time) now, maybe it can help in the future..
All reactions