@dustingetz I guess I typed too slow on a fiddle on http://tank.hyperfiddle.net and it blew up. Sorry.
@mtbkapp Its only you, its in your local storage. Try clearing the staging area, or if you are good in datomic, you can fix it
can you screenshot the error also, thanks
You can also send me the stage and i can fix it
Slack doesn’t want to let me upload a file. The error is :db.error/datoms-conflict Two datoms in the same transaction conflict
fiddle was: :mtbkapp/accounting
If it’s easier you can just delete it.
It doesnt exist anywhere but in your local storage
I got it.
can you get to the staging area and paste me the datoms?
`[[:db/add “-2017569654” :fiddle/ident :mtbkapp/accounting] [:db/retract “-2017569654" :fiddle/type :blank] [:db/add “-2017569654” :fiddle/type :query] [:db/retract “-2017569654" :fiddle/query “[:find (pull ?e [:db/id *]) :where\n [?e :db/ident :db/add]]“] [:db/add “-2017569654” :fiddle/query “[:find (pull ?e [:db/id *]) :where\n [?e ]]“] [:db/retract “-2017569654” :fiddle/query “[:find (pull ?e [:db/id *]) :where\n [?e :nei]]“] [:db/add “-2017569654” :fiddle/query “[:find (pull ?e [:db/id *]) :where\n [?e :neighbo]]“]]`
`
[[:db/add "-2017569654" :fiddle/ident :mtbkapp/accounting]
[:db/add "-2017569654" :fiddle/type :query]
[:db/add "-2017569654" :fiddle/query "[:find (pull ?e [:db/id *]) :where\n [?e :neighbo]]"]]
I got it cleared out.
That error happens sometimes, for now you just have to fix it occasionally
Alright. Thanks for the help.