Monnoroch / ColorHighlighter

ColorHighlighter - is a plugin for the Sublime text 2 and 3, which underlays selected hexadecimal colorcodes (like "#FFFFFF", "rgb(255,255,255)", "white", etc.) with their real color. Also, plugin adds color picker to easily modify colors. Documentation: https://monnoroch.github.io/ColorHighlighter.
https://sublime.wbond.net/packages/Color%20Highlighter
1.31k stars 130 forks source link

Problem on load of package #436

Closed raphaelfabeni closed 6 years ago

raphaelfabeni commented 6 years ago

Hey guys! Anyone already saw something like that?

screen shot 2018-01-12 at 10 53 17 am

raphaelfabeni commented 6 years ago
Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 210, in on_api_ready
    m.plugin_loaded()
  File "main in /Users/rfabeni/Library/Application Support/Sublime Text 3/Installed Packages/Color Highlighter.sublime-package", line 603, in plugin_loaded
  File "settings in /Users/rfabeni/Library/Application Support/Sublime Text 3/Installed Packages/Color Highlighter.sublime-package", line 32, in __init__
  File "settings in /Users/rfabeni/Library/Application Support/Sublime Text 3/Installed Packages/Color Highlighter.sublime-package", line 97, in __init__
  File "settings in /Users/rfabeni/Library/Application Support/Sublime Text 3/Installed Packages/Color Highlighter.sublime-package", line 116, in __init__
  File "settings in /Users/rfabeni/Library/Application Support/Sublime Text 3/Installed Packages/Color Highlighter.sublime-package", line 132, in __init__
  File "settings in /Users/rfabeni/Library/Application Support/Sublime Text 3/Installed Packages/Color Highlighter.sublime-package", line 191, in __init__
AssertionError
GoMrPickles commented 6 years ago

I am having a nearly identical error on Ubuntu 16.04. I originally posted about it here: https://github.com/Monnoroch/ColorHighlighter/issues/298#issuecomment-376041814 This thread (maybe others?) is more appropriate, I think. Console log attached. sublime-text.log

GoMrPickles commented 6 years ago

I fixed this by: -removing Color Highlighter using Package Control within Sublime Text -deleting everything related to Color Highlighter in ~/.config/sublime-text-3/Packages/User, such as the settings files -deleting everything in the package control installer cache (~/.config/sublime-text-3/Packages/User/Package Control.cache) -reinstall Color Highlighter from Package Control in ST

I can no longer find the Settings files, but... Color Highlighter works, and the Color Picker can be launched. Progress!

raphaelfabeni commented 6 years ago

It worked @GoMrPickles ! Thanks! 🤘