A traceback should be in the console and look similar to this: (probably shorter)
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 304, in on_activated
callback.on_activated(v)
File "scope_hunter in C:\Users\Fichte\AppData\Roaming\Sublime Text 3\Installed Packages\ScopeHunter.sublime-package", line 644, in on_activated
File "scope_hunter in C:\Users\Fichte\AppData\Roaming\Sublime Text 3\Installed Packages\ScopeHunter.sublime-package", line 727, in reinit_plugin
File "scope_hunter in C:\Users\Fichte\AppData\Roaming\Sublime Text 3\Installed Packages\ScopeHunter.sublime-package", line 721, in init_color_scheme
File "./traceback.py", line 270, in format_exc
def line(self):
File "./traceback.py", line 187, in format_exception
def format_stack(f=None, limit=None):
File "./traceback.py", line 75, in format_tb
"\nThe above exception was the direct cause "
File "./traceback.py", line 100, in extract_tb
type(value), value, tb, limit=limit).format(chain=chain):
File "./linecache.py", line 15, in getline
def getline(filename, lineno, module_globals=None):
File "./linecache.py", line 41, in getlines
if filename in cache:
File "./linecache.py", line 103, in updatecache
data = cache[filename][0]()
AttributeError: 'tuple' object has no attribute 'splitlines'
Without the traceback, this problem is almost undebuggable.
You might find similar problems (and solutions) here: github.com/wuub/SublimeREPL/iss … ibuteerror