BoostIO / BoostNote-Legacy

This repository is outdated and new Boost Note app is available! We've launched a new Boost Note app which supports real-time collaborative writing. https://github.com/BoostIO/BoostNote-App
Other
17.07k stars 1.47k forks source link

Missing Wakatime CLI #3663

Open sundayj opened 3 years ago

sundayj commented 3 years ago

Current behavior

Currently, when I enter my Wakatime API, the Wakatime Plugin tells gives me the message "Missing wakatime cli." I have the CLI installed on my machine via PYPI and I have added the "WAKATIME_HOME" variable with the path to the CLI to my environment variables.

This is what Boostnote's dev console is showing: image

Expected behavior

I would expect the notification to either give good news, or give me some ideas on how to troubleshoot the problem.

Steps to reproduce

  1. Open Boostnote
  2. Open Preferences
  3. Click on "Plugins"
  4. Click the "Enable Wakatime"
  5. Paste the Wakatime API Key into the text field
  6. Click Save

Environment

sundayj commented 3 years ago

I also manually added a ".wakatime.cfg" file to the WAKATIME_HOME path: C:\Users\justi\AppData\Roaming\WakaTime\wakatime-cli Inside the cfg file, I set debug to true and added my api key. Now it looks like boostnote has found the cli, and my Wakatime dashboard has noticed the editor, but I'm still unsure if it is working. I will update this issue after I notice some time logged into Wakatime.