fraction / oasis

Free, open-source, peer-to-peer social application that helps you follow friends and discover new ones on Secure Scuttlebutt (SSB).
http://oasis-demo.fraction.io
GNU Affero General Public License v3.0
286 stars 42 forks source link

Key not found in database [@C/zyw6xOd/QIcTLuZKZcrMoMmTwMfQs0u0rWEhNksgw=.ed25519,31] #12

Closed christianbundy closed 4 years ago

christianbundy commented 5 years ago

What version of this package are you using? 2.1.2

What operating system, Node.js, and npm version? N/A

What happened?

could not retrive msg: Error [NotFoundError]: Key not found in database [@C/zyw6xOd/QIcTLuZKZcrMoMmTwMfQs0u0rWEhNksgw=.ed25519,31]
    at /home/christianbundy/src/oasis/node_modules/level-packager/node_modules/levelup/lib/levelup.js:169:15
    at /home/christianbundy/src/oasis/node_modules/encoding-down/index.js:50:21

:man_shrugging:

$ npm ls levelup
@fraction/oasis@2.1.2 /home/christianbundy/src/oasis
└─┬ @fraction/flotilla@1.0.2
  ├─┬ ssb-blobs@1.2.2
  │ └─┬ level@5.0.1
  │   └─┬ level-packager@5.0.3
  │     └── levelup@4.2.0 
  └─┬ ssb-invite@2.1.3
    └─┬ level-sublevel@6.6.5
      └── levelup@0.19.1

Looks like an ssb-blobs thing, but I don't know why it'd be looking for a feed ID in the database or which page is doing this.

What did you expect to happen?

No error.

Are you willing to submit a pull request to fix this bug?

Yes.

christianbundy commented 5 years ago
$ grep -R 'could not retrive msg'
node_modules/epidemic-broadcast-trees/index.js:        console.log('could not retrive msg:', err)

wat

christianbundy commented 4 years ago

Closing in favor of upstream bug report: https://github.com/dominictarr/epidemic-broadcast-trees/issues/30