You have to either follow the feeds that published those messages, or follow someone who follows them, in order to get those messages that are needed to complete the operation. This is because ssb-npm
relies on being able to fetch particular messages, while Patchwork doesn't include ssb-ooo which would allow fetching messages one-by-one without needing to replicate each message author's feed.
The missing message that I see in that console log ("Unable to get message: ...") is %XWskH7Z... by @musickiller_umpdr.
@Denis M Goddard
To enable git-ssb-web to log requests to stdout (just the request method & paths), either use git-ssb-web
with CLI option --logging.level info
, or put {"logging": {"level": "notice"}
in your ~/.ssb/config
.
The 403 thing is supposed to prevent DNS rebinding attack. You can disable that by using CLI option --public
, or put {"public": true}
in your ~/.ssb/config
. That will put git-ssb-web
in a read-only mode so it can be suitable for public access.
Show whole feed