Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error:'utf-8' codec can't decode byte 0xce in position 0: invalid continuation byte #464

Open
z-wh opened this issue Jun 21, 2018 · 0 comments

Comments

@z-wh
Copy link

z-wh commented Jun 21, 2018

reloading plugin Color Highlighter.color_converter
reloading plugin Color Highlighter.color_highlighter
reloading plugin Color Highlighter.color_hover_listener
reloading plugin Color Highlighter.color_scheme
reloading plugin Color Highlighter.color_scheme_color_highlighter
reloading plugin Color Highlighter.color_searcher
reloading plugin Color Highlighter.color_selection_listener
reloading plugin Color Highlighter.colors
reloading plugin Color Highlighter.content_listener
reloading plugin Color Highlighter.convert_color_command
reloading plugin Color Highlighter.css_colors
reloading plugin Color Highlighter.dummy_event_listener
reloading plugin Color Highlighter.gutter_icons_color_highlighter
reloading plugin Color Highlighter.load_resource
reloading plugin Color Highlighter.main
Traceback: error.

Output:

Error:
'utf-8' codec can't decode byte 0xce in position 0: invalid continuation byte
Highlighting colors with gutter icons is not supported with current ImageMagick setup. Try configuring the "icon_factory setting"
Traceback (most recent call last):
File "E:\zwh\software\Sublime Text 3\sublime_plugin.py", line 183, in reload_plugin
m.plugin_loaded()
File "E:\zwh\software\Sublime Text 3\Data\Installed Packages\Color Highlighter.sublime-package\main.py", line 606, in plugin_loaded
ColorHighlighterPlugin.init()
File "E:\zwh\software\Sublime Text 3\Data\Installed Packages\Color Highlighter.sublime-package\main.py", line 319, in init
ColorHighlighterPlugin._fake_color_scheme = ColorHighlighterPlugin.components.provide_fake_color_scheme()
File "E:\zwh\software\Sublime Text 3\Data\Installed Packages\Color Highlighter.sublime-package\main.py", line 197, in provide_fake_color_scheme
return self.provide_fake_color_scheme_data()[0]
File "E:\zwh\software\Sublime Text 3\Data\Installed Packages\Color Highlighter.sublime-package\main.py", line 188, in provide_fake_color_scheme_data
self._fake_color_scheme_data = parse_color_scheme(self.provide_color_scheme(), self._settings.debug)
File "E:\zwh\software\Sublime Text 3\Data\Installed Packages\Color Highlighter.sublime-package\color_scheme.py", line 40, in parse_color_scheme
color_scheme_content = load_resource.load_resource(color_scheme)
File "E:\zwh\software\Sublime Text 3\Data\Installed Packages\Color Highlighter.sublime-package\load_resource.py", line 30, in load_resource
return sublime.load_resource(file_path)
File "E:\zwh\software\Sublime Text 3\sublime.py", line 192, in load_resource
raise IOError("resource not found")
OSError: resource not found
reloading plugin Color Highlighter.path
reloading plugin Color Highlighter.phantoms_color_highlighter
reloading plugin Color Highlighter.pick_color_command
reloading plugin Color Highlighter.regex_compiler
reloading plugin Color Highlighter.regions
reloading plugin Color Highlighter.set_setting_command
reloading plugin Color Highlighter.settings
reloading plugin Color Highlighter.st_helper
reloading plugin Color Highlighter.topsort
Unable to parse binding {}

@z-wh z-wh changed the title 'utf-8' codec can't decode byte 0xce in position 0: invalid continuation byte Error:'utf-8' codec can't decode byte 0xce in position 0: invalid continuation byte Jun 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant