lopi-py/luau-lsp.nvim

Plugin errors without internet connection

itsfrank opened this issue · 0 comments

Tried working on some luau in the plane yesterday and hit this error every time.

Error executing luv callback:
....local/share/nvim/lazy/plenary.nvim/lua/plenary/curl.lua:289: get https://clientsettingscdn.roblox.com/v1/settings/application?applicationName=PCDesktopClient - curl error exit_code=6 st
derr={ "curl: (6) Could not resolve host: clientsettingscdn.roblox.com" }
stack traceback:
        [C]: in function 'error'
        ....local/share/nvim/lazy/plenary.nvim/lua/plenary/curl.lua:289: in function '_user_on_exit'
        .../.local/share/nvim/lazy/plenary.nvim/lua/plenary/job.lua:240: in function '_shutdown'
        .../.local/share/nvim/lazy/plenary.nvim/lua/plenary/job.lua:47: in function <.../.local/share/nvim/lazy/plenary.nvim/lua/plenary/job.lua:38>
Error executing luv callback:
cannot resume dead coroutine
stack traceback:
        [builtin#36]: at 0x0102a303e0

Is there a way to make this request optional? Maybe show a warning if it fails instead of erroring like this?