Sublime Forum

Sublime Text 3 - Snippets are not showing

#1

My friend downloaded the “Pawn Kit” package and the package worked for him, but there is a problem that the package snippets are not displayed. There was an error in the console: Package Control: Attempting to use Urllib downloader due to WinINet error: Error downloading channel. Secure channel error, server not providing SSL (errno 12157) during HTTP write phase of downloading. But we fixed it by installing curl and changing “downloader_precedence”:
{
“windows”: [“curl”, “urllib”, “wget”],
},

in PackageControl -> PackageSettings.
This package works fine for me, it’s not even about the package but about the display of snippets. The console is clean. Not a single mistake. What could it be? Maybe something needs to be changed or added in the settings?

Him version python 3.8.8 and in settings - user next settings with channels:
“channels”:
[
https://packagecontrol.io/channel_v3.json”,
https://packagecontrol.github.io/channel/channel_v4.json
],

0 Likes

#2

What settings are you using?

0 Likes

#3

CAUTION

As a side note for all reading this topic: make sure to keep correct order of channels as displayed in default Package Control.sublime-settings!

“channels”:
[
“https://packagecontrol.github.io/channel/channel_v4.json”
“https://packagecontrol.io/channel_v3.json”,
],

Otherwise libraries will not be available for python 3.8.

0 Likes

#4

My friend installed Python 3.8.9. But everything was unsuccessful. Everything works for me, but not for him. I have Windows 7 and so does he. I can’t understand what snippets affect in sublime text 3?

0 Likes

#5

{
“animation_enabled”: true,
“auto_complete”: true,
“color_scheme”: “Packages/Visual Studio Dark/Visual Studio Dark.tmTheme”,
“default_encoding”: “Cyrillic (Windows 1251)”,
“enable_tab_scrolling”: false,
“fallback_encoding”: “Cyrillic (Windows 1251)”,
“font_size”: 15,
“ignored_packages”:
[
“Vintage”
],
“linux”:
[
“urllib”,
“curl”,
“wget”
],
“osx”:
[
“urllib”
],
“save_on_focus_lost”: true,
“scroll_speed”: 100.0,
“show_encoding”: true,
“theme”: “Adaptive.sublime-theme”,
“windows”:
[
“wininet”
]
}

0 Likes

#6

When my friend an start update ST3 from 3122 Build to latest build. He’s ST3 was crashed and crash reports were deleting.

0 Likes

#7

What Windows 7 update packages are needed to run ST3?

0 Likes

#8

All of them.

0 Likes