matrix-org / matrix-bifrost

General purpose bridging with a variety of backends including libpurple and xmpp.js
Apache License 2.0
164 stars 31 forks source link

"UnhandledPromiseRejectionWarning: Error: Field names cannot contain a ." with NeDB engine #200

Open bodqhrohro opened 4 years ago

bodqhrohro commented 4 years ago

Describe the bug

(node:3488955) UnhandledPromiseRejectionWarning: Error: Field names cannot contain a .
    at checkKey (/media/d/temp/git/matrix-bifrost/node_modules/.pnpm/nedb@1.8.0/node_modules/nedb/lib/model.js:36:11)
    at /media/d/temp/git/matrix-bifrost/node_modules/.pnpm/nedb@1.8.0/node_modules/nedb/lib/model.js:54:7
    at Array.forEach (<anonymous>)
    at checkObject (/media/d/temp/git/matrix-bifrost/node_modules/.pnpm/nedb@1.8.0/node_modules/nedb/lib/model.js:53:22)
    at /media/d/temp/git/matrix-bifrost/node_modules/.pnpm/nedb@1.8.0/node_modules/nedb/lib/model.js:55:7
    at Array.forEach (<anonymous>)
    at checkObject (/media/d/temp/git/matrix-bifrost/node_modules/.pnpm/nedb@1.8.0/node_modules/nedb/lib/model.js:53:22)
    at /media/d/temp/git/matrix-bifrost/node_modules/.pnpm/nedb@1.8.0/node_modules/nedb/lib/model.js:55:7
    at Array.forEach (<anonymous>)
    at checkObject (/media/d/temp/git/matrix-bifrost/node_modules/.pnpm/nedb@1.8.0/node_modules/nedb/lib/model.js:53:22)

To Reproduce IDK :C

Expected behavior Probably those dots should be escaped.

Desktop (please complete the following information):

jaller94 commented 2 years ago

Try to use PostreSQL, as we're slowly moving away from NeDB.