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

AttributeError on Initialization #135

Open
ScottyMJacobson opened this issue Sep 12, 2016 · 0 comments
Open

AttributeError on Initialization #135

ScottyMJacobson opened this issue Sep 12, 2016 · 0 comments

Comments

@ScottyMJacobson
Copy link

Hello - sorry for the lack of details (I've never debugged a Sublime plugin before) - it looks like JSHint Gutter is breaking upon initialization - here's the console:

Exception in thread Thread-40:
Traceback (most recent call last):
  File "./python3.3/threading.py", line 901, in _bootstrap_inner
  File "./python3.3/threading.py", line 1142, in run
  File "/Users/scottyjacobson/Library/Application Support/Sublime Text 3/Packages/JSHint Gutter/JSHint.py", line 188, in <lambda>
    self.timer = Timer(timeout, lambda: view.window().run_command("jshint", { "show_panel": False }))
AttributeError: 'NoneType' object has no attribute 'run_command'

I'm on Sublime Text 3, build 3114
JSHint Gutter v 2016.04.05.05.47.25

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