Skip to content

install_cli.py script and possibly other scripts running in background causing high cpu usage #192

Open
@farzadmf

Description

@farzadmf

Hi, I noticed that my CPU usage has gone very hight.

After some digging, I realized that every time I start neovim, a new process calling

python3 -W ignore .../vim-wakatime/scripts/install_cli.py /Users/farzadmf

is started on my Mac and keeps running forever.

Also I see another script running having this command:

-c import sys, importlib.util;\012sys.path = [p for p in sys.path if p != ""] ....

which is also probably coming from Wakatime since it starts when I start Neovim.

Since the scripts are running forever, eating my CPU, I stopped them, but then I see an error/message in Neovim showing [Wakatime] 143:

Is it possible to investigate what's going on causing this issue?

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions