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

Errors when re-attaching to screen session #112

Closed
bounceme opened this issue Oct 1, 2015 · 2 comments
Closed

Errors when re-attaching to screen session #112

bounceme opened this issue Oct 1, 2015 · 2 comments

Comments

@bounceme
Copy link

bounceme commented Oct 1, 2015

Error detected while processing function SuperTabCodeComplete..tern#Complete:
line    3:
Traceback (most recent call last):
Error detected while processing function SuperTabCodeComplete..tern#Complete:
line    3:
  File "<string>", line 1, in <module>
Error detected while processing function SuperTabCodeComplete..tern#Complete:
line    3:
  File "/Users/mac/.vim/bundle/tern_for_vim/script/tern.py", line 265, in tern_ensureCompletionCached
Error detected while processing function SuperTabCodeComplete..tern#Complete:
line    3:
    {"line": curRow - 1, "ch": curCol})
Error detected while processing function SuperTabCodeComplete..tern#Complete:
line    3:
  File "/Users/mac/.vim/bundle/tern_for_vim/script/tern.py", line 219, in tern_runCommand
Error detected while processing function SuperTabCodeComplete..tern#Complete:
line    3:
    tern_displayError(e + str(silent))
Error detected while processing function SuperTabCodeComplete..tern#Complete:
line    3:
TypeError: unsupported operand type(s) for +: 'URLError' and 'str'

I'm using supertab which just invokes the omni completion, though after reattaching these errors are shown.

marijnh added a commit that referenced this issue Oct 1, 2015
@marijnh
Copy link
Member

marijnh commented Oct 1, 2015

Attached patch should help (though unfortunately, this error was raised while trying to report another error -- the other one might surface next)

@marijnh marijnh closed this as completed Oct 1, 2015
@bounceme
Copy link
Author

bounceme commented Oct 2, 2015

Thank you!

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

2 participants