Skip to content

Instantly share code, notes, and snippets.

@nick1m
Last active January 25, 2021 20:51
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nick1m/0bb2e77f98666583a7f1 to your computer and use it in GitHub Desktop.
Save nick1m/0bb2e77f98666583a7f1 to your computer and use it in GitHub Desktop.
Sublime Text 3 There are no packages available for installation
# Сначала оказалось, что лежал сайт (в конце ответа лежит решение позволяющее обойти и эту проблему),
# проверяем https://packagecontrol.io/channel_v3.json, но и после возобновления проблема не ушла.
# Добавляем в настройки плагинов для пользователя (Preferences > Package Settings > Package Control > Settings - User) каналы:
"channels":
[
"https://packagecontrol.io/channel_v3.json",
"https://web.archive.org/web/20160103232808/https://packagecontrol.io/channel_v3.json",
"https://gist.githubusercontent.com/nick1m/660ed046a096dae0b0ab/raw/e6e9e23a0bb48b44537f61025fbc359f8d586eb4/channel_v3.json"
],
# Мою проблему это решило. Видимо channel_v3.json выдаёт сейчас не то, что должен. Решение временное,
# т.к. скорее всего в ближайшее время починят и в вебархиве данные могут устареть.
# Актуальное обсуждение было здесь: https://github.com/wbond/package_control/issues/959
# UPD: Копирую свежие данне за сегодняшний день (04.01.2016) на всякий случай. Если потребуется - сохраняйте и указывайте файл в каналах.
# Можно выбирать одну ссылку из перечисленных, не забываем про запятые.
# Copying recent data for today (04.01.2016), just in case. If you need to - and save the file to specify the channels.
# File contents "https://packagecontrol.io/channel_v3.json":
#https://gist.github.com/nick1m/660ed046a096dae0b0ab
#https://gist.githubusercontent.com/nick1m/660ed046a096dae0b0ab/raw/e6e9e23a0bb48b44537f61025fbc359f8d586eb4/channel_v3.json
@danielld75
Copy link

Thanks. It's working. (OSX)

@patik
Copy link

patik commented Jan 3, 2016

This lists and installs older versions of the packages. It grabs versions from July 2015 or earlier (when the archive.org copy of the JSON file was made, I guess). Even if you try to upgrade a package you will not get a newer one unless you bypass Package Control and install the package manually.

@nick1m
Copy link
Author

nick1m commented Jan 3, 2016

@patik Thank you, I understand, a temporary solution until the repaired site.
PS: I do not speak English, wrote about it in Russian.

@kodired
Copy link

kodired commented Jan 4, 2016

Thank you, working Windows 10!

@happygoing
Copy link

Thank u very much! It's finall working. (Win7)

@YaroslavShilov
Copy link

Thank you, working Windows 7))) i love you!!!

@MortezaT
Copy link

MortezaT commented Jul 2, 2017

If you remove the time stamp from web.archive channel it would select the latest available. BTW, thanks for your help.

@Rafik-prog
Copy link

Спасибо! Заработало !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment