This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-21
Channels
- # announcements (3)
- # aws (8)
- # babashka (14)
- # beginners (39)
- # biff (22)
- # cider (5)
- # clj-kondo (1)
- # cljs-dev (12)
- # cljsjs (4)
- # clojure (16)
- # clojure-europe (47)
- # clojure-germany (6)
- # clojure-uk (2)
- # clojurescript (36)
- # core-async (29)
- # cursive (19)
- # datalevin (14)
- # etaoin (10)
- # helix (1)
- # hyperfiddle (6)
- # introduce-yourself (5)
- # kaocha (43)
- # keechma (1)
- # lsp (7)
- # nbb (68)
- # new-channels (1)
- # off-topic (12)
- # pathom (11)
- # quil (14)
- # rdf (3)
- # re-frame (5)
- # reitit (6)
- # shadow-cljs (88)
Hi what does this error mean?
Fail to transact to LMDB: \"key/data pair already exists (-30799)\
I have an attribute that should be an edn blob. I determined that with a certain key it throws.
yea if that fits the observation that I wasn't able to transact from the repl anymore. Can be that I concurrently transacted
Error indexing document:"Index -1 out of bounds for length 0"
{:doc-ref #datalevin/Datom [554 :phone/models ""], :doc-text ""}
search.clj: 338 datalevin.search.SearchEngine/add_doc
storage.cljc: 350 datalevin.storage.Store/load_datoms
db.cljc: 1008 datalevin.db$local_transact_tx_data/invokeStatic
db.cljc: 785 datalevin.db$local_transact_tx_data/invoke
db.cljc: 1040 datalevin.db$transact_tx_data/invokeStatic
db.cljc: 1022 datalevin.db$transact_tx_data/invoke
core.cljc: 276 datalevin.core$with/invokeStatic
core.cljc: 271 datalevin.core$with/invoke
core.cljc: 273 datalevin.core$with/invokeStatic
core.cljc: 271 datalevin.core$with/invoke
core.cljc: 288 datalevin.core$db_with/invokeStatic
core.cljc: 284 datalevin.core$db_with/invoke
I have this error when I say db-with
ah it was somehow caused by a blank string in one of my "many" attribute values. For some reason I was able to put it in the database though.