wakatime / wakatime-mode

Emacs plugin for automatic time tracking and metrics generated from your programming activity.
https://wakatime.com/emacs
267 stars 41 forks source link

104 error "Invalid API key" for both emacs and vim #38

Closed oiwn closed 5 years ago

oiwn commented 5 years ago

I tried to generate new key and added in in both init.el

     (wakatime :variables
               wakatime-api-key "new-api-key"
               wakatime-cli-path "/usr/local/bin/wakatime")

and .wakatime.cfg

but still got error

error in process sentinel: cond: WakaTime Error (104) Invalid API Key. Set your api key with: (custom-set-variables ’(wakatime-api-key "XXXX"))

current wakatime version wakatime-10.2.0 upgraded to wakatime-10.6.0 the problem remains

alanhamlett commented 5 years ago

This was a temporary problem on our end and should be fixed now.