Sublime Forum

Git Savvy package is not working in Sublime Text 3.2

#1

Hi,

I wold like to ask whether you know why the awesome package Git Savvy does not work in Sublime Text 3.2.

Thank you for any help!

Pavel

0 Likes

#2

any errors in the ST console? (view menu -> show console)

0 Likes

#3

I tried to reinstall it and now it works but it is crazy slow… Console output:

Could not import subprocess32 module, falling back to subprocess module
Traceback (most recent call last):
File “/Users/paveljanda/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package/core/git_command.py”, line 172, in git
File “/Users/paveljanda/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package/core/git_command.py”, line 448, in repo_path
File “/Users/paveljanda/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package/core/git_command.py”, line 431, in get_repo_path
RuntimeError: Window does not exist.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/Users/paveljanda/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package/core/interfaces/status.py”, line 224, in update_state
File “/Users/paveljanda/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package/core/interfaces/status.py”, line 256, in fetch_repo_status
File “/Users/paveljanda/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package/core/git_mixins/status.py”, line 24, in _get_status
File “/Users/paveljanda/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package/core/git_command.py”, line 175, in git
GitSavvy.core.exceptions.GitSavvyError: Window does not exist.
Traceback (most recent call last):
File “/Users/paveljanda/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package/core/git_command.py”, line 172, in git
File “/Users/paveljanda/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package/core/git_command.py”, line 448, in repo_path
File “/Users/paveljanda/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package/core/git_command.py”, line 431, in get_repo_path
RuntimeError: Window does not exist.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/Users/paveljanda/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package/core/interfaces/status.py”, line 224, in update_state
File “/Users/paveljanda/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package/core/interfaces/status.py”, line 202, in
File “/Users/paveljanda/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package/core/git_mixins/active_branch.py”, line 148, in get_latest_commit_msg_for_head
File “/Users/paveljanda/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package/core/git_command.py”, line 175, in git
GitSavvy.core.exceptions.GitSavvyError: Window does not exist.
Traceback (most recent call last):
File “/Users/paveljanda/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package/core/git_command.py”, line 172, in git
File “/Users/paveljanda/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package/core/git_command.py”, line 448, in repo_path
File “/Users/paveljanda/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package/core/git_command.py”, line 431, in get_repo_path
RuntimeError: Window does not exist.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/Users/paveljanda/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package/core/interfaces/status.py”, line 224, in update_state
File “/Users/paveljanda/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package/core/interfaces/status.py”, line 203, in
File “/Users/paveljanda/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package/core/git_mixins/stash.py”, line 13, in get_stashes
File “/Users/paveljanda/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package/core/git_command.py”, line 175, in git
GitSavvy.core.exceptions.GitSavvyError: Window does not exist.
Package Control: Skipping automatic upgrade, last run at 2019-03-14 12:53:10, next run at 2019-03-14 13:53:10 or after

0 Likes

#4

Also the Sublime Text is now taking about 60% of my CPU :smiley: (Mac OS, 2,3 GHz Intel Core i7, 8 GB 1600 MHz DDR3)

0 Likes

#5

Build 3176 is taking about 2%

0 Likes

#6

My hunch would be an misplaced .git folder in your home dir, or something along those lines. Check out Sublime consumes cpu on Mac after update for some examples.

1 Like

#7

There is no .git directory in my home directory but will check that, thank you.

0 Likes