Skip to content

Instantly share code, notes, and snippets.

@kevwil
Created January 10, 2014 15:06
Show Gist options
  • Save kevwil/8355916 to your computer and use it in GitHub Desktop.
Save kevwil/8355916 to your computer and use it in GitHub Desktop.
GoSublime install debug output
startup, version: 3059 osx x64 channel: stable
executable: /Applications/Sublime Text 3.app/Contents/MacOS/Sublime Text
working dir: /
packages path: /Users/willkd9/Library/Application Support/Sublime Text 3/Packages
state path: /Users/willkd9/Library/Application Support/Sublime Text 3/Local
hardware concurrency: 8
zip path: /Applications/Sublime Text 3.app/Contents/MacOS/Packages
zip path: /Users/willkd9/Library/Application Support/Sublime Text 3/Installed Packages
found 15 files for base name Default.sublime-keymap
found 1 files for base name Default.sublime-mousemap
found 12 files for base name Main.sublime-menu
loading bindings
loading pointer bindings
found 1 files for base name Default.sublime-theme
theme loaded
app ready
wrote startup cache, added files: 3 orphaned files: 8 total files: 205 cache hits: 202
pre session restore time: 0.211699
using gpu buffer for window
using gamma: 2 (err: 6.9282)
first paint time: 0.297888
startup time: 0.333156
launching: /Applications/Sublime Text 3.app/Contents/MacOS/plugin_host
reloading plugin Default.block
reloading plugin Default.comment
reloading plugin Default.copy_path
reloading plugin Default.delete_word
reloading plugin Default.detect_indentation
reloading plugin Default.duplicate_line
reloading plugin Default.echo
reloading plugin Default.exec
reloading plugin Default.fold
reloading plugin Default.font
reloading plugin Default.goto_line
reloading plugin Default.history_list
reloading plugin Default.indentation
reloading plugin Default.kill_ring
reloading plugin Default.mark
reloading plugin Default.new_templates
reloading plugin Default.open_file_settings
reloading plugin Default.open_in_browser
reloading plugin Default.pane
reloading plugin Default.paragraph
reloading plugin Default.paste_from_history
reloading plugin Default.save_on_focus_lost
reloading plugin Default.scroll
reloading plugin Default.set_unsaved_view_name
reloading plugin Default.side_bar
reloading plugin Default.sort
reloading plugin Default.swap_line
reloading plugin Default.switch_file
reloading plugin Default.symbol
reloading plugin Default.transform
reloading plugin Default.transpose
reloading plugin Default.trim_trailing_white_space
reloading plugin CSS.css_completions
reloading plugin Diff.diff
reloading plugin HTML.encode_html_entities
reloading plugin HTML.html_completions
reloading plugin CoffeeScript.CoffeeScript
reloading plugin Emmet.emmet-plugin
reloading plugin GitGutter.git_gutter
reloading plugin GitGutter.git_gutter_change
reloading plugin GitGutter.git_gutter_events
reloading plugin GitGutter.git_gutter_handler
reloading plugin GitGutter.git_helper
reloading plugin GitGutter.view_collection
reloading plugin LESS.less_completions
reloading plugin Markdown Preview.helper
reloading plugin Markdown Preview.markdown2
loaded 878 snippets
reloading plugin Markdown Preview.MarkdownPreview
reloading plugin Nodejs.__init__
reloading plugin Nodejs.Nodejs
reloading plugin Package Control.Package Control
reloading plugin Pretty JSON.PrettyJson
reloading plugin Puppet Syntax checking.puppet-syntax
reloading plugin Python Flake8 Lint.Flake8Lint
reloading plugin Python Flake8 Lint.lint
reloading plugin Python Flake8 Lint.monkey_patching
reloading plugin Python IDE.sublime_python
reloading plugin Python PEP8 Autoformat.pep8_autoformat
reloading plugin SmartMarkdown.headline
reloading plugin SmartMarkdown.headline_level
reloading plugin SmartMarkdown.headline_move
reloading plugin SmartMarkdown.pandoc_render
reloading plugin SmartMarkdown.smart_folding
reloading plugin SmartMarkdown.smart_list
reloading plugin SmartMarkdown.smart_table
reloading plugin SmartMarkdown.table
reloading plugin SmartMarkdown.utilities
reloading plugin SublimErl.sublimerl_autocompiler
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "X/importlib/__init__.py", line 88, in import_module
File "<frozen importlib._bootstrap>", line 1577, in _gcd_import
File "<frozen importlib._bootstrap>", line 1558, in _find_and_load
File "<frozen importlib._bootstrap>", line 1525, in _find_and_load_unlocked
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
File "sublimerl_autocompiler in /Users/willkd9/Library/Application Support/Sublime Text 3/Installed Packages/SublimErl.sublime-package", line 32, in <module>
ImportError: No module named 'sublimerl_core'
reloading plugin SublimErl.sublimerl_completion
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "X/importlib/__init__.py", line 88, in import_module
File "<frozen importlib._bootstrap>", line 1577, in _gcd_import
File "<frozen importlib._bootstrap>", line 1558, in _find_and_load
File "<frozen importlib._bootstrap>", line 1525, in _find_and_load_unlocked
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
File "sublimerl_completion in /Users/willkd9/Library/Application Support/Sublime Text 3/Installed Packages/SublimErl.sublime-package", line 32, in <module>
ImportError: No module named 'sublimerl_core'
reloading plugin SublimErl.sublimerl_core
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "X/importlib/__init__.py", line 88, in import_module
File "<frozen importlib._bootstrap>", line 1577, in _gcd_import
File "<frozen importlib._bootstrap>", line 1558, in _find_and_load
File "<frozen importlib._bootstrap>", line 1525, in _find_and_load_unlocked
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
File "sublimerl_core in /Users/willkd9/Library/Application Support/Sublime Text 3/Installed Packages/SublimErl.sublime-package", line 114
print "SublimErl Init Error: %s" % message
^
SyntaxError: invalid syntax
reloading plugin SublimErl.sublimerl_formatter
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "X/importlib/__init__.py", line 88, in import_module
File "<frozen importlib._bootstrap>", line 1577, in _gcd_import
File "<frozen importlib._bootstrap>", line 1558, in _find_and_load
File "<frozen importlib._bootstrap>", line 1525, in _find_and_load_unlocked
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
File "sublimerl_formatter in /Users/willkd9/Library/Application Support/Sublime Text 3/Installed Packages/SublimErl.sublime-package", line 32, in <module>
ImportError: No module named 'sublimerl_core'
reloading plugin SublimErl.sublimerl_function_search
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "X/importlib/__init__.py", line 88, in import_module
File "<frozen importlib._bootstrap>", line 1577, in _gcd_import
File "<frozen importlib._bootstrap>", line 1558, in _find_and_load
File "<frozen importlib._bootstrap>", line 1525, in _find_and_load_unlocked
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
File "sublimerl_function_search in /Users/willkd9/Library/Application Support/Sublime Text 3/Installed Packages/SublimErl.sublime-package", line 33, in <module>
ImportError: No module named 'sublimerl_core'
reloading plugin SublimErl.sublimerl_man
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "X/importlib/__init__.py", line 88, in import_module
File "<frozen importlib._bootstrap>", line 1577, in _gcd_import
File "<frozen importlib._bootstrap>", line 1558, in _find_and_load
File "<frozen importlib._bootstrap>", line 1525, in _find_and_load_unlocked
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
File "sublimerl_man in /Users/willkd9/Library/Application Support/Sublime Text 3/Installed Packages/SublimErl.sublime-package", line 33, in <module>
ImportError: No module named 'sublimerl_core'
reloading plugin SublimErl.sublimerl_tests_integration
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "X/importlib/__init__.py", line 88, in import_module
File "<frozen importlib._bootstrap>", line 1577, in _gcd_import
File "<frozen importlib._bootstrap>", line 1558, in _find_and_load
File "<frozen importlib._bootstrap>", line 1525, in _find_and_load_unlocked
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
File "sublimerl_tests_integration in /Users/willkd9/Library/Application Support/Sublime Text 3/Installed Packages/SublimErl.sublime-package", line 33, in <module>
ImportError: No module named 'sublimerl_core'
reloading plugin TomDoc+.tomdoc
plugins loaded
Emmet: No need to update PyV8
Unable to open /Users/willkd9/Library/Application Support/Sublime Text 3/Packages/Package Control/Package Control.sublime-settings
Package Control: Skipping automatic upgrade, last run at 2014-01-10 08:01:20, next run at 2014-01-10 09:01:20 or after
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeUglifyCommand object at 0x10bfefe50>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeUglifyCommand object at 0x10bfefe50>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunCommand object at 0x10bfefdd0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunCommand object at 0x10bfefdd0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunArgumentsCommand object at 0x10bfefd90>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunArgumentsCommand object at 0x10bfefd90>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunCommand object at 0x10bfefb90>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunCommand object at 0x10bfefb90>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunArgumentsCommand object at 0x10bfefb50>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunArgumentsCommand object at 0x10bfefb50>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmCommand object at 0x10bfefbd0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmCommand object at 0x10bfefbd0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmSearchCommand object at 0x10bfefcd0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmSearchCommand object at 0x10bfefcd0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmInstallCommand object at 0x10bfefc10>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmInstallCommand object at 0x10bfefc10>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUninstallCommand object at 0x10bfefd10>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUninstallCommand object at 0x10bfefd10>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUpdateCommand object at 0x10bfefd50>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUpdateCommand object at 0x10bfefd50>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmListCommand object at 0x10bfefc50>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmListCommand object at 0x10bfefc50>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmPublishCommand object at 0x10bfefc90>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmPublishCommand object at 0x10bfefc90>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeUglifyCommand object at 0x10bfefe50>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeUglifyCommand object at 0x10bfefe50>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunCommand object at 0x10bfefdd0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunCommand object at 0x10bfefdd0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunArgumentsCommand object at 0x10bfefd90>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunArgumentsCommand object at 0x10bfefd90>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunCommand object at 0x10bfefb90>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunCommand object at 0x10bfefb90>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunArgumentsCommand object at 0x10bfefb50>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunArgumentsCommand object at 0x10bfefb50>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmCommand object at 0x10bfefbd0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmCommand object at 0x10bfefbd0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmSearchCommand object at 0x10bfefcd0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmSearchCommand object at 0x10bfefcd0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmInstallCommand object at 0x10bfefc10>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmInstallCommand object at 0x10bfefc10>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUninstallCommand object at 0x10bfefd10>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUninstallCommand object at 0x10bfefd10>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUpdateCommand object at 0x10bfefd50>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUpdateCommand object at 0x10bfefd50>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmListCommand object at 0x10bfefc50>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmListCommand object at 0x10bfefc50>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmPublishCommand object at 0x10bfefc90>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmPublishCommand object at 0x10bfefc90>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeUglifyCommand object at 0x10b6925d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeUglifyCommand object at 0x10b6925d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunCommand object at 0x10b692410>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunCommand object at 0x10b692410>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunArgumentsCommand object at 0x10b692790>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunArgumentsCommand object at 0x10b692790>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunCommand object at 0x10b6926d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunCommand object at 0x10b6926d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunArgumentsCommand object at 0x10b692550>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunArgumentsCommand object at 0x10b692550>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmCommand object at 0x10b692110>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmCommand object at 0x10b692110>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmSearchCommand object at 0x10b6921d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmSearchCommand object at 0x10b6921d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmInstallCommand object at 0x10b692710>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmInstallCommand object at 0x10b692710>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUninstallCommand object at 0x10b692490>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUninstallCommand object at 0x10b692490>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUpdateCommand object at 0x10b6922d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUpdateCommand object at 0x10b6922d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmListCommand object at 0x10b692310>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmListCommand object at 0x10b692310>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmPublishCommand object at 0x10b692390>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmPublishCommand object at 0x10b692390>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunCommand object at 0x10b692410>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunCommand object at 0x10b692410>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunArgumentsCommand object at 0x10b692790>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunArgumentsCommand object at 0x10b692790>)
Writing file /Users/willkd9/Library/Application Support/Sublime Text 3/Packages/User/Package Control.sublime-settings with encoding UTF-8 (atomic)
starting server on port 50693 with python
starting server on port 50700 with python
reloading Packages/User/Package Control.sublime-settings
starting server on port 50704 with python
starting server on port 50708 with python
starting server on port 50712 with python
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeUglifyCommand object at 0x10b6925d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeUglifyCommand object at 0x10b6925d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunCommand object at 0x10b692410>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunCommand object at 0x10b692410>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunArgumentsCommand object at 0x10b692790>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunArgumentsCommand object at 0x10b692790>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunCommand object at 0x10b6926d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunCommand object at 0x10b6926d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunArgumentsCommand object at 0x10b692550>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunArgumentsCommand object at 0x10b692550>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmCommand object at 0x10b692110>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmCommand object at 0x10b692110>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmSearchCommand object at 0x10b6921d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmSearchCommand object at 0x10b6921d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmInstallCommand object at 0x10b692710>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmInstallCommand object at 0x10b692710>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUninstallCommand object at 0x10b692490>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUninstallCommand object at 0x10b692490>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUpdateCommand object at 0x10b6922d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUpdateCommand object at 0x10b6922d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmListCommand object at 0x10b692310>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmListCommand object at 0x10b692310>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmPublishCommand object at 0x10b692390>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmPublishCommand object at 0x10b692390>)
Writing file /Users/willkd9/Library/Application Support/Sublime Text 3/Packages/User/Package Control.sublime-settings with encoding UTF-8 (atomic)
reloading Packages/User/Package Control.sublime-settings
starting server on port 50716 with python
starting server on port 50720 with python
starting server on port 50724 with python
starting server on port 50728 with python
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeUglifyCommand object at 0x10b6925d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeUglifyCommand object at 0x10b6925d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunCommand object at 0x10b692410>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunCommand object at 0x10b692410>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunArgumentsCommand object at 0x10b692790>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunArgumentsCommand object at 0x10b692790>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunCommand object at 0x10b6926d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunCommand object at 0x10b6926d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunArgumentsCommand object at 0x10b692550>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunArgumentsCommand object at 0x10b692550>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmCommand object at 0x10b692110>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmCommand object at 0x10b692110>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmSearchCommand object at 0x10b6921d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmSearchCommand object at 0x10b6921d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmInstallCommand object at 0x10b692710>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmInstallCommand object at 0x10b692710>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUninstallCommand object at 0x10b692490>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUninstallCommand object at 0x10b692490>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUpdateCommand object at 0x10b6922d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUpdateCommand object at 0x10b6922d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmListCommand object at 0x10b692310>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmListCommand object at 0x10b692310>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmPublishCommand object at 0x10b692390>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmPublishCommand object at 0x10b692390>)
starting server on port 50732 with python
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeBuilddocsCommand object at 0x10b692650>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunCommand object at 0x10b692350>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunArgumentsCommand object at 0x10b692450>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmCommand object at 0x10b692590>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmInstallCommand object at 0x10b692550>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmListCommand object at 0x10b6922d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmPublishCommand object at 0x10b692710>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmSearchCommand object at 0x10b692290>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUninstallCommand object at 0x10b692610>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUpdateCommand object at 0x10b6926d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunCommand object at 0x10b692410>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunArgumentsCommand object at 0x10b692110>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeUglifyCommand object at 0x10b6925d0>)
Traceback (most recent call last):
File "sublime_python in /Users/willkd9/Library/Application Support/Sublime Text 3/Installed Packages/Python IDE.sublime-package", line 99, in send_heartbeat
File "X/xmlrpc/client.py", line 1090, in __call__
File "X/xmlrpc/client.py", line 1419, in __request
File "X/xmlrpc/client.py", line 1132, in request
File "X/xmlrpc/client.py", line 1143, in single_request
File "X/xmlrpc/client.py", line 1255, in send_request
File "X/xmlrpc/client.py", line 1285, in send_content
File "X/http/client.py", line 1045, in endheaders
File "X/http/client.py", line 890, in _send_output
File "X/http/client.py", line 828, in send
File "X/http/client.py", line 806, in connect
File "X/socket.py", line 424, in create_connection
File "X/socket.py", line 415, in create_connection
ConnectionRefusedError: [Errno 61] Connection refused
Traceback (most recent call last):
File "sublime_python in /Users/willkd9/Library/Application Support/Sublime Text 3/Installed Packages/Python IDE.sublime-package", line 99, in send_heartbeat
File "X/xmlrpc/client.py", line 1090, in __call__
File "X/xmlrpc/client.py", line 1419, in __request
File "X/xmlrpc/client.py", line 1132, in request
File "X/xmlrpc/client.py", line 1143, in single_request
File "X/xmlrpc/client.py", line 1255, in send_request
File "X/xmlrpc/client.py", line 1285, in send_content
File "X/http/client.py", line 1045, in endheaders
File "X/http/client.py", line 890, in _send_output
File "X/http/client.py", line 828, in send
File "X/http/client.py", line 806, in connect
File "X/socket.py", line 424, in create_connection
File "X/socket.py", line 415, in create_connection
ConnectionRefusedError: [Errno 61] Connection refused
Traceback (most recent call last):
File "sublime_python in /Users/willkd9/Library/Application Support/Sublime Text 3/Installed Packages/Python IDE.sublime-package", line 99, in send_heartbeat
File "X/xmlrpc/client.py", line 1090, in __call__
File "X/xmlrpc/client.py", line 1419, in __request
File "X/xmlrpc/client.py", line 1132, in request
File "X/xmlrpc/client.py", line 1143, in single_request
File "X/xmlrpc/client.py", line 1255, in send_request
File "X/xmlrpc/client.py", line 1285, in send_content
File "X/http/client.py", line 1045, in endheaders
File "X/http/client.py", line 890, in _send_output
File "X/http/client.py", line 828, in send
File "X/http/client.py", line 806, in connect
File "X/socket.py", line 424, in create_connection
File "X/socket.py", line 415, in create_connection
ConnectionRefusedError: [Errno 61] Connection refused
Traceback (most recent call last):
File "sublime_python in /Users/willkd9/Library/Application Support/Sublime Text 3/Installed Packages/Python IDE.sublime-package", line 99, in send_heartbeat
File "X/xmlrpc/client.py", line 1090, in __call__
File "X/xmlrpc/client.py", line 1419, in __request
File "X/xmlrpc/client.py", line 1132, in request
File "X/xmlrpc/client.py", line 1143, in single_request
File "X/xmlrpc/client.py", line 1255, in send_request
File "X/xmlrpc/client.py", line 1285, in send_content
File "X/http/client.py", line 1045, in endheaders
File "X/http/client.py", line 890, in _send_output
File "X/http/client.py", line 828, in send
File "X/http/client.py", line 806, in connect
File "X/socket.py", line 424, in create_connection
File "X/socket.py", line 415, in create_connection
ConnectionRefusedError: [Errno 61] Connection refused
Traceback (most recent call last):
File "sublime_python in /Users/willkd9/Library/Application Support/Sublime Text 3/Installed Packages/Python IDE.sublime-package", line 99, in send_heartbeat
File "X/xmlrpc/client.py", line 1090, in __call__
File "X/xmlrpc/client.py", line 1419, in __request
File "X/xmlrpc/client.py", line 1132, in request
File "X/xmlrpc/client.py", line 1143, in single_request
File "X/xmlrpc/client.py", line 1255, in send_request
File "X/xmlrpc/client.py", line 1285, in send_content
File "X/http/client.py", line 1045, in endheaders
File "X/http/client.py", line 890, in _send_output
File "X/http/client.py", line 828, in send
File "X/http/client.py", line 806, in connect
File "X/socket.py", line 424, in create_connection
File "X/socket.py", line 415, in create_connection
ConnectionRefusedError: [Errno 61] Connection refused
Package Control: Settings change detected, clearing cache
Package Control: Fetching list of available packages
Platform: osx-x64
Sublime Text Version: 3059
Package Control Version: 2.0.0
Package Control: Download Debug
URL: https://sublime.wbond.net/channel.json
Resolved IP: 50.116.34.243
Timeout: 30
Package Control: Urllib Debug Proxy
http_proxy:
https_proxy:
proxy_username:
proxy_password:
Package Control: Found previously exported CA bundle at /Users/willkd9/Library/Application Support/Sublime Text 3/Packages/User/Package Control.system-ca-bundle
Package Control: Urllib HTTPS Debug General
Connecting to sublime.wbond.net on port 443
Package Control: Urllib HTTPS Debug General
Connecting to sublime.wbond.net on port 443
CA certs file at /Users/willkd9/Library/Application Support/Sublime Text 3/Packages/User/Package Control.system-ca-bundle
Successfully upgraded connection to sublime.wbond.net:443 with SSL
Server SSL certificate:
subject: CN=sublime.wbond.net,OU=Domain Control Validated - RapidSSL(R),OU=See www.rapidssl.com/resources/cps (c)12,OU=GT52951423,O=sublime.wbond.net,C=US,serialNumber=myhMyQY3GDqAVOO0J/XxhlNzHaUdNIlo
common name: sublime.wbond.net
expire date: Feb 26 16:28:18 2015 GMT
Certificate validated for sublime.wbond.net
Package Control: Urllib HTTPS Debug Write
GET /channel.json HTTP/1.1
Accept-Encoding: gzip,deflate
Connection: Keep-Alive
User-Agent: Sublime Package Control v2.0.0
If-Modified-Since: Fri, 10 Jan 2014 15:00:14 GMT
Host: sublime.wbond.net
Package Control: Urllib HTTPS Debug Read
HTTP/1.1 304 Not Modified
Server: nginx
Date: Fri, 10 Jan 2014 15:04:46 GMT
Last-Modified: Fri, 10 Jan 2014 15:00:14 GMT
Connection: keep-alive
ETag: "52d00afe-130ba4"
Package Control: Using cached content for https://sublime.wbond.net/channel.json
Package Control: Fetching list of available packages
Platform: osx-x64
Sublime Text Version: 3059
Package Control Version: 2.0.0
Package Control: Download Debug
URL: https://sublime.wbond.net/channel.json
Resolved IP: 50.116.34.243
Timeout: 30
Package Control: Urllib HTTPS Debug General
Re-using connection to sublime.wbond.net on port 443 for request #2
Package Control: Urllib HTTPS Debug Write
GET /channel.json HTTP/1.1
Accept-Encoding: gzip,deflate
Connection: Keep-Alive
User-Agent: Sublime Package Control v2.0.0
If-Modified-Since: Fri, 10 Jan 2014 15:00:14 GMT
Host: sublime.wbond.net
Package Control: Urllib HTTPS Debug Read
HTTP/1.1 304 Not Modified
Server: nginx
Date: Fri, 10 Jan 2014 15:04:47 GMT
Last-Modified: Fri, 10 Jan 2014 15:00:14 GMT
Connection: keep-alive
ETag: "52d00afe-130ba4"
Package Control: Using cached content for https://sublime.wbond.net/channel.json
Traceback (most recent call last):
File "sublime_python in /Users/willkd9/Library/Application Support/Sublime Text 3/Installed Packages/Python IDE.sublime-package", line 99, in send_heartbeat
File "X/xmlrpc/client.py", line 1090, in __call__
File "X/xmlrpc/client.py", line 1419, in __request
File "X/xmlrpc/client.py", line 1132, in request
File "X/xmlrpc/client.py", line 1143, in single_request
File "X/xmlrpc/client.py", line 1255, in send_request
File "X/xmlrpc/client.py", line 1285, in send_content
File "X/http/client.py", line 1045, in endheaders
File "X/http/client.py", line 890, in _send_output
File "X/http/client.py", line 828, in send
File "X/http/client.py", line 806, in connect
File "X/socket.py", line 424, in create_connection
File "X/socket.py", line 415, in create_connection
ConnectionRefusedError: [Errno 61] Connection refused
reloading Packages/User/Preferences.sublime-settings
found 1 files for base name Default.sublime-theme
theme loaded
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeBuilddocsCommand object at 0x10b692650>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunCommand object at 0x10b692350>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunArgumentsCommand object at 0x10b692450>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmCommand object at 0x10b692590>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmInstallCommand object at 0x10b692550>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmListCommand object at 0x10b6922d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmPublishCommand object at 0x10b692710>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmSearchCommand object at 0x10b692290>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUninstallCommand object at 0x10b692610>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUpdateCommand object at 0x10b6926d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunCommand object at 0x10b692410>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunArgumentsCommand object at 0x10b692110>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeUglifyCommand object at 0x10b6925d0>)
Traceback (most recent call last):
File "sublime_python in /Users/willkd9/Library/Application Support/Sublime Text 3/Installed Packages/Python IDE.sublime-package", line 99, in send_heartbeat
File "X/xmlrpc/client.py", line 1090, in __call__
File "X/xmlrpc/client.py", line 1419, in __request
File "X/xmlrpc/client.py", line 1132, in request
File "X/xmlrpc/client.py", line 1143, in single_request
File "X/xmlrpc/client.py", line 1255, in send_request
File "X/xmlrpc/client.py", line 1285, in send_content
File "X/http/client.py", line 1045, in endheaders
File "X/http/client.py", line 890, in _send_output
File "X/http/client.py", line 828, in send
File "X/http/client.py", line 806, in connect
File "X/socket.py", line 424, in create_connection
File "X/socket.py", line 415, in create_connection
ConnectionRefusedError: [Errno 61] Connection refused
Traceback (most recent call last):
File "sublime_python in /Users/willkd9/Library/Application Support/Sublime Text 3/Installed Packages/Python IDE.sublime-package", line 99, in send_heartbeat
File "X/xmlrpc/client.py", line 1090, in __call__
File "X/xmlrpc/client.py", line 1419, in __request
File "X/xmlrpc/client.py", line 1132, in request
File "X/xmlrpc/client.py", line 1143, in single_request
File "X/xmlrpc/client.py", line 1255, in send_request
File "X/xmlrpc/client.py", line 1285, in send_content
File "X/http/client.py", line 1045, in endheaders
File "X/http/client.py", line 890, in _send_output
File "X/http/client.py", line 828, in send
File "X/http/client.py", line 806, in connect
File "X/socket.py", line 424, in create_connection
File "X/socket.py", line 415, in create_connection
ConnectionRefusedError: [Errno 61] Connection refused
Traceback (most recent call last):
File "sublime_python in /Users/willkd9/Library/Application Support/Sublime Text 3/Installed Packages/Python IDE.sublime-package", line 99, in send_heartbeat
File "X/xmlrpc/client.py", line 1090, in __call__
File "X/xmlrpc/client.py", line 1419, in __request
File "X/xmlrpc/client.py", line 1132, in request
File "X/xmlrpc/client.py", line 1143, in single_request
File "X/xmlrpc/client.py", line 1255, in send_request
File "X/xmlrpc/client.py", line 1285, in send_content
File "X/http/client.py", line 1045, in endheaders
File "X/http/client.py", line 890, in _send_output
File "X/http/client.py", line 828, in send
File "X/http/client.py", line 806, in connect
File "X/socket.py", line 424, in create_connection
File "X/socket.py", line 415, in create_connection
ConnectionRefusedError: [Errno 61] Connection refused
Traceback (most recent call last):
File "sublime_python in /Users/willkd9/Library/Application Support/Sublime Text 3/Installed Packages/Python IDE.sublime-package", line 99, in send_heartbeat
File "X/xmlrpc/client.py", line 1090, in __call__
File "X/xmlrpc/client.py", line 1419, in __request
File "X/xmlrpc/client.py", line 1132, in request
File "X/xmlrpc/client.py", line 1143, in single_request
File "X/xmlrpc/client.py", line 1255, in send_request
File "X/xmlrpc/client.py", line 1285, in send_content
File "X/http/client.py", line 1045, in endheaders
File "X/http/client.py", line 890, in _send_output
File "X/http/client.py", line 828, in send
File "X/http/client.py", line 806, in connect
File "X/socket.py", line 424, in create_connection
File "X/socket.py", line 415, in create_connection
ConnectionRefusedError: [Errno 61] Connection refused
Package Control: Urllib HTTPS Debug General
Closing connection to sublime.wbond.net on port 443 after 2 requests
Package Control: Fetching list of available packages
Platform: osx-x64
Sublime Text Version: 3059
Package Control Version: 2.0.0
Package Control: Download Debug
URL: https://sublime.wbond.net/channel.json
Resolved IP: 50.116.34.243
Timeout: 30
Package Control: Urllib Debug Proxy
http_proxy:
https_proxy:
proxy_username:
proxy_password:
Package Control: Found previously exported CA bundle at /Users/willkd9/Library/Application Support/Sublime Text 3/Packages/User/Package Control.system-ca-bundle
Package Control: Urllib HTTPS Debug General
Connecting to sublime.wbond.net on port 443
Package Control: Urllib HTTPS Debug General
Connecting to sublime.wbond.net on port 443
CA certs file at /Users/willkd9/Library/Application Support/Sublime Text 3/Packages/User/Package Control.system-ca-bundle
Successfully upgraded connection to sublime.wbond.net:443 with SSL
Server SSL certificate:
subject: CN=sublime.wbond.net,OU=Domain Control Validated - RapidSSL(R),OU=See www.rapidssl.com/resources/cps (c)12,OU=GT52951423,O=sublime.wbond.net,C=US,serialNumber=myhMyQY3GDqAVOO0J/XxhlNzHaUdNIlo
common name: sublime.wbond.net
expire date: Feb 26 16:28:18 2015 GMT
Certificate validated for sublime.wbond.net
Package Control: Urllib HTTPS Debug Write
GET /channel.json HTTP/1.1
Accept-Encoding: gzip,deflate
Connection: Keep-Alive
User-Agent: Sublime Package Control v2.0.0
If-Modified-Since: Fri, 10 Jan 2014 15:00:14 GMT
Host: sublime.wbond.net
Package Control: Urllib HTTPS Debug Read
HTTP/1.1 304 Not Modified
Server: nginx
Date: Fri, 10 Jan 2014 15:04:54 GMT
Last-Modified: Fri, 10 Jan 2014 15:00:14 GMT
Connection: keep-alive
ETag: "52d00afe-130ba4"
Package Control: Using cached content for https://sublime.wbond.net/channel.json
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeUglifyCommand object at 0x10be43b90>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeUglifyCommand object at 0x10be43b90>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunCommand object at 0x10be43b10>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunCommand object at 0x10be43b10>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunArgumentsCommand object at 0x10be434d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeRunArgumentsCommand object at 0x10be434d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunCommand object at 0x10cf011d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunCommand object at 0x10cf011d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunArgumentsCommand object at 0x10cf01d50>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeDrunArgumentsCommand object at 0x10cf01d50>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmCommand object at 0x10cf01f90>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmCommand object at 0x10cf01f90>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmSearchCommand object at 0x10cf018d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmSearchCommand object at 0x10cf018d0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmInstallCommand object at 0x10cf01cd0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmInstallCommand object at 0x10cf01cd0>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUninstallCommand object at 0x10cf01c90>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUninstallCommand object at 0x10cf01c90>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUpdateCommand object at 0x10be43710>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmUpdateCommand object at 0x10be43710>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmListCommand object at 0x10cf01c10>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmListCommand object at 0x10cf01c10>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmPublishCommand object at 0x10cf01d10>)
Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 445, in is_enabled_
raise ValueError("is_enabled must return a bool", self)
ValueError: ('is_enabled must return a bool', <Nodejs.Nodejs.NodeNpmPublishCommand object at 0x10cf01d10>)
Package Control: Urllib HTTPS Debug General
Closing connection to sublime.wbond.net on port 443 after 1 request
ignored packages updated to: [Vintage, SublimeLinter, GoSublime]
found 1 files for base name Default.sublime-theme
Package Control: Fetching list of available packages
Platform: osx-x64
Sublime Text Version: 3059
Package Control Version: 2.0.0
theme loaded
Package Control: Download Debug
URL: https://sublime.wbond.net/channel.json
Resolved IP: 50.116.34.243
Timeout: 30
Package Control: Urllib Debug Proxy
http_proxy:
https_proxy:
proxy_username:
proxy_password:
Package Control: Found previously exported CA bundle at /Users/willkd9/Library/Application Support/Sublime Text 3/Packages/User/Package Control.system-ca-bundle
Package Control: Urllib HTTPS Debug General
Connecting to sublime.wbond.net on port 443
reloading Packages/User/Preferences.sublime-settings
found 1 files for base name Default.sublime-theme
theme loaded
Package Control: Urllib HTTPS Debug General
Connecting to sublime.wbond.net on port 443
CA certs file at /Users/willkd9/Library/Application Support/Sublime Text 3/Packages/User/Package Control.system-ca-bundle
Successfully upgraded connection to sublime.wbond.net:443 with SSL
Server SSL certificate:
subject: CN=sublime.wbond.net,OU=Domain Control Validated - RapidSSL(R),OU=See www.rapidssl.com/resources/cps (c)12,OU=GT52951423,O=sublime.wbond.net,C=US,serialNumber=myhMyQY3GDqAVOO0J/XxhlNzHaUdNIlo
common name: sublime.wbond.net
expire date: Feb 26 16:28:18 2015 GMT
Certificate validated for sublime.wbond.net
Package Control: Urllib HTTPS Debug Write
GET /channel.json HTTP/1.1
Accept-Encoding: gzip,deflate
Connection: Keep-Alive
User-Agent: Sublime Package Control v2.0.0
If-Modified-Since: Fri, 10 Jan 2014 15:00:14 GMT
Host: sublime.wbond.net
Package Control: Urllib HTTPS Debug Read
HTTP/1.1 304 Not Modified
Server: nginx
Date: Fri, 10 Jan 2014 15:05:06 GMT
Last-Modified: Fri, 10 Jan 2014 15:00:14 GMT
Connection: keep-alive
ETag: "52d00afe-130ba4"
Package Control: Using cached content for https://sublime.wbond.net/channel.json
Package Control: Unable to find a sublime-package file for GoSublime
Package Control: Unable to find file package-metadata.json in the package GoSublime
Package Control: Download Debug
URL: https://codeload.github.com/DisposaBoy/GoSublime/zip/master
Resolved IP: 192.30.252.144
Timeout: 30
Package Control: Urllib Debug Proxy
http_proxy:
https_proxy:
proxy_username:
proxy_password:
Package Control: Found previously exported CA bundle at /Users/willkd9/Library/Application Support/Sublime Text 3/Packages/User/Package Control.system-ca-bundle
Package Control: Urllib HTTPS Debug General
Connecting to codeload.github.com on port 443
Package Control: Urllib HTTPS Debug General
Connecting to codeload.github.com on port 443
CA certs file at /Users/willkd9/Library/Application Support/Sublime Text 3/Packages/User/Package Control.system-ca-bundle
Successfully upgraded connection to codeload.github.com:443 with SSL
Server SSL certificate:
subject: CN=*.github.com,O=GitHub, Inc.,L=San Francisco,S=California,C=US
common name: *.github.com
expire date: Jul 9 12:00:00 2014 GMT
Certificate validated for codeload.github.com
Package Control: Urllib HTTPS Debug Write
GET /DisposaBoy/GoSublime/zip/master HTTP/1.1
Accept-Encoding: gzip,deflate
Connection: Keep-Alive
User-Agent: Sublime Package Control v2.0.0
Host: codeload.github.com
Package Control: Urllib HTTPS Debug Read
HTTP/1.1 200 OK
Content-Length: 376457
Content-Type: application/zip
Content-Disposition: attachment; filename=GoSublime-master.zip
Date: Fri, 10 Jan 2014 15:04:26 GMT
Package Control: Urllib HTTPS Debug General
Closing connection to codeload.github.com on port 443 after 1 request
Package Control: Skipping cache since the response is a zip file
Package Control: Download Debug
URL: https://sublime.wbond.net/submit?version=2013.12.26.16.20.39&sublime_version=3059&sublime_platform=osx&package=GoSublime&operation=install&package_control_version=2.0.0
Resolved IP: 50.116.34.243
Timeout: 30
Package Control: Urllib HTTPS Debug General
Re-using connection to sublime.wbond.net on port 443 for request #2
Package Control: Urllib HTTPS Debug Write
GET /submit?version=2013.12.26.16.20.39&sublime_version=3059&sublime_platform=osx&package=GoSublime&operation=install&package_control_version=2.0.0 HTTP/1.1
Accept-Encoding: gzip,deflate
Connection: Keep-Alive
User-Agent: Sublime Package Control v2.0.0
Host: sublime.wbond.net
Package Control: Urllib HTTPS Debug Read
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 10 Jan 2014 15:05:09 GMT
Content-Type: application/json
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Content-Encoding: gzip
ignored packages updated to: [Vintage, SublimeLinter]
found 1 files for base name Default.sublime-theme
reloading Packages/User/Package Control.sublime-settings
reloading plugin GoSublime.GoSublime
GoSublime r13.12.26-1: init mod(gs)
GoSublime r13.12.26-1: init mod(sh)
GoSblime r13.12.26-1 sh: load env vars ['/usr/local/bin/zsh', '-l', '-c', 'echo "..."']: go version: ['/usr/local/Cellar/go/1.2/libexec/bin/go', 'version'] -> `go version go1.2 darwin/amd64
` -> `go1.2`: 0.035s
GoSublime r13.12.26-1: init mod(mg9)
reloading plugin GoSublime.gs9o
reloading plugin GoSublime.gscommands
reloading plugin GoSublime.gscomplete
reloading plugin GoSublime.gsdoc
reloading plugin GoSublime.gsev
reloading plugin GoSublime.gslint
reloading plugin GoSublime.gspalette
reloading plugin GoSublime.gssynforce
reloading plugin GoSublime.gstest
generating syntax summary
found 16 files for base name Default.sublime-keymap
found 2 files for base name Default.sublime-mousemap
found 13 files for base name Main.sublime-menu
theme loaded
generating meta info summary
generating syntax summary
** 2014-01-10 08:04:29.841270 **:
GoSublime init r13.12.26-1 (0.002s)
| install margo: no
| install state: done
| sublime.version: 3059
| sublime.channel: stable
| about.ann: a13.12.26-1
| about.version: r13.12.26-1
| version: r13.12.26-1
| platform: osx-x64
| ~bin: ~/Library/Application Support/Sublime Text 3/Packages/User/GoSublime/osx-x64/bin
| margo.exe: ~bin/gosublime.margo_r13.12.26-1_go1.2.exe (ok)
| go.exe: /usr/local/Cellar/go/1.2/libexec/bin/go (ok)
| go.version: go1.2
| GOROOT: /usr/local/Cellar/go/1.2/libexec
| GOPATH: ~/dev/go
| GOBIN: (not set) (should usually be `(not set)`)
| set.shell: []
| env.shell: /usr/local/bin/zsh
| shell.cmd: ['/usr/local/bin/zsh', '-l', '-c', '${CMD}']
--------------------------------
loading pointer bindings
reloading Packages/User/Preferences.sublime-settings
found 1 files for base name Default.sublime-theme
theme loaded
Package Control: Urllib HTTPS Debug General
Closing connection to sublime.wbond.net on port 443 after 2 requests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment