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
Branch master was working fine until this morning. It suddenly started indexing and gets stuck. It logs a bunch of errors are soon as I start it:
Error {}
Error {}
Error {}
Error {}
RangeError: Maximum call stack size exceeded
at module.exports (/Users/patchwork/node_modules/ssb-server/node_modules/explain-error/index.js:25:18)
at /Users/patchwork/node_modules/ssb-server/node_modules/flumedb/index.js:139:35
at /Users/patchwork/node_modules/pull-stream/sinks/drain.js:20:24
at /Users/patchwork/node_modules/ssb-server/node_modules/pull-stream/throughs/async-map.js:28:19
at /Users/patchwork/node_modules/ssb-server/node_modules/pull-cursor/skip.js:12:26
at /Users/patchwork/node_modules/ssb-server/node_modules/pull-cursor/cursor.js:28:28
at /Users/patchwork/node_modules/ssb-server/node_modules/flumelog-offset/inject.js:42:22
at /Users/patchwork/node_modules/ssb-server/node_modules/flumelog-offset/frame/recoverable.js:48:11
at Object.read (/Users/patchwork/node_modules/ssb-server/node_modules/aligned-block-file/blocks.js:49:14)
at next (/Users/patchwork/node_modules/ssb-server/node_modules/flumelog-offset/frame/recoverable.js:47:16)
error trying to reach github to check for latest patchwork version: Error {
errno: 'ECONNREFUSED',
code: 'ECONNREFUSED',
syscall: 'connect',
address: '192.30.253.116',
port: 443 }
Error: when trying to retrive:1557915534567at since:697735799
Doesn't log anything else anymore after that.
I've tried deleting my gossip.json, using other secret and opening other clients, but it's always stuck on indexing.
Branch master was working fine until this morning. It suddenly started indexing and gets stuck. It logs a bunch of errors are soon as I start it:
Doesn't log anything else anymore after that.
I've tried deleting my
gossip.json, using othersecretand opening other clients, but it's always stuck on indexing.Any ideas?