Created
February 5, 2017 09:25
-
-
Save ggreer/6cac03efa49a063e1eb8ff19dfe513d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-02-05 01:14:30,157 [DEBUG @ msgpack_stream.py:_on_data:54] 15481 - waiting for message... | |
2017-02-05 01:14:30,158 [DEBUG @ msgpack_stream.py:_on_data:56] 15481 - received message: [2, '/home/ggreer/floobits/neovim-plugin/rplugin/python/floobits:command:FlooOpenInBrowser', []] | |
2017-02-05 01:14:30,158 [DEBUG @ async_session.py:_on_notification:102] 15481 - received notification: /home/ggreer/floobits/neovim-plugin/rplugin/python/floobits:command:FlooOpenInBrowser, [] | |
2017-02-05 01:14:30,158 [DEBUG @ session.py:_on_notification:216] 15481 - received rpc notification, greenlet <greenlet.greenlet object at 0x7f23fa40deb0> will handle it | |
2017-02-05 01:14:30,158 [DEBUG @ host.py:_on_notification:107] 15481 - calling notification handler for "/home/ggreer/floobits/neovim-plugin/rplugin/python/floobits:command:FlooOpenInBrowser", args: "[]" | |
2017-02-05 01:14:30,165 [DEBUG @ session.py:handler:208] 15481 - greenlet <greenlet.greenlet object at 0x7f23fa40deb0> finished executing | |
2017-02-05 01:14:30,166 [DEBUG @ session.py:handler:213] 15481 - greenlet <greenlet.greenlet object at 0x7f23fa40deb0> is now dying... | |
2017-02-05 01:14:30,166 [DEBUG @ msgpack_stream.py:_on_data:54] 15481 - waiting for message... | |
2017-02-05 01:14:30,167 [DEBUG @ msgpack_stream.py:_on_data:59] 15481 - unpacker needs more data... | |
2017-02-05 01:14:31,769 [DEBUG @ msgpack_stream.py:_on_data:54] 15481 - waiting for message... | |
2017-02-05 01:14:31,770 [DEBUG @ msgpack_stream.py:_on_data:56] 15481 - received message: [1, 18446744073709551615L, [1, 'Message is not an array'], None] | |
2017-02-05 01:14:31,770 [DEBUG @ async_session.py:_on_response:95] 15481 - received response: [1, 'Message is not an array'], None | |
2017-02-05 01:14:31,770 [WARNING @ async_session.py:_on_message:78] 15481 - Traceback (most recent call last): | |
File "/home/ggreer/virtualenvs/ftc/local/lib/python2.7/site-packages/neovim/msgpack_rpc/async_session.py", line 75, in _on_message | |
self._handlers.get(msg[0], self._on_invalid_message)(msg) | |
File "/home/ggreer/virtualenvs/ftc/local/lib/python2.7/site-packages/neovim/msgpack_rpc/async_session.py", line 96, in _on_response | |
self._pending_requests.pop(msg[1])(msg[2], msg[3]) | |
KeyError: 18446744073709551615L | |
2017-02-05 01:14:31,770 [DEBUG @ msgpack_stream.py:send:33] 15481 - sent [1, 0, 'Traceback (most recent call last):\n File "/home/ggreer/virtualenvs/ftc/local/lib/python2.7/site-packages/neovim/msgpack_rpc/async_session.py", line 75, in _on_message\n self._handlers.get(msg[0], self._on_invalid_message)(msg)\n File "/home/ggreer/virtualenvs/ftc/local/lib/python2.7/site-packages/neovim/msgpack_rpc/async_session.py", line 96, in _on_response\n self._pending_requests.pop(msg[1])(msg[2], msg[3])\nKeyError: 18446744073709551615L\n', None] | |
2017-02-05 01:14:31,771 [DEBUG @ base.py:send:113] 15481 - Sending '���Traceback (most recent call last): | |
File "/home/ggreer/virtualenvs/ftc/local/lib/python2.7/site-packages/neovim/msgpack_rpc/async_session.py", line 75, in _on_message | |
self._handlers.get(msg[0], self._on_invalid_message)(msg) | |
File "/home/ggreer/virtualenvs/ftc/local/lib/python2.7/site-packages/neovim/msgpack_rpc/async_session.py", line 96, in _on_response | |
self._pending_requests.pop(msg[1])(msg[2], msg[3]) | |
KeyError: 18446744073709551615L | |
�' | |
2017-02-05 01:14:31,771 [DEBUG @ msgpack_stream.py:_on_data:54] 15481 - waiting for message... | |
2017-02-05 01:14:31,772 [DEBUG @ msgpack_stream.py:_on_data:59] 15481 - unpacker needs more data... | |
2017-02-05 01:14:31,772 [DEBUG @ base.py:_on_error:166] 15481 - 32 | |
2017-02-05 01:14:31,772 [DEBUG @ base.py:stop:149] 15481 - Stopped event loop | |
2017-02-05 01:14:31,772 [DEBUG @ base.py:run:140] 15481 - Exited event loop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment