You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, this extension works reliably, but it spams lsp.log with warns like those. It really interferes with debugging real issues with other lsp plugins. Can something be done about it on copilog.lua side?
[WARN][2025-01-04 19:41:52] ...lsp/handlers.lua:625 "[certificates] Failed to parse certificate # ACCVRAIZ1\n Error: error:0480006C:PEM routines::no start line\n at new X509Certificate (node:internal/crypto/x509:119:21)\n at /home/ddystopia/.local/share/nvim/lazy/copilot.lua/copilot/lib/src/network/certificateReaders.ts:79:36\n at Array.filter (<anonymous>)\n at Cle.removeExpiredCertificates (/home/ddystopia/.local/share/nvim/lazy/copilot.lua/copilot/lib/src/network/certificateReaders.ts:77:32)\n at Cle.getAllRootCAs (/home/ddystopia/.local/share/nvim/lazy/copilot.lua/copilot/lib/src/network/certificateReaders.ts:68:38)\n at Rge.createSecureContext (/home/ddystopia/.local/share/nvim/lazy/copilot.lua/copilot/lib/src/network/certificates.ts:46:23) {\n library: 'PEM routines',\n reason: 'no start line',\n code: 'ERR_OSSL_PEM_NO_START_LINE'\n}"
The text was updated successfully, but these errors were encountered:
This issue because comment in certificate file. I had to update /usr/bin/update-ca-trust to remove
the --comment option from the trust extract commands, then run sudo update-ca-trust and reboot.
This works for me
Hello, this extension works reliably, but it spams
lsp.log
with warns like those. It really interferes with debugging real issues with other lsp plugins. Can something be done about it on copilog.lua side?The text was updated successfully, but these errors were encountered: