arj03 / ssb-browser-demo

A secure scuttlebutt client interface running in the browser
Other
58 stars 11 forks source link

Another oddball error #41

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

Triggered by navigating to cryptix's profile (@p13zSAiOpguI9nsawkGijsnMfWmFd5rlUNpzekEE+vI=.ed25519) and clicking Follow:

syncing feeds
bundle-core.js:65207 Uncaught Error: invalid message: expected sequence 1714 but got:15246in state:{"id":"%owtfbGvX7soBS9QFxyfcZdHsRg2ifycqKALCRKVYCmU=.sha256","timestamp":1459584885995,"sequence":1713,"queue":[]}, on feed:@p13zSAiOpguI9nsawkGijsnMfWmFd5rlUNpzekEE+vI=.ed25519
    at Object.exports.checkInvalidCheap (bundle-core.js:65207)
    at Object.exports.checkInvalid (bundle-core.js:65229)
    at Object.exports.appendKVT (bundle-core.js:65292)
    at Object.exports.append (bundle-core.js:65323)
    at add (bundle-core.js:62655)
    at hooked (bundle-core.js:32454)
    at bundle-core.js:49654
    at PacketStreamSubstream.weird.read (bundle-core.js:41251)
    at PacketStream._onstream (bundle-core.js:43095)
    at PacketStream.write (bundle-core.js:43026)
Error: unexpected end of parent stream
    at PacketStream.destroy (bundle-core.js:42962)
    at PacketStream.write (bundle-core.js:43024)
    at source (bundle-core.js:41261)
    at bundle-core.js:48026
    at bundle-core.js:49797
    at bundle-core.js:48657
    at cancel (bundle-core.js:47529)
    at Function.reader.abort (bundle-core.js:47563)
    at abort (bundle-core.js:48802)
    at bundle-core.js:48809
KyleMaas commented 3 years ago

I haven't seen this error in a very long time. I'm thinking it was probably due to a corrupted database from multiple tabs trying to use the database at the same time prior to the singleton stuff. As such, I'm going to close this and it can be reopened if it pops up again.