Sublime Forum

Problems in Package Control with ST 2181

#1

Hello,
I’ve upgraded ST2 - 64bits in 2181 and i can’t install new package with Package Control.
In the bottom bar there’s Loading repositoires = ] and nothing else after 30 seconds.
May be there’s a log file containing errors.
Could you help me ?
Best regards
S.

0 Likes

#2

Got the same problem. Is there any way to fix it?

0 Likes

#3

Just have solved it using this settings in Package Control.sublime-settings:

{
    "auto_upgrade_last_run": 1331660912,
    "repositories": 
        "https://bitbucket.org/sublimator/sublime-2-zencoding"
    ],
    "repository_channels": 
        "http://sublime.wbond.net/repositories.json"
    ]
}
0 Likes

#4

Package Control switched to using https to prevent man-in-the-middle attacks where arbitrary python code could be run on your machine. Some users were reporting issues connecting to the server via SSL. I believe it may have been due to old server software. Just today I finished the transition to a new server, which should hopefully fix this for a lot of users.

Please let me know if sublime.wbond.net/repositories.json works in repository_channels now.

0 Likes