Sublime Forum

Schema mismatch error in Pacakge Control

#1

I’ve just done a fresh reinstall of ST on Debian. I installed Package Control and added ‘https://packages.sublimetext.io/channel.json’ as a channel. The console logs this error

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.

If I curl | head the URL I see

"schema_version":"4.0.0"

Is there anything I can do to recover?

1 Like

#2

Package Control installer command installs Package Control 3.x until ST4200, which is not compatible with package information shipped via packages.sublimetext.io

You need to manually install Package Control 4, first, as the original registry is down, which would be required for automatic upgrade.

1 Like