Closed davidosomething closed 5 years ago
"Occasional"? :)
nvr
(without arguments) as well?i always start with PYTHONWARNINGS=ignore nvr -s
(and optionally a filename)
it might be when there's a hanging process (e.g. crashed terminal leaving invalid socket file)
just upgraded to your latest release, will let you know if i see it again
Maybe PYTHONWARNINGS=default
would get us a hint. :)
In the meanwhile I'll check if I can break nvr by giving it stale sockets etc.
I did another few fixes today. Accessing nvr.server
when it's None should not happen anymore.
I also fixed a few warnings that should only happen with PYTHONWARNINGS=default
, but some can't be fixed from my side. They need changes in pynvim. But these are unclosed transport
warnings and can be ignored.
Please reopen this as soon as you get an issue again.