Skip to content

"int object is not iterable" in deoplete source since 'next' branch #210

@languitar

Description

@languitar

Since switching to the next branch, I am constantly receiving error messages from deoplete in the following form:

[deoplete] Traceback (most recent call last):
[deoplete]   File "/home/languitar/.local/share/nvim/bundle/deoplete.nvim/rplugin/python3/deoplete/deoplete.py", line 59, in completion_begin
[deoplete]     self.gather_results(context), context['input'])
[deoplete]   File "/home/languitar/.local/share/nvim/bundle/deoplete.nvim/rplugin/python3/deoplete/deoplete.py", line 185, in merge_results
[deoplete]     async_candidates)
[deoplete] TypeError: 'int' object is not iterable
[deoplete] Error while gathering completions.  Use :messages for error details.

@Shougo suspected that this is from the language client source, though it is not visible in the stracktrace. Unfortunately, I was not able to reproduce this in a minimal setup.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions