wbond / package_control

The Sublime Text package manager
https://packagecontrol.io
4.79k stars 815 forks source link

Sublime (10061) #1616

Closed LowkeYFX closed 2 years ago

LowkeYFX commented 2 years ago

When installing plugins, it gives error 10061. I changed WI-FI networks, turned off the firewall and antivirus - nothing helped.

"Unable to download Highlighter. Please view the console for more details. ignored packages updated to: ["Vintage"] reloading settings Packages/User/Package Control.sublime-settings reloading settings Packages/User/Preferences.sublime-settings reloading settings Packages/User/Preferences.sublime-settings ignored packages updated to: ["Base16 Color Schemes", "Vintage"] reloading settings Packages/User/Package Control.sublime-settings reloading settings Packages/User/Preferences.sublime-settings Package Control: Attempting to use Urllib downloader due to WinINet error: Error downloading package. Connection refused (errno 12029) during HTTP write phase of downloading https://codeload.github.com/chriskempson/base16-textmate/zip/master. Package Control: Error downloading package. URL error [WinError 10061] Подключение не установлено, т.к. конечный компьютер отверг запрос на подключение downloading https://codeload.github.com/chriskempson/base16-textmate/zip/master. error: Package Control".

Gonna be glad to get solution.

deathaxe commented 2 years ago

Can you download the file (https://codeload.github.com/chriskempson/base16-textmate/zip/master) via browser?

Error 100061 indicates the URL being unavailable or connection being rejected maybe due to certificate validation failure. Some network virus scanners are known to use man in the middle attacks to break up encrypted https traffic. If either the server or client detects it, connection is refused to prevent malicious content from being downloaded to the client machine.

LowkeYFX commented 2 years ago

image Unable to access the site codeload website.github.com does not allow connection to be established.

Try the following: Check your internet connection. Checking the proxy and the firewall ERR_CONNECTION_REFUSED Check your internet connection. Check the cable connections and restart all routers and other network devices in use.

Allow Opera to access the network with firewall or antivirus settings. If the program is included in the list of those who are allowed access to the network, remove it from the list and add it there again.

If you use a proxy server… Check the connection settings or contact your network administrator to make sure that the proxy server is working. If you are sure that you do not need a proxy server: Go to the main menu > Settings > Change proxy server settings... > LAN settings and uncheck "Use proxy server for LAN".

deathaxe commented 2 years ago

Looks pretty much like someone is intercepting the HTTPS connection. Nothing Package Control could solve.