Sublime Forum

PackageControl down?

#1

PackageControl seems to be down right now. Does anyone have any further details?

0 Likes

#2

Ah. It seems to be alive again. Sorry for the spam :wink:

0 Likes

#3

Nope. Unfortunately not. I can only open this page and thought it was working:

https://packagecontrol.io/installation

But all other pages still come up with an error.

0 Likes

#4

I know this arrives a bit late, but Package Control R (the new one) is up ATM.

0 Likes

#5

Ah, yes, thanks @gbird. Much better. I needed to look up a bit on the background, so in case anyone is interested:

Here you’ll find some info on why the new package control R exists. TLDR: The old one is outdated and proprietary (i.e. out of control by the community). The new one is a complete rewrite and AFAIU also the default for new installations(?).

To use it, just insert this under Preferences => Package Settings => Package Control:

"channels": [
    "https://packages.sublimetext.io/channel.json"
],

This will overwrite the channels you see on the left-hand pane (which is read-only).

0 Likes

#6

Just wanted to update that packagecontrol.io is still down.

0 Likes

#7

I recommend transitioning to the new Package Control R. It is much more stable and vibrant.

Package Control R

0 Likes

#8

Is there doco on how to swap? It’s not at all clear to me which one I’m using and how I change.
ta.

1 Like

#9

Edit your Package Control.sublime-settings file.

Visit Settings or Preferences (depending on OS) > Package Settings > Package Control: > Settings

Change “channels” to:

"channels": [
    "https://packages.sublimetext.io/channel.json"
],
3 Likes

#10

Thank you very much kind sir!

0 Likes