-
-
Notifications
You must be signed in to change notification settings - Fork 816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package control fails to download new packages #736
Comments
I am having the same problem. The relevant error from the console is as follows:
|
Same here. I have tried to remove the PackageControle.ca_bundle and .ca_list files to rebuild them (they were both last modified in april), but that did not change anything. Debug log:
|
+1 |
I deleted the |
Doing so, don't you loose the packages that were installed using Package Control? Or are they still there, but Package Control does not "own" them any more (i.e. no automatic update)? |
No, Packages are not removed when removing Package Control and PC also does not lose track of them. They are referenced in |
I confirm this solution does work. |
Zoechi's solution worked for me as well. Thanks. |
@cschreib You were running an ancient alpha version of Package Control, which is probably part of the issue. If anyone else is running into this issue, please see what version of Package Control you are using. It should be If you see |
recently ran into this issue through a rather convoluted path. my theme is outdated, and I could not update it no matter what I was trying to do. I removed the theme, and could not re-install it and after looking at the console I saw the same error as @masnick. Following @wbond's instruction helped solve the issue. |
@wbond how do you tell what version of Package Control you're running? Thanks for your help! ❤️ |
|
It solved my problem, however after an installation of a new package, I had to repeat the @zoechi's workaround |
I'm running Ubuntu 14.04 LTS, almost fresh install of Sublime Text 3. Even doing workaround by @zoechi did not fix the problem for me. To solve it, I installed curl with sudo apt-get install curl. Before that, it was using wget which did not work. With curl it seems to work fine. |
@michaelbutler I would need a full debug log to determine what is going on. You can do so by follow the second set of instructions on https://sublime.wbond.net/docs/issues. |
I'm having the same problem and I didn't try the @zoechi solution yet, here is my error log like you asked @wbond. I'm using Linux Mint with curl and I updated yesterday to the build 3065
|
@jampow From looking at their site, it definitely does not seem like the codeload.github.com certificate has expired. I wonder if you have an out-of-date intermediate certificate, similar to what this article is discussing: http://www.infoq.com/news/2014/07/digicert-expired-keychain-mac. Perhaps check and see if Linux Mint has an updated SSL CA cert package? |
Just confirming the same issue on Mac OS Mavericks |
@bsod90 I'll need a debug log from you - all of the debug logs I have seen are from Curl, and by default OS X should not be using curl for downloads. |
@wbond Uhh, sorry... I just fixed it by reinstalling package control, so it's not happening anymore... |
I seem to experience this problem after installing a package. After around few minutes, I am able to download and install packages again. I might try to upgrade my ST first, then post more information about my OS and ST, and issue when I encounter it once more. |
@zoechi 's solution works! Thanx! 👍 |
在 2014年9月30日,下午4:58,Sagar Ranglani notifications@github.com 写道:
|
|
From what I can tell this issue only affect old, out-dated versions of Package Control. If you have this problem, please update to at least 2.0.0. |
Hi wbond, I've tried your suggestion, but no luck. Below is my log: startup, version: 2221 windows x64 channel: stable Unable to download Git. Please view the console for more details. |
I see the same thing on OSX Yosemite:
|
@andreieftimie This issue is closed. If you are having trouble with Package Control, please make a new issue with a full debug log as described at https://packagecontrol.io/docs/issues. Currently you haven't provided the information necessary to help you. |
The @zoechi solution worked for me too! Tks |
Fixed for me too. Thanks ! |
@zoechi's solution worked for me, as well. OSX.9.5, Sublime Text Build 3065 |
For all others still discovering this issue, you can find the "official" instructions here: https://packagecontrol.io/docs/troubleshooting#Purging_Old_Versions |
I got this issue on Mac, and this didn't fix for me. But the settings from here did the trick: By default osx only has urllib, manually added curl before urllib fixed my issue. |
Where can you find the config files to delete? |
This isn't strictly a Sublime versioning/bug issue. It seems this can happen on certain network environments, such as mine, where the system has particular proxy settings that screw with downloading content over HTTPS. The reason is if you have a proxy SSL certificate, then all certificates originating from a different domain are untrusted unless you trust them. The solution is to use a browser to download the certificate (e.g. from https://packagecontrol.io/channel_v3.json) and then adding it into your keychain/trusted certs/etc. |
like this ? **
** |
same problem, wiped .cache folder, same result I do not have proxy, or anything like that, unless there is something wrong with my ca chain
|
this fixed it |
Updating to 3.1 solved it for me |
@maodd thanks that's helps me alot even i am on linux |
When trying to download a new package, ex: Phpcs, I am getting following error:
ignored packages updated to: [Vintage, Phpcs]
found 1 files for base name Default.sublime-theme
theme loaded
reloading Packages/User/Preferences.sublime-settings
found 1 files for base name Default.sublime-theme
theme loaded
Package Control: Error downloading package. b'curl: (60) SSL certificate problem: certificate has expired\nMore details here: http://curl.haxx.se/docs/sslcerts.html\n\ncurl performs SSL certificate verification by default, using a "bundle"\n of Certificate Authority (CA) public keys (CA certs). If the default\n bundle file isn't adequate, you can specify an alternate file\n using the --cacert option.\nIf this HTTPS server uses a certificate signed by a CA represented in\n the bundle, the certificate verification probably failed due to a\n problem with the certificate (it might be expired, or the name might\n not match the domain name in the URL).\nIf you'd like to turn off curl's verification of the certificate, use\n the -k (or --insecure) option.' downloading https://codeload.github.com/benmatselby/sublime-phpcs/zip/master.
error: Package Control
Unable to download Phpcs. Please view the console for more details.
ignored packages updated to: [Vintage]
found 1 files for base name Default.sublime-theme
theme loaded
reloading Packages/User/Preferences.sublime-settings
found 1 files for base name Default.sublime-theme
theme loaded
The text was updated successfully, but these errors were encountered: