Git Product home page Git Product logo

package_control's Issues

Peer certificate cannot be authenticated with known CA certificates

Package Control: Error downloading repository. curl: (60) Peer certificate cannot be authenticated with known CA certificates
More details here: http://curl.haxx.se/docs/sslcerts.html

curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn't adequate, you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
downloading https://api.github.com/repos/titoBouzout/SideBarEnhancements.

HTML5 package chokes on Windows

There are characters in the filenames of the HTML5 package that are incompatible with Windows. This causes an IOError in Package Control which won't go away.

I created a sanitization script in Ruby when I used to use E. You might like to port it to Python for use in Package Control: https://gist.github.com/486033

Q: how do I clear out the broken package?

Error parsing settings

Under Sublime 2109, I get the following error:

---------------------------
Sublime Text 2
---------------------------
Error trying to parse settings: Trailing comma before closing bracket in C:\Users\James.Brooks\AppData\Roaming\Sublime Text 2\Packages\User\Package Control.sublime-settings:5:2
---------------------------
OK   
---------------------------

I've tried a fresh install of Package Manager and have no custom changes to the sublime-settings

Unable to discover any packages.

While trying to discover packages I get the following error:

Package Control: Error downloading repository. URL error host not found downloading https://api.bitbucket.org/1.0/repositories/nwjlyons/copy-file-name

This happens for every package it tried to look up. I've manually entered the URL in the address bar and they all work. So I'm not really sure what's going on here.

I'm running Ubuntu 11.10 Oneric and I have mercucial, git and curl installed. I'm not sure if there are any other packages I need.

Sorry I'm not able to provide more information. If you could direct me to some logs then I'll submit them here.

Many thanks,
Richard

Error downloading repository

Error message received every time sublime text is started:

Package Control: Error downloading repository. URL error unknown url type: git%20clone%20git downloading git%20clone%20git://github.com/Kronuz/SublimeLinter.git.

Please provide a way to ignore packages

I am developing SublimeLinter. I did not install it with package_control, I used git clone to put it in the Packages directory. But as soon as someone else makes a change to the repo, package_control downloads the new version into a new folder and starts using that.

Would it be possible to provide a "packages_to_ignore" setting that would ensure package_control makes no attempt to manage those packages?

Thank you.

Package Control not working after an update of SublimeText2

Hi there,

Not sure if it is a bug, but I searched the readme real quick and could not find any note about this.
Right after I updated SublimeText2 from 2102 to 2103 (first launch), I tried to list the packages of Package Control (ctrl+shit+P, hit 'P' and then 'C') and no command of Package Control showed up.
I executed again the install command and restarted SublimeText2 and then it worked again.

Thanks for your work.
William

Exception in thread Thread-4

Hi there!

I recently get interested in Package Control and it seems really a good stuff but I often got the following logs:

Exception in thread Thread-4:
Traceback (most recent call last):
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/threading.py", line 522, in __bootstrap_inner
    self.run()
  File "./Package Control.py", line 500, in run
  File "./Package Control.py", line 300, in get_packages
KeyError: 'changesets'

It's happening while attempting to upgrade, while getting packages, โ€ฆ

What is it about?

Crash on "Discover Packages"

After a fresh installation of Package Control on SublimeText2 build 2113,
trying "Discover Packages" or "Install package" cause a crash (after about 10 seconds).

I only see "loading repositories" on status bar, and crash after some time.

Upd: I am on Windows 7 32 bits

Annoying popups when hosts not found

I have an awful internet connection and sometimes when I start Sublime, I get a lot of popups "URL error host not found downloading..." (like 30 popups!). It is really annoying.

Please, change these popups. You can just log these errors or popup one window saying "some hosts were not found".

No longer see package control

Just updated to 2117 and I no longer see Package Control in Preferences > Package Settings. Am I doing something incredibly stupid?

Proxy Authentication in ST 2 build 2139

I've installed the package control via web ( I am behind a proxy with authentication). Now I've opened the package-control -settings for user and added these two lines :

"auto_upgrade_last_run": 1322043343,
// An HTTP proxy server to use for requests
"http_proxy": "xx.xx.xx.xx:8080",
// An HTTPS proxy server to use for requests - if not specified, but
// http_proxy is, http_proxy will be used for https_proxy also
"https_proxy": ""

But I cant see a field for username and password. How do I set it, because I am getting the http code 407 whenever I am trying to install a new package.

How come I am the only one who has this issue ?

Dynamic plugin reloading crash (OS X)

Might not be worth fixing, but something to be aware of.

On the latest non-dev OS X build (2095), dynamic plugin reloading crashes Sublime if Package Control is installed.

This issue does not affect the latest dev build (2101).

Installation script isnt working

I have build # 2139 and whenever i paste the script into the sublime console and restart it nothing changes. I looked into my .config file(Linux) and the package control package is there.

Erroneous updating - HUGE bug

This is a serious bug -- I spent hours this morning modifying a plugin (SublimeLinter), and when I relaunched ST2 it overwrote my changes. Please do NOT touch a plugin directory if it has modifications. How are we supposed to develop our plugins?

Proxy with port not working

Hi,

I just tried to use the package control package behind a proxy server. So I specified the server in my user settings file:

{
"auto_upgrade_last_run": 1320661755,
// An HTTP proxy server to use for requests
"http_proxy": "http://myproxyserver:8000"
}

But it's not working. Is this the right way to specify the proxy server with port? (I also tried it without http://)

Best regards,
sewid

SFTP: Validating remote directory fails

Cant connect to any FTP with plugin SFTP. Keeps on validating remote directory and wont connect. Could anyone tell me why could this issue be happening? Thanks

Error parsing JSON

After installing Package Control when I launch ST2 it gives a whole lot of errors like:

Error parsing JSON from  repository https://api.github.com/repos/bmc/ST2EmacsMiscellanea.

For now I turned autoupdate off to not have to click through all of these message boxes on every start. The same appears when I run Discover Packages. Funny that package manager cannot be used to install a package.

I'm using Ubuntu 10.04, ST build 2139.

Thank you for the good work anyway.

Once again about proxy

Greatings.
I'm behind corporative proxy-server that requires authorization.
I specified proxy's address and port in "http_proxy" parameter, and now i'm getting HTTP Error 407 (Proxy authentication required) when trying to get packages list.

How can I specify authentication method for proxy-server? Actualyl, domain authentication should be enough, but how to specify that?

Install Packages on update if not previously installed

This is an extension of our emails.

I was asking aout the ability to distribute a base Package Control.sublime-settings file which had a list of package links. This would allow new Sublime text users to install the package and get some really nice settings / packages right off the bat.

I've started the project here: https://github.com/wesbos/Sweet-Sublime-Text-2-Prefs

with the Package Control file here:

https://github.com/wesbos/Sweet-Sublime-Text-2-Prefs/blob/master/Package%20Control.sublime-settings

I'm hoping to create something similar to Janus for Vim: https://github.com/carlhuda/janus

Let me know what you think.

Build 2111: TypeError: coercing to Unicode: need string or buffer, NoneType found

After installing Package Control via either the method here, or simple cloning the repo in the sublime packages directory, I get the following error when trying to execute Discover Packages or upgrade packages (so far) of the Package Control commands (from the command palette):

Exception in thread Thread-18:
Traceback (most recent call last):
File ".\threading.py", line 532, in __bootstrap_inner
File ".\Package Control.py", line 1254, in run
File ".\Package Control.py", line 1145, in make_package_list
File ".\Package Control.py", line 580, in incoming
File ".\Package Control.py", line 550, in retrieve_binary
File ".\genericpath.py", line 41, in isdir
TypeError: coercing to Unicode: need string or buffer, NoneType found

This same error occurs 5-10 seconds after starting up sublime BEFORE issuing any commands or doing anything. The error only occurs when package control is installed.

This error does not always occur. I was able to discover and install packages for a brief period

Crash when closing an empty window on OSX

With Package Control installed (as of 31st Aug) with Sublime Text 2 Build 2095, closing a window with no tabs open causes it to crash with the following backtrace below. Confirmed to be Package Control because it does not occur when I move Package Control out of the Packages folder.

Process: Sublime Text 2 [7820]
Path: /Applications/Sublime Text 2.app/Contents/MacOS/Sublime Text 2
Identifier: com.sublimetext.2
Version: Beta, Build 2095 (2095)
Code Type: X86-64 (Native)
Parent Process: launchd [234]

Date/Time: 2011-08-31 14:33:22.168 +1000
OS Version: Mac OS X 10.6.8 (10K549)
Report Version: 6

Interval Since Last Report: 618715 sec
Crashes Since Last Report: 17
Per-App Interval Since Last Report: 618290 sec
Per-App Crashes Since Last Report: 14
Anonymous UUID: 4C95BEC7-1406-4905-875E-F6691ECA1CBD

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000048
Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 org.python.python 0x0000000147f407f7 PyErr_Fetch + 14
1 org.python.python 0x0000000147ec7bfd _PyInstance_Lookup + 8882
2 org.python.python 0x0000000147ee6e15 PyDict_Contains + 2517
3 org.python.python 0x0000000147f00db9 _PyObject_SlotCompare + 2772
4 com.sublimetext.2 0x0000000147512ae4 python_command::~python_command() + 56
5 com.sublimetext.2 0x000000014742f6d2 control::~control() + 206
6 com.sublimetext.2 0x000000014749559b edit_window::~edit_window() + 681
7 com.sublimetext.2 0x0000000147474c5d window::~window() + 335
8 com.sublimetext.2 0x000000014760cb21 px_destroy_render_context(px_render_context*) + 3505
9 com.apple.Foundation 0x00007fff89521bc5 _nsnote_callback + 167
10 com.apple.CoreFoundation 0x00007fff80dde000 __CFXNotificationPost + 1008
11 com.apple.CoreFoundation 0x00007fff80dca578 _CFXNotificationPostNotification + 200
12 com.apple.Foundation 0x00007fff89518b26 -[NSNotificationCenter postNotificationName:object:userInfo:] + 101
13 com.apple.AppKit 0x00007fff8244a950 -[NSWindow _close] + 214
14 com.sublimetext.2 0x000000014760efc0 ns_work_queue_runner::run_items() + 98
15 com.apple.Foundation 0x00007fff8953954f __NSThreadPerformPerform + 219
16 com.apple.CoreFoundation 0x00007fff80dd3401 __CFRunLoopDoSources0 + 1361
17 com.apple.CoreFoundation 0x00007fff80dd15f9 __CFRunLoopRun + 873
18 com.apple.CoreFoundation 0x00007fff80dd0dbf CFRunLoopRunSpecific + 575
19 com.apple.HIToolbox 0x00007fff86cc77ee RunCurrentEventLoopInMode + 333
20 com.apple.HIToolbox 0x00007fff86cc7551 ReceiveNextEventCommon + 148
21 com.apple.HIToolbox 0x00007fff86cc74ac BlockUntilNextEventMatchingListInMode + 59
22 com.apple.AppKit 0x00007fff822a0eb2 _DPSNextEvent + 708
23 com.apple.AppKit 0x00007fff822a0801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
24 com.apple.AppKit 0x00007fff8226668f -[NSApplication run] + 395
25 com.sublimetext.2 0x00000001474cffe7 main + 1287
26 com.sublimetext.2 0x000000014740fe94 start + 52

Thread 1: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x00007fff84935c0a kevent + 10
1 libSystem.B.dylib 0x00007fff84937add _dispatch_mgr_invoke + 154
2 libSystem.B.dylib 0x00007fff849377b4 _dispatch_queue_invoke + 185
3 libSystem.B.dylib 0x00007fff849372de _dispatch_worker_thread2 + 252
4 libSystem.B.dylib 0x00007fff84936c08 _pthread_wqthread + 353
5 libSystem.B.dylib 0x00007fff84936aa5 start_wqthread + 13

Thread 2:
0 libSystem.B.dylib 0x00007fff84957a6a __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff8495b881 _pthread_cond_wait + 1286
2 com.sublimetext.2 0x000000014741ad5b thread_queue_runner::run() + 97
3 com.sublimetext.2 0x000000014741ab89 thread_queue_runner::thread_queue_runner(work_queue*) + 217
4 libSystem.B.dylib 0x00007fff84955fd6 _pthread_start + 331
5 libSystem.B.dylib 0x00007fff84955e89 thread_start + 13

Thread 3:
0 libSystem.B.dylib 0x00007fff84957a6a __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff8495b881 _pthread_cond_wait + 1286
2 com.sublimetext.2 0x0000000147423014 io_scheduler::extract_next_request() + 156
3 com.sublimetext.2 0x00000001474230e6 io_worker::thread_proc() + 158
4 com.sublimetext.2 0x0000000147423109 io_worker::thread_proc() + 193
5 libSystem.B.dylib 0x00007fff84955fd6 _pthread_start + 331
6 libSystem.B.dylib 0x00007fff84955e89 thread_start + 13

Thread 4:
0 libSystem.B.dylib 0x00007fff84936a2a __workq_kernreturn + 10
1 libSystem.B.dylib 0x00007fff84936e3c _pthread_wqthread + 917
2 libSystem.B.dylib 0x00007fff84936aa5 start_wqthread + 13

Thread 5:
0 libSystem.B.dylib 0x00007fff84936a2a __workq_kernreturn + 10
1 libSystem.B.dylib 0x00007fff84936e3c _pthread_wqthread + 917
2 libSystem.B.dylib 0x00007fff84936aa5 start_wqthread + 13

Thread 6:
0 libSystem.B.dylib 0x00007fff84960932 select$DARWIN_EXTSN + 10
1 time.so 0x00000001038f1fc4 _PyTime_DoubleToTimet + 1503
2 org.python.python 0x0000000147f37187 PyEval_EvalFrameEx + 15317
3 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
4 org.python.python 0x0000000147f38cce PyEval_EvalCodeEx + 1803
5 org.python.python 0x0000000147f3735e PyEval_EvalFrameEx + 15788
6 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
7 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
8 org.python.python 0x0000000147f38cce PyEval_EvalCodeEx + 1803
9 org.python.python 0x0000000147eda8e1 PyClassMethod_New + 1748
10 org.python.python 0x0000000147eb8ff3 PyObject_Call + 112
11 org.python.python 0x0000000147ec89df PyClass_New + 1575
12 org.python.python 0x0000000147eb8ff3 PyObject_Call + 112
13 org.python.python 0x0000000147f329db PyEval_CallObjectWithKeywords + 175
14 org.python.python 0x0000000147f5fdb6 initthread + 1403
15 libSystem.B.dylib 0x00007fff84955fd6 _pthread_start + 331
16 libSystem.B.dylib 0x00007fff84955e89 thread_start + 13

Thread 7:
0 libSystem.B.dylib 0x00007fff84927466 read + 10
1 libcrypto.0.9.8.dylib 0x00007fff82c7a9f3 sock_read + 67
2 libcrypto.0.9.8.dylib 0x00007fff82c9fc80 BIO_read + 128
3 libssl.0.9.8.dylib 0x00007fff890a4e1a ssl3_read_n + 298
4 libssl.0.9.8.dylib 0x00007fff890a5c8f ssl3_read_bytes + 1679
5 libssl.0.9.8.dylib 0x00007fff8909c630 ssl3_get_message + 368
6 libssl.0.9.8.dylib 0x00007fff8909f1a0 ssl3_get_server_certificate + 64
7 libssl.0.9.8.dylib 0x00007fff890a165b ssl3_connect + 2363
8 libssl.0.9.8.dylib 0x00007fff89095f91 ssl23_connect + 2993
9 _ssl.so 0x0000000117b57015 0x117b55000 + 8213
10 org.python.python 0x0000000147f36f3f PyEval_EvalFrameEx + 14733
11 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
12 org.python.python 0x0000000147f38cce PyEval_EvalCodeEx + 1803
13 org.python.python 0x0000000147eda88f PyClassMethod_New + 1666
14 org.python.python 0x0000000147eb8ff3 PyObject_Call + 112
15 org.python.python 0x0000000147ec89df PyClass_New + 1575
16 org.python.python 0x0000000147eb8ff3 PyObject_Call + 112
17 org.python.python 0x0000000147effb80 _PyType_Lookup + 5185
18 org.python.python 0x0000000147f01b7c PyType_GenericAlloc + 3332
19 org.python.python 0x0000000147eb8ff3 PyObject_Call + 112
20 org.python.python 0x0000000147f3851a PyEval_EvalFrameEx + 20328
21 org.python.python 0x0000000147f38cce PyEval_EvalCodeEx + 1803
22 org.python.python 0x0000000147f3735e PyEval_EvalFrameEx + 15788
23 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
24 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
25 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
26 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
27 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
28 org.python.python 0x0000000147f38cce PyEval_EvalCodeEx + 1803
29 org.python.python 0x0000000147f3735e PyEval_EvalFrameEx + 15788
30 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
31 org.python.python 0x0000000147f38cce PyEval_EvalCodeEx + 1803
32 org.python.python 0x0000000147eda8e1 PyClassMethod_New + 1748
33 org.python.python 0x0000000147eb8ff3 PyObject_Call + 112
34 org.python.python 0x0000000147f3854e PyEval_EvalFrameEx + 20380
35 org.python.python 0x0000000147f38cce PyEval_EvalCodeEx + 1803
36 org.python.python 0x0000000147f3735e PyEval_EvalFrameEx + 15788
37 org.python.python 0x0000000147f38cce PyEval_EvalCodeEx + 1803
38 org.python.python 0x0000000147f3735e PyEval_EvalFrameEx + 15788
39 org.python.python 0x0000000147f38cce PyEval_EvalCodeEx + 1803
40 org.python.python 0x0000000147f3735e PyEval_EvalFrameEx + 15788
41 org.python.python 0x0000000147f38cce PyEval_EvalCodeEx + 1803
42 org.python.python 0x0000000147f3735e PyEval_EvalFrameEx + 15788
43 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
44 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
45 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
46 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
47 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
48 org.python.python 0x0000000147f38cce PyEval_EvalCodeEx + 1803
49 org.python.python 0x0000000147eda8e1 PyClassMethod_New + 1748
50 org.python.python 0x0000000147eb8ff3 PyObject_Call + 112
51 org.python.python 0x0000000147ec89df PyClass_New + 1575
52 org.python.python 0x0000000147eb8ff3 PyObject_Call + 112
53 org.python.python 0x0000000147f329db PyEval_CallObjectWithKeywords + 175
54 org.python.python 0x0000000147f5fdb6 initthread + 1403
55 libSystem.B.dylib 0x00007fff84955fd6 _pthread_start + 331
56 libSystem.B.dylib 0x00007fff84955e89 thread_start + 13

Thread 8:
0 libSystem.B.dylib 0x00007fff84960932 select$DARWIN_EXTSN + 10
1 _ssl.so 0x0000000117b56b6a 0x117b55000 + 7018
2 _ssl.so 0x0000000117b56c88 0x117b55000 + 7304
3 org.python.python 0x0000000147f37187 PyEval_EvalFrameEx + 15317
4 org.python.python 0x0000000147f38cce PyEval_EvalCodeEx + 1803
5 org.python.python 0x0000000147f3735e PyEval_EvalFrameEx + 15788
6 org.python.python 0x0000000147f38cce PyEval_EvalCodeEx + 1803
7 org.python.python 0x0000000147eda8e1 PyClassMethod_New + 1748
8 org.python.python 0x0000000147eb8ff3 PyObject_Call + 112
9 org.python.python 0x0000000147ec89df PyClass_New + 1575
10 org.python.python 0x0000000147eb8ff3 PyObject_Call + 112
11 org.python.python 0x0000000147f3851a PyEval_EvalFrameEx + 20328
12 org.python.python 0x0000000147f38cce PyEval_EvalCodeEx + 1803
13 org.python.python 0x0000000147f3735e PyEval_EvalFrameEx + 15788
14 org.python.python 0x0000000147f38cce PyEval_EvalCodeEx + 1803
15 org.python.python 0x0000000147f3735e PyEval_EvalFrameEx + 15788
16 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
17 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
18 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
19 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
20 org.python.python 0x0000000147f38cce PyEval_EvalCodeEx + 1803
21 org.python.python 0x0000000147eda8e1 PyClassMethod_New + 1748
22 org.python.python 0x0000000147eb8ff3 PyObject_Call + 112
23 org.python.python 0x0000000147f3854e PyEval_EvalFrameEx + 20380
24 org.python.python 0x0000000147f38cce PyEval_EvalCodeEx + 1803
25 org.python.python 0x0000000147f3735e PyEval_EvalFrameEx + 15788
26 org.python.python 0x0000000147f38cce PyEval_EvalCodeEx + 1803
27 org.python.python 0x0000000147f3735e PyEval_EvalFrameEx + 15788
28 org.python.python 0x0000000147f38cce PyEval_EvalCodeEx + 1803
29 org.python.python 0x0000000147f3735e PyEval_EvalFrameEx + 15788
30 org.python.python 0x0000000147f38cce PyEval_EvalCodeEx + 1803
31 org.python.python 0x0000000147f3735e PyEval_EvalFrameEx + 15788
32 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
33 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
34 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
35 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
36 org.python.python 0x0000000147f372e1 PyEval_EvalFrameEx + 15663
37 org.python.python 0x0000000147f38cce PyEval_EvalCodeEx + 1803
38 org.python.python 0x0000000147eda8e1 PyClassMethod_New + 1748
39 org.python.python 0x0000000147eb8ff3 PyObject_Call + 112
40 org.python.python 0x0000000147ec89df PyClass_New + 1575
41 org.python.python 0x0000000147eb8ff3 PyObject_Call + 112
42 org.python.python 0x0000000147f329db PyEval_CallObjectWithKeywords + 175
43 org.python.python 0x0000000147f5fdb6 initthread + 1403
44 libSystem.B.dylib 0x00007fff84955fd6 _pthread_start + 331
45 libSystem.B.dylib 0x00007fff84955e89 thread_start + 13

Question: proxy?

Hi is there a way to install on sublime text 2,
behind my company proxy that require my authentication?

(searched in your documentation but did not find the right command to use)
thank you

Crashing on OS X Lion

After installing the package manager through the console on OS X Lion, Sublime Text has become significantly more crash-prone. It won't quit cleanly (i.e., crashes on quit) and closing the project window from the keyboard (CMD + W) causes a crash every time. Removing Package Control makes everything goes back to normal.

I'm on the latest Sublime Text 2 build and I have the Soda theme installed.

Errors upgrading packages under Windows 7 64bit

When trying to upgrade packages under Windows 7 64bit, I get an error message.

Package Control: An error occurred while trying to remove the package directory for SublimeCodeIntel. [Error 5] Access is denied: u'C:\\Users\\James.Brooks\\AppData\\Roaming\\Sublime Text 2\\Paclages\\SublimeCodeIntel\\.git\\objects\\pack\\pack-3ge4a962c6d40e497c653be9dc60e89ea603acc0.id'

Only a few packages appearing on Windows

I've followed Zander Martineau's guide* but I'm not seeing more than 5 packages when I select the "Package Control: Install Package" option from Sublime 2's palette in Windows 7.

I can see in the status bar that Sublime 2 appears to be loading information from repositories. But when the list of available packages shows up, I'm only seeing these few:

  • Alignment
  • Prefixr
  • SFTP
  • Terminal
  • Tortoise

Have I gone wrong somewhere? I've tried setting the http_proxy and restarting Sublime 2, but get exactly the same results. A Mac user on the same network is seeing many more packages though, and hasn't used a proxy setting in his config.

Any ideas?

*http://rathersplendid.net/home/customise-sublime-text-2

Exception on sublime v.2120

Use default package control. When i did update pachages in console log i saw:

Exception in thread Thread-3:
Traceback (most recent call last):
File ".\threading.py", line 532, in __bootstrap_inner
File "./Package Control.py", line 1466, in run
File "./Package Control.py", line 1246, in make_package_list
File "./Package Control.py", line 760, in list_available_packages
File "./Package Control.py", line 743, in list_repositories
File "./Package Control.py", line 130, in get_repositories
File "./Package Control.py", line 108, in fetch_channel
File "./Package Control.py", line 713, in download_url
File "./Package Control.py", line 389, in download
File ".\urllib2.py", line 126, in urlopen
File ".\urllib2.py", line 383, in open
File ".\urllib2.py", line 244, in get_type
ValueError: unknown url type:

UnicodeDecodeError with most commands

Not sure why, but I keep getting the following error.

Traceback (most recent call last):
  File ".\threading.py", line 532, in __bootstrap_inner
  File ".\Package Control.py", line 1417, in run
  File ".\Package Control.py", line 1266, in make_package_list
  File ".\Package Control.py", line 592, in incoming
  File ".\Package Control.py", line 567, in retrieve_binary
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 152: ordinal not in range(128)

Installation failure prevents ST2 from starting.

When I copied-and-pasted the installation commands into the console, the console reported that ST2 could not find the host. When I attempted to restart ST2 after quitting, a window popped up with an error message reporting "unable to run package setup" and tracebacks complaining about non-existent zipfiles. Clicking OK or the corner X closed the pop-up window without starting ST2.

Uninstalling and then re-installing ST2 failed to restore ST2's ability to start. Manually deleting Package Control from the Installed Packages and Packages folders was needed to restore ST2's ability to start.

I suspect that ST2 could not find the host because of my company's firewall. I imagine that other disruptions of internet connectivity can cause the same problem. The installation procedure could benefit not only from being extended to use proxies, but also from being made robust to disruptions of internet connectivity.

add target local repo

For my forks and in process work, would it be easy to point package control to a literal git repo on disk? maybe if I am developing plugin foo, make a local package called foo-dev and pull from the git repo in my ~? I would rather not run dit daemon.

Unnecessary upgrade from Github

Upgrade is triggered when no commits was made to a repository.
It look like the "pushed_at" field from Github API is updated for Pull requests (and maybe for other events).

Add Packages to default list

Can you add Sublime Web Colors and Sublime Evaluate to the default repository list? All located on my GitHub account :)

Usage statistics?

Is there any possibility for Package Control to gather usage statistics for the packages? For developers, it'd be useful to see if anyone actually likes your stuff, and for users, as the channel grows, it might be a good way to find the most popular (and hence, most useful?) packages first.

repository_channels not working on some linux installs

I am running latest dev builds of sublime on :
64Bit Debian
32Bit Ubuntu
64Bit Ubuntu
Win 7

On 64Bit Debian and 32Bit Ubuntu Package manager installs ok but when installing packages via Package control the only packages that are listed are the 4 or 5 from wbond.net I'm not getting the others in the list (zen codeing...)

I have tried to add the git hub repos manualy in Package controll sublime settings but it doesent seem to help

here is my conf :

{
"auto_upgrade_last_run": 1316782868,
"repositories":
[
"http://sublime.wbond.net/repositories.json"
],
"repository_channels":
[
"http://sublime.wbond.net/repositories.json"
]
}

All other versions tested (Ubuntu 64Bit and Win 7) work fine

I dont know if the problem comes from sublime version, package control, github, permissions...

Package Control: Error downloading repository.

I just recently discovered sublime and so far so good. I installed the sublime_package_control following your instructions, but now I am receiving several pop-up windows when I load sublime in Ubuntu 11.10 (64 bit). I tried re-installing Package Control, but have not been able to progress past these pop-ups.

Example:

Package Control: Error downloading repository. URL error host not found downloading
https://api.bitbucket.org/1.0/repositories/nwjlyons/copy-file-name.

Package Control: Error downloading repository. URL error host not found downloading 
https://api.github.com/repos/aaronpowell/sublime-jquery-snippets.

Package Control: Error downloading repository. URL error host not found downloading 
https://api.bitbucket.org/1.0/repositories/scottbessler/sublimetextcaseconversion.

Package Control: Error downloading repository. URL error host not found downloading 
https://api.github.com/repos/facelessuser/BracketHighlighter.

There are several of these messages, but they all indicate that they are not able to reach the host URL.

Cannot install under 2110

Running the install script from the console, under Dev 2110 (Windows 64bit)

import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.path.exists(ipp) else None;open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read())

Correctly creates the Package Control folder, but does not install the plugin for me.

Crash when attempting to upgrade

After a while, Sublime will crash when I select Upgrade a Package from the quick panel.

I don't think that the package gets upgraded either.

Windows 7 64bit. Sublime 2110

Name....

Package Control??? Why not Package Manager?? :-)

Everyone knows what a "package manager" is.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.