You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the output from the console. I also directly cloned the repo to see if manually setting it up would help but even after putting in my username and a personal access token it was still no good. Any ideas?
startup time: 1.7753
launching: /Applications/Dev Tools/Sublime Text.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
loaded 2589 snippets
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 HTML.encode_html_entities
reloading plugin HTML.html_completions
reloading plugin AdvancedNewFile.AdvancedNewFile
reloading plugin Alignment.Alignment
reloading plugin Alphpetize.Alphpetize
reloading plugin Andrew.Andrew
reloading plugin Andrew.thread_progress
reloading plugin AndroidImport.android_import
reloading plugin AndroidImport.lex
reloading plugin AndroidImport.model
reloading plugin AndroidImport.plyj
reloading plugin AndroidImport.yacc
reloading plugin ApplySyntax.ApplySyntax
reloading plugin ApplySyntax.is_rails_file
reloading plugin BracketHighlighter.bh_core
Traceback (most recent call last):
File "/Applications/Dev Tools/Sublime Text.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 "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/Applications/Dev Tools/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "/Users/alexcory/Library/Application Support/Sublime Text 3/Packages/BracketHighlighter/bh_core.py", line 661
except Exception, e:
^
SyntaxError: invalid syntax
reloading plugin BracketHighlighter.bh_plugin
Traceback (most recent call last):
File "/Applications/Dev Tools/Sublime Text.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 "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/Applications/Dev Tools/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "/Users/alexcory/Library/Application Support/Sublime Text 3/Packages/BracketHighlighter/bh_plugin.py", line 99
print 'BracketHighlighter: Load Plugin Error: %s\n%s' % (plugin['command'], traceback.format_exc())
^
SyntaxError: invalid syntax
reloading plugin BracketHighlighter.bh_remove
reloading plugin BracketHighlighter.bh_swapping
Traceback (most recent call last):
File "/Applications/Dev Tools/Sublime Text.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 "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/Applications/Dev Tools/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "/Users/alexcory/Library/Application Support/Sublime Text 3/Packages/BracketHighlighter/bh_swapping.py", line 3, in
import bh_wrapping
ImportError: No module named 'bh_wrapping'
reloading plugin BracketHighlighter.bh_wrapping
reloading plugin BracketHighlighter.ure
reloading plugin Calendar Week.calendar_week
reloading plugin Can I Use.useIt
reloading plugin ColorSchemeSelector.ColorSchemeSelector
reloading plugin CSS Primer.cssprimer
reloading plugin CTags.ctags
reloading plugin CTags.ctagsplugin
reloading plugin CTags.test_ctags
reloading plugin CTags.test_ctagsplugin
reloading plugin DashDoc.DashDoc
reloading plugin DocBlockr.jsdocs
reloading plugin Emmet.emmet-plugin
reloading plugin Gist.gist
reloading plugin Git Conflict Resolver.GitConflictResolver
reloading plugin Git.add
reloading plugin Git.annotate
reloading plugin Git.commit
reloading plugin Git.diff
reloading plugin Git.flow
reloading plugin Git.git
reloading plugin Git.history
reloading plugin Git.repo
reloading plugin Git.stash
reloading plugin Git.status
reloading plugin Git.statusbar
reloading plugin GitGutter.git_gutter
reloading plugin GitGutter.git_gutter_change
reloading plugin GitGutter.git_gutter_compare
reloading plugin GitGutter.git_gutter_events
reloading plugin GitGutter.git_gutter_handler
reloading plugin GitGutter.git_helper
reloading plugin GitGutter.view_collection
reloading plugin Goto Documentation.gotodocumentation
reloading plugin LiveReload.livereload_st2
Traceback (most recent call last):
File "/Applications/Dev Tools/Sublime Text.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 "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/Applications/Dev Tools/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "livereload_st2 in /Users/alexcory/Library/Application Support/Sublime Text 3/Installed Packages/LiveReload.sublime-package", line 21
except Exception, u:
^
SyntaxError: invalid syntax
reloading plugin Markdown Preview.helper
reloading plugin Markdown Preview.markdown2
reloading plugin Markdown Preview.MarkdownPreview
reloading plugin MarkdownEditing.bootstrap
reloading plugin MarkdownEditing.custom_find_under_expand
reloading plugin MarkdownEditing.distraction_free_mode
reloading plugin MarkdownEditing.footnotes
reloading plugin MarkdownEditing.gather_missing_links
reloading plugin MarkdownEditing.indent_list_item
reloading plugin MarkdownEditing.insert_references
reloading plugin MarkdownEditing.jumpToMarker
reloading plugin MarkdownEditing.list_markdown_references
reloading plugin MarkdownEditing.numbered_list
reloading plugin MarkdownEditing.paste_as_link
reloading plugin MarkdownEditing.paste_as_reference
reloading plugin MarkdownEditing.quote_indenting
reloading plugin MarkdownEditing.underlined_headers
reloading plugin My Snippets.MySnippets
reloading plugin Package Control.Package Control
reloading plugin PHP Companion.PHP Companion
reloading plugin PhpCodeGen.phpcodegen
reloading plugin Phpcs.phpcs
reloading plugin PhpDoc.CodeDoc
reloading plugin PHPUnit.phpunit
Traceback (most recent call last):
File "/Applications/Dev Tools/Sublime Text.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 "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/Applications/Dev Tools/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "phpunit in /Users/alexcory/Library/Application Support/Sublime Text 3/Installed Packages/PHPUnit.sublime-package", line 35
print "[PHPUnit Plugin " + Msgs.operation + "()] " + msg
^
SyntaxError: invalid syntax
reloading plugin Pretty JSON.PrettyJson
reloading plugin Quick File Creator.SublimeQuickFileCreator
reloading plugin SassBeautify.SassBeautify
reloading plugin Select Quoted.select_quotes
reloading plugin SideBarEnhancements.Edit
reloading plugin SideBarEnhancements.SideBar
reloading plugin SideBarEnhancements.SideBarDefaultDisable
reloading plugin SideBarEnhancements.StatusBarFileSize
reloading plugin SideBarEnhancements.StatusBarModifiedTime
reloading plugin SimpleTODO.simple_todo
reloading plugin SnippetMaker.snippet_maker
reloading plugin Solarized Toggle.SolarizedToggle
reloading plugin SublimeLinter-phpcs.linter
SublimeLinter: phpcs linter loaded
reloading plugin SublimeWebColors.colorpicker
reloading plugin SublimeWebColors.webcolors
reloading plugin Tag.Edit
reloading plugin Tag.Tag
reloading plugin Tag.tag_close_tag
reloading plugin Tag.tag_close_tag_on_slash
reloading plugin Tag.tag_indent
reloading plugin Tag.tag_insert_as_tag
reloading plugin Tag.tag_lint
reloading plugin Tag.tag_remove
reloading plugin Tag.tag_remove_attributes
reloading plugin ThemeTweaker.theme_tweaker
reloading plugin Themr.themr
reloading plugin Xdebug Client.main
reloading plugin Autoprefixer.Autoprefixer
reloading plugin Autoprefixer.node_bridge
reloading plugin CSScomb.CSScomb
reloading plugin Highlight.SublimeHighlight
reloading plugin SublimeCodeIntel.SublimeCodeIntel
reloading plugin SublimeLinter-scss-lint.linter
SublimeLinter: scss linter loaded
reloading plugin Terminal.Terminal
plugins loaded
themr ready
<zipfile.ZipFile object at 0x1057a5d10>
<zipfile.ZipFile object at 0x1057a5e10>
<zipfile.ZipFile object at 0x1067e7210>
<zipfile.ZipFile object at 0x1067e7310>
<zipfile.ZipFile object at 0x1057bb6d0>
<zipfile.ZipFile object at 0x1057bb7d0>
<zipfile.ZipFile object at 0x106afea10>
<zipfile.ZipFile object at 0x106afe410>
<zipfile.ZipFile object at 0x1067ddc90>
<zipfile.ZipFile object at 0x1067ddd90>
Emmet: No need to update PyV8
reloading Packages/User/Side Bar.sublime-settings
Package Control: Skipping automatic upgrade, last run at 2014-02-14 02:26:33, next run at 2014-02-14 03:26:33 or after
Checking for updates:
Sync Enabled: True
Sync Timeout: 60000
Latest Update at: Thu Jan 1 00:00:00 1970
Thread is: Thread-4
Paths: [{'display': '', 'path': ''}]
No snippets found: Context Menu not created.
<zipfile.ZipFile object at 0x10791da90>
<zipfile.ZipFile object at 0x10791dbd0>
Traceback (most recent call last):
File "gist in /Users/alexcory/Library/Application Support/Sublime Text 3/Installed Packages/Gist.sublime-package", line 103, in _fn
File "gist in /Users/alexcory/Library/Application Support/Sublime Text 3/Installed Packages/Gist.sublime-package", line 638, in run
File "/Applications/Dev Tools/Sublime Text.app/Contents/MacOS/sublime.py", line 355, in show_quick_panel
items_per_row, on_select, on_highlight, flags, selected_index)
TypeError: String required
error: Gist: unknown error (please, report a bug!)
Checking for updates:
Sync Enabled: True
Sync Timeout: 60000
Latest Update at: Thu Jan 1 00:00:00 1970
Thread is: Thread-4
Paths: [{'display': '', 'path': ''}]
The text was updated successfully, but these errors were encountered:
Here is the output from the console. I also directly cloned the repo to see if manually setting it up would help but even after putting in my username and a personal access token it was still no good. Any ideas?
startup time: 1.7753
launching: /Applications/Dev Tools/Sublime Text.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
loaded 2589 snippets
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 HTML.encode_html_entities
reloading plugin HTML.html_completions
reloading plugin AdvancedNewFile.AdvancedNewFile
reloading plugin Alignment.Alignment
reloading plugin Alphpetize.Alphpetize
reloading plugin Andrew.Andrew
reloading plugin Andrew.thread_progress
reloading plugin AndroidImport.android_import
reloading plugin AndroidImport.lex
reloading plugin AndroidImport.model
reloading plugin AndroidImport.plyj
reloading plugin AndroidImport.yacc
reloading plugin ApplySyntax.ApplySyntax
reloading plugin ApplySyntax.is_rails_file
reloading plugin BracketHighlighter.bh_core
Traceback (most recent call last):
File "/Applications/Dev Tools/Sublime Text.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 "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/Applications/Dev Tools/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "/Users/alexcory/Library/Application Support/Sublime Text 3/Packages/BracketHighlighter/bh_core.py", line 661
except Exception, e:
^
SyntaxError: invalid syntax
reloading plugin BracketHighlighter.bh_plugin
Traceback (most recent call last):
File "/Applications/Dev Tools/Sublime Text.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 "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/Applications/Dev Tools/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "/Users/alexcory/Library/Application Support/Sublime Text 3/Packages/BracketHighlighter/bh_plugin.py", line 99
print 'BracketHighlighter: Load Plugin Error: %s\n%s' % (plugin['command'], traceback.format_exc())
^
SyntaxError: invalid syntax
reloading plugin BracketHighlighter.bh_remove
reloading plugin BracketHighlighter.bh_swapping
Traceback (most recent call last):
File "/Applications/Dev Tools/Sublime Text.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 "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/Applications/Dev Tools/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "/Users/alexcory/Library/Application Support/Sublime Text 3/Packages/BracketHighlighter/bh_swapping.py", line 3, in
import bh_wrapping
ImportError: No module named 'bh_wrapping'
reloading plugin BracketHighlighter.bh_wrapping
reloading plugin BracketHighlighter.ure
reloading plugin Calendar Week.calendar_week
reloading plugin Can I Use.useIt
reloading plugin ColorSchemeSelector.ColorSchemeSelector
reloading plugin CSS Primer.cssprimer
reloading plugin CTags.ctags
reloading plugin CTags.ctagsplugin
reloading plugin CTags.test_ctags
reloading plugin CTags.test_ctagsplugin
reloading plugin DashDoc.DashDoc
reloading plugin DocBlockr.jsdocs
reloading plugin Emmet.emmet-plugin
reloading plugin Gist.gist
reloading plugin Git Conflict Resolver.GitConflictResolver
reloading plugin Git.add
reloading plugin Git.annotate
reloading plugin Git.commit
reloading plugin Git.diff
reloading plugin Git.flow
reloading plugin Git.git
reloading plugin Git.history
reloading plugin Git.repo
reloading plugin Git.stash
reloading plugin Git.status
reloading plugin Git.statusbar
reloading plugin GitGutter.git_gutter
reloading plugin GitGutter.git_gutter_change
reloading plugin GitGutter.git_gutter_compare
reloading plugin GitGutter.git_gutter_events
reloading plugin GitGutter.git_gutter_handler
reloading plugin GitGutter.git_helper
reloading plugin GitGutter.view_collection
reloading plugin Goto Documentation.gotodocumentation
reloading plugin LiveReload.livereload_st2
Traceback (most recent call last):
File "/Applications/Dev Tools/Sublime Text.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 "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/Applications/Dev Tools/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "livereload_st2 in /Users/alexcory/Library/Application Support/Sublime Text 3/Installed Packages/LiveReload.sublime-package", line 21
except Exception, u:
^
SyntaxError: invalid syntax
reloading plugin Markdown Preview.helper
reloading plugin Markdown Preview.markdown2
reloading plugin Markdown Preview.MarkdownPreview
reloading plugin MarkdownEditing.bootstrap
reloading plugin MarkdownEditing.custom_find_under_expand
reloading plugin MarkdownEditing.distraction_free_mode
reloading plugin MarkdownEditing.footnotes
reloading plugin MarkdownEditing.gather_missing_links
reloading plugin MarkdownEditing.indent_list_item
reloading plugin MarkdownEditing.insert_references
reloading plugin MarkdownEditing.jumpToMarker
reloading plugin MarkdownEditing.list_markdown_references
reloading plugin MarkdownEditing.numbered_list
reloading plugin MarkdownEditing.paste_as_link
reloading plugin MarkdownEditing.paste_as_reference
reloading plugin MarkdownEditing.quote_indenting
reloading plugin MarkdownEditing.underlined_headers
reloading plugin My Snippets.MySnippets
reloading plugin Package Control.Package Control
reloading plugin PHP Companion.PHP Companion
reloading plugin PhpCodeGen.phpcodegen
reloading plugin Phpcs.phpcs
reloading plugin PhpDoc.CodeDoc
reloading plugin PHPUnit.phpunit
Traceback (most recent call last):
File "/Applications/Dev Tools/Sublime Text.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 "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/Applications/Dev Tools/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "phpunit in /Users/alexcory/Library/Application Support/Sublime Text 3/Installed Packages/PHPUnit.sublime-package", line 35
print "[PHPUnit Plugin " + Msgs.operation + "()] " + msg
^
SyntaxError: invalid syntax
reloading plugin Pretty JSON.PrettyJson
reloading plugin Quick File Creator.SublimeQuickFileCreator
reloading plugin SassBeautify.SassBeautify
reloading plugin Select Quoted.select_quotes
reloading plugin SideBarEnhancements.Edit
reloading plugin SideBarEnhancements.SideBar
reloading plugin SideBarEnhancements.SideBarDefaultDisable
reloading plugin SideBarEnhancements.StatusBarFileSize
reloading plugin SideBarEnhancements.StatusBarModifiedTime
reloading plugin SimpleTODO.simple_todo
reloading plugin SnippetMaker.snippet_maker
reloading plugin Solarized Toggle.SolarizedToggle
reloading plugin SublimeLinter-phpcs.linter
SublimeLinter: phpcs linter loaded
reloading plugin SublimeWebColors.colorpicker
reloading plugin SublimeWebColors.webcolors
reloading plugin Tag.Edit
reloading plugin Tag.Tag
reloading plugin Tag.tag_close_tag
reloading plugin Tag.tag_close_tag_on_slash
reloading plugin Tag.tag_indent
reloading plugin Tag.tag_insert_as_tag
reloading plugin Tag.tag_lint
reloading plugin Tag.tag_remove
reloading plugin Tag.tag_remove_attributes
reloading plugin ThemeTweaker.theme_tweaker
reloading plugin Themr.themr
reloading plugin Xdebug Client.main
reloading plugin Autoprefixer.Autoprefixer
reloading plugin Autoprefixer.node_bridge
reloading plugin CSScomb.CSScomb
reloading plugin Highlight.SublimeHighlight
reloading plugin SublimeCodeIntel.SublimeCodeIntel
reloading plugin SublimeLinter-scss-lint.linter
SublimeLinter: scss linter loaded
reloading plugin Terminal.Terminal
plugins loaded
themr ready
<zipfile.ZipFile object at 0x1057a5d10>
<zipfile.ZipFile object at 0x1057a5e10>
<zipfile.ZipFile object at 0x1067e7210>
<zipfile.ZipFile object at 0x1067e7310>
<zipfile.ZipFile object at 0x1057bb6d0>
<zipfile.ZipFile object at 0x1057bb7d0>
<zipfile.ZipFile object at 0x106afea10>
<zipfile.ZipFile object at 0x106afe410>
<zipfile.ZipFile object at 0x1067ddc90>
<zipfile.ZipFile object at 0x1067ddd90>
Emmet: No need to update PyV8
reloading Packages/User/Side Bar.sublime-settings
Package Control: Skipping automatic upgrade, last run at 2014-02-14 02:26:33, next run at 2014-02-14 03:26:33 or after
Checking for updates:
Sync Enabled: True
Sync Timeout: 60000
Latest Update at: Thu Jan 1 00:00:00 1970
Thread is: Thread-4
Paths: [{'display': '', 'path': ''}]
No snippets found: Context Menu not created.
<zipfile.ZipFile object at 0x10791da90>
<zipfile.ZipFile object at 0x10791dbd0>
Traceback (most recent call last):
File "gist in /Users/alexcory/Library/Application Support/Sublime Text 3/Installed Packages/Gist.sublime-package", line 103, in _fn
File "gist in /Users/alexcory/Library/Application Support/Sublime Text 3/Installed Packages/Gist.sublime-package", line 638, in run
File "/Applications/Dev Tools/Sublime Text.app/Contents/MacOS/sublime.py", line 355, in show_quick_panel
items_per_row, on_select, on_highlight, flags, selected_index)
TypeError: String required
error: Gist: unknown error (please, report a bug!)
Checking for updates:
Sync Enabled: True
Sync Timeout: 60000
Latest Update at: Thu Jan 1 00:00:00 1970
Thread is: Thread-4
Paths: [{'display': '', 'path': ''}]
The text was updated successfully, but these errors were encountered: