Giter Site home page Giter Site logo

Comments (9)

Shougo avatar Shougo commented on May 18, 2024

I get it.
It is not deoplete problem.
"floobits-vim" prints error messages.

2015-06-14 11:42:17,184 [ERROR @ host.py:_load:99] 4357 - Encountered import error loading plugin at /home/gishmel/.nvim/plugged/floobits-neovim/rplugin/python/floobits.py: No module named 'common'
2015-06-14 11:42:17,184 [DEBUG @ session.py:_on_request:180] 4357 - received rpc request, greenlet <greenlet.greenlet object at 0x7feb1f7be470> will handle it
2015-06-14 11:42:17,185 [DEBUG @ host.py:_on_request:64] 4357 - calling request handler for "poll", args: "[]"
2015-06-14 11:42:17,185 [DEBUG @ host.py:_on_request:66] 4357 - request handler for 'poll []' returns: ok
2015-06-14 11:42:17,185 [DEBUG @ session.py:handler:170] 4357 - greenlet <greenlet.greenlet object at 0x7feb1f7be470> finished executing, sending ok as response
2015-06-14 11:42:17,185 [DEBUG @ async_session.py:send:124] 4357 - sending response to request 1: [1, 1, None, 'ok']
2015-06-14 11:42:17,185 [DEBUG @ msgpack_stream.py:send:36] 4357 - sent [1, 1, None, 'ok']
2015-06-14 11:42:17,186 [DEBUG @ base.py:send:113] 4357 - Sending 'b'\x94\x01\x01\xc0\xa2ok''
2015-06-14 11:42:17,186 [DEBUG @ session.py:handler:176] 4357 - greenlet <greenlet.greenlet object at 0x7feb1f7be470> is now dying...
2015-06-14 11:42:17,186 [DEBUG @ base.py:run:138] 4357 - Entering event loop
2015-06-14 11:42:17,186 [DEBUG @ msgpack_stream.py:_on_data:57] 4357 - waiting for message...
2015-06-14 11:42:17,187 [DEBUG @ msgpack_stream.py:_on_data:59] 4357 - received message: [0, 2, b'specs', [b'/home/gishmel/.nvim/plugged/floobits-neovim/rplugin/python/floobits.py']]
2015-06-14 11:42:17,187 [DEBUG @ async_session.py:_on_request:77] 4357 - received request: b'specs', [b'/home/gishmel/.nvim/plugged/floobits-neovim/rplugin/python/floobits.py']
2015-06-14 11:42:17,187 [DEBUG @ session.py:_on_request:180] 4357 - received rpc request, greenlet <greenlet.greenlet object at 0x7feb1f7be470> will handle it
2015-06-14 11:42:17,187 [DEBUG @ host.py:_on_request:64] 4357 - calling request handler for "specs", args: "[b'/home/gishmel/.nvim/plugged/floobits-neovim/rplugin/python/floobits.py']"
2015-06-14 11:42:17,187 [DEBUG @ host.py:_on_request:66] 4357 - request handler for 'specs [b'/home/gishmel/.nvim/plugged/floobits-neovim/rplugin/python/floobits.py']' returns: []
2015-06-14 11:42:17,188 [DEBUG @ session.py:handler:170] 4357 - greenlet <greenlet.greenlet object at 0x7feb1f7be470> finished executing, sending [] as response
2015-06-14 11:42:17,188 [DEBUG @ async_session.py:send:124] 4357 - sending response to request 2: [1, 2, None, []]
2015-06-14 11:42:17,188 [DEBUG @ msgpack_stream.py:send:36] 4357 - sent [1, 2, None, []]
2015-06-14 11:42:17,188 [DEBUG @ base.py:send:113] 4357 - Sending 'b'\x94\x01\x02\xc0\x90''
2015-06-14 11:42:17,188 [DEBUG @ session.py:handler:176] 4357 - greenlet <greenlet.greenlet object at 0x7feb1f7be470> is now dying...
2015-06-14 11:42:17,188 [DEBUG @ msgpack_stream.py:_on_data:57] 4357 - waiting for message...
2015-06-14 11:42:17,189 [DEBUG @ msgpack_stream.py:_on_data:62] 4357 - unpacker needs more data...
2015-06-14 11:42:17,189 [DEBUG @ base.py:_on_error:166] 4357 - EOF
2015-06-14 11:42:17,189 [DEBUG @ base.py:stop:149] 4357 - Stopped event loop
2015-06-14 11:42:17,190 [DEBUG @ base.py:run:140] 4357 - Exited event loop

You should remove floobits-vim and execute :UpdateRemotePlugins again.

from deoplete.nvim.

gishmel avatar gishmel commented on May 18, 2024

Here are the regettings from redoing the process removing Floobits and using minimal .nvimrc.

https://gist.github.com/gishmel/bb5f351057fe4e84526d

from deoplete.nvim.

Shougo avatar Shougo commented on May 18, 2024

@gishmel You need execute :UpdateRemotePlugins command and restart neovim.
floobits-vim is already loaded.

from deoplete.nvim.

gishmel avatar gishmel commented on May 18, 2024

Here is the minimal .nvimrc and all i am doing to start neovim is to open a file in my project by typing nvim nameOfFile.ext and trying to create identical lines underneath where they already exist and have them autocomplete.
https://gist.github.com/gishmel/0512a9ed35ef0f456a4f

from deoplete.nvim.

Shougo avatar Shougo commented on May 18, 2024

@gishmel Please check deoplete plugin is already loaded.
Please check :DeopleteInitializePython command is exists.

from deoplete.nvim.

Shougo avatar Shougo commented on May 18, 2024

@gishmel Please upload full log like this.

https://gist.github.com/Nymphium/97aafd14098a032a6245

from deoplete.nvim.

gishmel avatar gishmel commented on May 18, 2024

https://gist.github.com/gishmel/edd9633e21dd9a546be5

from deoplete.nvim.

Shougo avatar Shougo commented on May 18, 2024

It is the log after :UpdateRemotePlugins command?
I have read the log and it seems no error.

But it does not recognize :DeopleteInitializePython command.

from deoplete.nvim.

Shougo avatar Shougo commented on May 18, 2024

I get the problem.
Please update your neovim-python module.

from deoplete.nvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.