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.12k stars 162 forks source link

No synchronization after changing hostname on fedora #246

Closed david-kariuki closed 1 year ago

david-kariuki commented 1 year ago

My wakatime stopped synchronization after changing my hostname from fedora to Fedora.

Below is my configuration

[settings]
api_key = waka_********************************
proxy = 
debug = false
status_bar_enabled = true

hide_file_names = true
hide_project_names = true
hide_branch_names = true
hide_project_folder = true
alanhamlett commented 1 year ago

After turning on debug mode, are there any errors in your ~/.wakatime.log file?

david-kariuki commented 1 year ago

I've noticed an invalid API KEY error message. Does the API KEY expire?

alanhamlett commented 1 year ago

No, but it could be incorrect in your ~/.wakatime.cfg file. You should check if it matches https://wakatime.com/api-key

david-kariuki commented 1 year ago

It's working well now. Maybe I added some character while tweaking the cfg. Its working well now, thank you