Sublime Forum

Package Controll broke

#1

Hy, package controll is not working any more. Starting sublime with --debug gives me the following:

[code]Exception in thread Thread-27:
Traceback (most recent call last):
File “.\threading.py”, line 532, in __bootstrap_inner
File “./package_control/downloaders/background_downloader.py”, line 61, in run
File “./package_control/providers/repository_provider.py”, line 77, in prefetch
File “./package_control/providers/repository_provider.py”, line 219, in get_packages
File “./package_control/providers/repository_provider.py”, line 111, in fetch
File “./package_control/providers/repository_provider.py”, line 158, in fetch_location
ProviderException: Error, file git://github.com/dzhibas/SublimePrettyJson.git does not exist

Exception in thread Thread-25:
Traceback (most recent call last):
File “.\threading.py”, line 532, in __bootstrap_inner
File “./package_control/commands/install_package_command.py”, line 43, in run
File “./package_control/package_installer.py”, line 54, in make_package_list
File “./package_control/package_manager.py”, line 260, in list_available_packages
File “./package_control/downloaders/background_downloader.py”, line 52, in get_provider
KeyError: u’git://github.com/dzhibas/SublimePrettyJson.git’[/code]

It seems to load package information (I see that little = ]-animation in the status bar) and then nothing…

0 Likes

#2

I found that if I did Preferneces --> Package Control --> Upgade/Overwrite All this fixed the problems on Windows and OSX

0 Likes

#3

Tried that, got the same error, darn

Even after deinstalling sublimeprettyjson I still got that error, hm…

0 Likes

#4

Do you have the test repository in your preferences for package control?

I removed testing and alpha from mine.

0 Likes