This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-18
Channels
- # announcements (2)
- # asami (20)
- # aws (4)
- # babashka (35)
- # beginners (47)
- # calva (65)
- # cider (19)
- # clj-kondo (63)
- # clojure (177)
- # clojure-austin (2)
- # clojure-europe (27)
- # clojure-nl (1)
- # clojure-uk (4)
- # clojurescript (13)
- # community-development (5)
- # conjure (5)
- # css (2)
- # data-oriented-programming (9)
- # datalevin (13)
- # datascript (15)
- # datomic (4)
- # devcards (6)
- # duct (4)
- # emacs (8)
- # funcool (1)
- # gratitude (2)
- # helix (3)
- # hyperfiddle (3)
- # introduce-yourself (1)
- # jobs (4)
- # jobs-discuss (26)
- # lambdaisland (2)
- # lsp (20)
- # malli (2)
- # meander (2)
- # mid-cities-meetup (5)
- # missionary (15)
- # music (4)
- # off-topic (37)
- # reagent (3)
- # reitit (2)
- # releases (2)
- # ring (18)
- # shadow-cljs (70)
- # specter (4)
- # sql (20)
- # timbre (3)
- # tools-build (43)
- # tools-deps (11)
- # vim (29)
- # xtdb (61)
Hi, I experience this following error after update some packages on Spacemacs:
Warning (lsp-mode): Failed to parse the following chunk:
''’
Content-Length: 37
{"jsonrpc":"2.0","id":10,"result":{}}
''’
with message (void-function json-parse-buffer)
Already tried to delete .lsp/.cache
folder.
Are you aware of this issue ? Any suggestions?Ok thanks, I check. 👍
lsp-doctor
output:
Checking for Native JSON support: OK
Check emacs supports `read-process-output-max': OK
Check `read-process-output-max' default has been changed from 4k: OK
Byte compiled against Native JSON (recompile lsp-mode if failing when Native JSON available): OK
`gc-cons-threshold' increased?: OK
Using `plist' for deserialized objects? (refer to ): OPTIONAL
Using emacs 28+ with native compilation?: OPTIONAL
Seems OK, right?
Trying to reinstall lsp-mode
Currently forcing a complete pkgs recompilation...W&S
Nope, same error. So rolling back package update now.
No. json-parse-buffer
definitly missing.
I'm on Emacs 27.1
FYI since upgrading, it works again. 🎉
However, describe-function
still doesn't find json-parse-buffer
...interresting :thinking_face: