Unable to replicate posts from go-sbot to local patchwork
Closed this issue · 1 comments
While running go-sbot
/ sbotcli
& patchwork
locally. Have generated an invite, accepted it in patchwork and posted a following contact message from sbotcli
. Publish posts from sbotcli
do not get replicated to patchwork i.e. I can't see them in the patchwork UI.
I thought #66 might be related, and so ran:
./sbotcli connect "net:localhost:8008~shs:..."
level=warn client="unix-path based init failed" err="ssbClient: failed to open unix path "/home/d/.ssb-go/socket""
level=info client=connected method=tcp
level=warn event="connect command failed" err="muxrpc(conn.connect): did not receive data for request" method=conn.connect
level=warn event="connect command failed" err="muxrpc(gossip.connect): data source errored: muxrpc CallError: Error - muxrpc: no such command: gossip.connect" method=gossip.connect
level=warn event="connect command failed" err="muxrpc: no such command: ctrl.connect" method=ctrl.connect
event="connect reply"
(string)("")
go-sbot
does report connecting with peer tho? No replicating takes place after it...
Any hints?
Uhmmmm now it works 🙈
I ran ./go-sbot -localdiscov -localadv -hops 3 -wslis :8988 -lis :8009
(dropped -nounixsock
).
(Running ./sbotcli --addr localhost:8009 ...
to query and connect)