Hello
Package Control is in my ST3 Build 3114 no longer available! Some days ago I’ve installed Package control and also some packages but now in Preferences there is Package Settings and Package Control but when I try to install new packages via Ctrl+shift+p command and typing ‘:install’, there is nothing and when try to reinstall Package ControI, get this error on the console:
import urllib.request,os,hashlib; h = ‘2915d1851351e5ee549c20394736b442’ + ‘8bc59f460fa1548d1514676163dafc88’; pf = ‘Package Control.sublime-package’; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( ‘http://packagecontrol.io/’ + pf.replace(’ ', ‘%20’)).read(); dh = hashlib.sha256(by).hexdigest(); print(‘Error validating download (got %s instead of %s), please try manual install’ % (dh, h)) if dh != h else open(os.path.join( ipp, pf), ‘wb’ ).write(by)
186789
Traceback (most recent call last):
File “C:\Program Files\Sublime Text 3\sublime_plugin.py”, line 725, in _scan_zip
self.contents[pkg_path] = z.read(f).decode(‘utf-8’)
UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xc2 in position 738: invalid continuation byte
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “C:\Program Files\Sublime Text 3\sublime_plugin.py”, line 750, in update_compressed_packages
multi_importer.loaders.append(ZipLoader§)
File “C:\Program Files\Sublime Text 3\sublime_plugin.py”, line 609, in init
self._scan_zip()
File “C:\Program Files\Sublime Text 3\sublime_plugin.py”, line 728, in _scan_zip
print(f, “in”, zippath, “is not utf-8 encoded, unable to load plugin”)
NameError: global name ‘zippath’ is not defined
any idea how should I fix it?
Thank you