Sublime Forum

Cant install plugin through Package Control

#1

Hi,

I’ve created my first sublime plugin, and its now available for installing in Package Control.

The plugin works ok when I install it through git clone, but through Package Control it does not.

This is the stack trace in debug mode:

Package Control: Download Debug URL: https://github.com/hgraca/sublime-text-2-php-refactor/archive/1.2.0.zip Resolved IP: 207.97.227.239 Timeout: 30 Exception in thread Thread-17: Traceback (most recent call last): File ".\threading.py", line 532, in __bootstrap_inner File "./Package Control.py", line 4032, in run File "./Package Control.py", line 3181, in install_package File "./Package Control.py", line 2695, in download_url File "./Package Control.py", line 2070, in download File "./Package Control.py", line 1414, in check_certs File "./Package Control.py", line 1451, in locate_cert File "./Package Control.py", line 1478, in download_cert NameError: global name 'domain' is not defined

It seems that he cant download the package, however if I put the above URL in my browser, I can download it.

Any ideas about what I might be doing wrong?

tkx

0 Likes

#2

Looks to be an issue with package control. Try creating an issue on the github page.

github.com/wbond/sublime_package_control/issues

0 Likes