I've had search hang git-ssb-web a few times. I haven't been able to reliably replicate this error, but I've had it happen a few times. In the terminal I see
%FRFevxVYAoKsIBWaFd/erYUijxY4xeugTcoEr0kOnuY=.sha256
I've had search hang git-ssb-web a few times. I haven't been able to reliably replicate this error, but I've had it happen a few times. In the terminal I see
isAddress? translation false
isAddress? git ssb false
isAddress? git ssb false
Once these appear in the terminal of my vps, git-ssb-web hangs and doesn't load anymore. I have to restart git-ssb-web before it works again.
The version of git-ssb-web I'm using is: 2.0.0-collab2
I think I have seen this hang as well. I'm not sure where isAddress is coming from
I'm not sure if this is related, however now when git-ssb-web hangs for me I see many of these errors in the console:
about { Error: write EPIPE
at exports._errnoException (util.js:1036:11)
at WriteWrap.afterWrite (net.js:794:14) code: 'EPIPE', errno: 'EPIPE', syscall: 'write' }
Here's a little more information on this issue. It appears to happen when users are clicking around the site. Some git repositories are not rendering on gitmx.com. However, I was able to get this particular one to render on my local and on git-ssb.celehner.com, so I'm unable to duplicate it.
Sometimes git-ssb-web is able to recover from the error, but other times it hangs the server and I need to restart the server in order for it to work again.
See screenshot:
Some of these errors might happen if sbot restarts while git-ssb-web is connected to it. It is supposed to reconnect but that might not be working properly. An alternative is to run git-ssb-web as an sbot plugin
@cel Cool, I should try running git-ssb-web as an sbot plugin.
How do I do that? just sbot plugins.install git-ssb-web
? How do I tell it to run as public?
sbot plugins.install git-ssb-web
Yes. Or if you want to run it from git, symlink the repo directory into ~/.ssb/node_modules/git-ssb-web
, and set "plugins": {"git-ssb-web": true}
in ~/.ssb/config
.
To tell it to run as public, set "public": true
in ~/.ssb/config
.
This is resolved. Closing issue.
Built with git-ssb-web