-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WakaTimeToday permission denied #131
Comments
Try setting the symlink yourself: ln -s $(basename ~/.wakatime/*) ~/.wakatime/wakatime-cli The symlink will be created automatically if you install the CLI via this plugin. Or alternatively set |
@harryghgim try adding Every time vim-wakatime loads (on Vim startup) it runs this install script which should create the symlink. If it's failing there should be an error printed with |
@alanhamlett After I set @kidonng I ran the command, and the result says
So I tried g:wakatime_CLIPath as above, it doesn't seem to help me much either. I have a feeling that I've missed something too obvious to miss in the end... |
That error shown is: Try deleting your |
@alanhamlett Thank you so much. My issue is solved now and I'm closing it. |
Also, remember to turn off debug mode so your Vim performance won't be impacted:
|
f922f82 should prevent this from happening in the future. |
Having a similar issue, it's trying to run the folder instead of running the binary inside of the folder |
You're using the latest vim-wakatime? This change should remove the old directory, so maybe you're not on the latest? vim-wakatime/scripts/install_cli.py Line 190 in f922f82
If you're using the latest vim-wakatime, try deleting the |
Hi. Thanks for the great vim plugin.
My issue is even if I registered my api key, my wakatime dashboard won't show the sign of vim as registered editor. I ran
:WakaTimeApiKey
and pasted my api key from dashboard, and also made sure that my~/.wakatime.cfg
hasapi_key
value in it.I use wakatime with vscode and sublime text, and no such non-recognition issue happened with them.
And as a related issue I suspect, when I run
:WakaTimeToday
, I see this sign on the bottom:But when I run this file in shell, it seems at least I don't have permission error.
What do you think seems to be the reason of the problem?
For better reproduction of the issue my environments are as follow:
The text was updated successfully, but these errors were encountered: