coc-python icon indicating copy to clipboard operation
coc-python copied to clipboard

Jedi error while using the extension

Open F4zii opened this issue 5 years ago • 2 comments

While using the extension and writing my code, this error pops up - image

[coc.nvim]: TypeError: item.dispose is not a function
    at Object.disposeAll (/home/iddos/.dotfiles/config/nvim/plugged/coc.nvim/lib/util/index.js:47:18)
    at Object.deactivate (/home/iddos/.dotfiles/config/nvim/plugged/coc.nvim/lib/extensions.js:811:24)
    at Extensions.deactivate (/home/iddos/.dotfiles/config/nvim/plugged/coc.nvim/lib/extensions.js:505:36)
    at Object.ExtensionList.addAction.persist [as execute] (/home/iddos/.dotfiles/config/nvim/plugged/coc.nvim/lib/list/source/extensions.js:26:44)
    at /home/iddos/.dotfiles/config/nvim/plugged/coc.nvim/lib/list/manager.js:754:76
    at Array.map (<anonymous>)
    at ListManager.doItemAction (/home/iddos/.dotfiles/config/nvim/plugged/coc.nvim/lib/list/manager.js:754:41)
    at ListManager.doAction (/home/iddos/.dotfiles/config/nvim/plugged/coc.nvim/lib/list/manager.js:209:24)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at async /home/iddos/.dotfiles/config/nvim/plugged/coc.nvim/lib/list/mappings.js:32:13

F4zii avatar Jul 01 '20 07:07 F4zii

Getting this same issue.

dylanirlbeck avatar Oct 08 '20 20:10 dylanirlbeck

I got the same error: [coc.nvim] Jedi error: Cannot call write after a stream was destroyed but pip installing jedi for the interpreter I was working with fixed the error.

ghost avatar Oct 16 '20 04:10 ghost