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

Console filled with tracebacks #46

Closed
idan opened this issue Feb 19, 2014 · 0 comments
Closed

Console filled with tracebacks #46

idan opened this issue Feb 19, 2014 · 0 comments

Comments

@idan
Copy link

idan commented Feb 19, 2014

Over and over again:

Traceback (most recent call last):
  File "/Users/igazit/Library/Application Support/Sublime Text 3/Packages/OmniMarkupPreviewer/OmniMarkupLib/libs/bottle.py", line 764, in _handle
    return route.call(**args)
  File "/Users/igazit/Library/Application Support/Sublime Text 3/Packages/OmniMarkupPreviewer/OmniMarkupLib/libs/bottle.py", line 1575, in wrapper
    rv = callback(*a, **ka)
  File "/Users/igazit/Library/Application Support/Sublime Text 3/Packages/OmniMarkupPreviewer/OmniMarkupLib/Server.py", line 141, in handler_api_revive
    buffer_id = f.result()
  File "/Users/igazit/Library/Application Support/Sublime Text 3/Packages/OmniMarkupPreviewer/OmniMarkupLib/Common.py", line 353, in result
    reraise(exc[0], exc[1], exc[2])
  File "/Users/igazit/Library/Application Support/Sublime Text 3/Packages/OmniMarkupPreviewer/OmniMarkupLib/Common.py", line 44, in reraise
    raise value
  File "/Users/igazit/Library/Application Support/Sublime Text 3/Packages/OmniMarkupPreviewer/OmniMarkupLib/Common.py", line 340, in __call__
    self.__result = self.__func(*self.__args, **self.__kwargs)
  File "/Users/igazit/Library/Application Support/Sublime Text 3/Packages/OmniMarkupPreviewer/OmniMarkupLib/Server.py", line 139, in <lambda>
    f = Future(lambda: RendererManager.revive_buffer(revivable_key))
  File "/Users/igazit/Library/Application Support/Sublime Text 3/Packages/OmniMarkupPreviewer/OmniMarkupLib/RendererManager.py", line 371, in revive_buffer
    if filesystem_path_equals(view.file_name(), revivable_key):
  File "/Users/igazit/Library/Application Support/Sublime Text 3/Packages/OmniMarkupPreviewer/OmniMarkupLib/RendererManager.py", line 88, in filesystem_path_equals
    return path1.lower() == path2.lower()
AttributeError: 'NoneType' object has no attribute 'lower'

I'm a python dev, but I don't know how to grab the exception in a debuggable fashion and see what it was supposedly trying to render. Given that either path1 or path2 (or both) are None, maybe that would offer a clue as to what is broken. Some guidance here would be helpful.

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