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”
],