You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.
TypeError: Cannot read properties of null (reading 'length')
at Replicator.onReplicationProgress (...\orbit-db-store\src\Store.js:98:25)
at onProgressCallback (...\orbit-db-store\src\Replicator.js:147:14)
Also I tried enhancing the if statement in Store.js:98 with if (this._oplog && but going further results in different error (also reachable in the sample repo I posted above)
The text was updated successfully, but these errors were encountered:
For now I'll make a patch that just doesn't error when closing the store during replication - by having .close wait for currently processing replication to finish. In future versions it will be good to do things like abort ipfs block/dag calls to stop the replication more abruptly.
orbit-db: 0.28.4
orbit-db-store: 4.3.3
Here is the demo https://github.com/siepra/closeorbitdb
Also I tried enhancing the if statement in
Store.js:98
withif (this._oplog &&
but going further results in different error (also reachable in the sample repo I posted above)The text was updated successfully, but these errors were encountered: