Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] #68

Closed
cdbzb opened this issue Apr 6, 2020 · 4 comments
Closed

[BUG] #68

cdbzb opened this issue Apr 6, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@cdbzb
Copy link

cdbzb commented Apr 6, 2020

Problem on launching nvim after running PlugUpdate

I now receive the following error on launch:

[scnvim] Vim(call):E5108: Error while calling lua chunk for luaeval(): /Users/michael/.config/nvim/plugged/scnvim/lua/udp.lua:12: attempt to index upva
lue 'uv' (a nil value)

afterward trying to display ScDoc file via 'K' shortcut I get in the post window:

CALL STACK:
MethodError:reportError
arg this =
Nil:handleError
arg this = nil
arg error =
Thread:handleError
arg this =
arg error =
Object:throw
arg this =
Object:primitiveFailed
arg this =
Meta_SCNvim:sendJSON
arg this =
arg object = "{"action":{"help":{"uri":"/U..."
arg vimPort = ""
Meta_SCNvim:openHelpFor
arg this =
arg text = "Song"
arg vimPort = ""
arg pattern = "/usr/local/bin/pandoc"
arg pandocPath = nil
var msg = "{"action":{"help":{"uri":"/U..."
var uri =
var path = "/Users/michael/Library/Appli..."
var outputPath = "/Users/michael/Library/Appli..."
Process:interpretCmdLine
arg this =
^^ The preceding error dump is for ERROR: Primitive '_NetAddr_SendRaw' failed.
Wrong type.
RECEIVER: a NetAddr(127.0.0.1, )

status line fails to display

Information

  • nvim --version: 0.3.5
  • Operating system: Mac
  • Running scnvim in a Terminal/GUI: iTerm2
@cdbzb cdbzb added the bug Something isn't working label Apr 6, 2020
@davidgranstrom
Copy link
Owner

davidgranstrom commented Apr 6, 2020 via email

@cdbzb
Copy link
Author

cdbzb commented Apr 6, 2020

Thanks for your speedy reply.

After updraging NeoVim I still get the following in the post window when I try to view the help system (and no status line!)

/bin/sh: nil: command not found
error: primitive '_netaddr_sendraw' failed.
wrong type.
receiver:
instance of netaddr { (0x10b7abb18, gc=6c, fmt=00, flg=00, set=02)
instance variables [4]
addr : integer 2130706433
port : ""
hostname : "127.0.0.1"
socket : nil
}
call stack:
methoderror:reporterror
arg this =
nil:handleerror
arg this = nil
arg error =
thread:handleerror
arg this =
arg error =
object:throw
arg this =
object:primitivefailed
arg this =
meta_scnvim:sendjson
arg this =
arg object = "{"action":{"help":{"uri":"/u..."
arg vimport = ""
meta_scnvim:openhelpfor
arg this =
arg text = "sinosc"
arg vimport = ""
arg pattern = "/usr/local/bin/pandoc"
arg pandocpath = nil
var msg = "{"action":{"help":{"uri":"/u..."
var uri =
var path = "/users/michael/library/appli..."
var outputpath = "/users/michael/library/appli..."
process:interpretcmdline
arg this =
^^ the preceding error dump is for error: primitive '_netaddr_sendraw' failed.
wrong type.
receiver: a netaddr(127.0.0.1, )

@cdbzb

This comment has been minimized.

@cdbzb cdbzb closed this as completed Apr 7, 2020
@cdbzb
Copy link
Author

cdbzb commented Apr 7, 2020

aaarg - user error - my links to .sc files were broken

...thanks again for this project btw --I would be dead without it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants