wakatime / jetbrains-wakatime

IntelliJ IDEA, PyCharm, RubyMine, PhpStorm, AppCode, AndroidStudio, Goland, Rider, & WebStorm plugin for quantifying your coding.
https://wakatime.com/intellij-idea
BSD 3-Clause "New" or "Revised" License
1.14k stars 167 forks source link

Offline Coding Does not Sync #101

Closed mureithimaina closed 4 years ago

mureithimaina commented 6 years ago

I have been coding offline through the long weekend, and the dashboard only counts for today when i was online, i use php storm

alanhamlett commented 6 years ago

Coding activity can take some time to sync, but two things to check are:

  1. Are there any error messages in your ~/.wakatime.log file from over the weekend.
  2. Are there heartbeats saved in your local sqlite database ~/.wakatime.db? To check, run sqlite3 ~/.wakatime.db --echo "select count(*) from heartbeat_2".
alanhamlett commented 6 years ago

@razorMureithi this should be fixed in the latest release v9.2.0.

igorkovalchuk commented 6 years ago

@alanhamlett FYI: Android Studio 3.1.3, WakaTime plugin 9.2.0 , Linux. It looks that it doesn't sync the offline coding time.

igorkovalchuk commented 6 years ago

@alanhamlett Oh, I am sorry - it have synchronized and now it shows me my time on the dashboard (but only on the second day).