Skip to content
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

Error on Load: Windows in Powershell using Neovim can't find wakatime-cli.exe #147

Closed
ChrisTitusTech opened this issue Oct 23, 2022 · 6 comments

Comments

@ChrisTitusTech
Copy link

Expected behavior (what should have happened):
wakatime nvim doesn't load as it is looking for wakatime-cli.exe when the win32 exe is wakatime-cli-windows-amd64.exe

Environment:

  • OS: Windows 11 21H2
  • Platform: amd64
@ChrisTitusTech
Copy link
Author

Break fix is obvious to rename the amd64.exe to simply be wakatime-cli.exe or do a Symbolic Link, but probably should be handled from the development side.

@gandarez gandarez transferred this issue from wakatime/wakatime-cli Oct 23, 2022
@Yakiyo
Copy link

Yakiyo commented Nov 1, 2022

same issue for me. getting error wakatime-cli.exe is not an executable

@alanhamlett
Copy link
Member

The install script should already create a symlink from ~/.wakatime/wakatime-cli.exe to ~/.wakatime/wakatime-cli-windows-amd64.exe:

def createSymlink():

@Asthestarsfalll
Copy link

Hi, any solutions?

@alanhamlett
Copy link
Member

Should be fixed now on master branch at 2c7770a. Please update your vim-wakatime plugin then restart NeoVim and let me know if it works.

@ParadiseWitch
Copy link

Now I have the same issue, but I have "wakatime-cli-windows-386.exe" instead of "wakatime-cli-windows-amd64.exe".
Like this:
image

If i rename the "wakatime-cli-windows-386.exe" file to "wakatime-cli.exe", when i restart nvim, it will be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants