I recently re-installed Sublime Text (v4200) and alongside that added https://packages.sublimetext.io/channel.json as recommended in the guide as my only channel for Package Control. No packages appeared and when I enabled debug mode and tried to install a package again I found the following error message:
Package Control: Caching https://packages.sublimetext.io/channel.json in /Users/josh/Library/Caches/Sublime Text/Cache/Package Control/http_cache/bcdece585bcc87816751ef6ec06477a7
Package Control: Channel https://packages.sublimetext.io/channel.json does not appear to be a valid channel file because the "schema_version" is not recognized. Must be one of: 1.0, 1.1, 1.2, 2.0 or 3.0.0.
Package Control: Urllib HTTPS Debug General
Closing connection to packages.sublimetext.io on port 443 after 1 request
- (no change) I tried to delete the cached files within the above http_cache/ directory
- (workaround) I manually changed the schema version within a cached http_cache file to read
{"schema_version":"3.0.0"
It is also possible that I have misconfigured something above but wanted to surface this in case others run into this 😄
I recently re-installed Sublime Text (v4200) and alongside that added
https://packages.sublimetext.io/channel.jsonas recommended in the guide as my only channel for Package Control. No packages appeared and when I enabled debug mode and tried to install a package again I found the following error message:{"schema_version":"3.0.0"It is also possible that I have misconfigured something above but wanted to surface this in case others run into this 😄