Conversation
|
Okay, I discovered one issue that is just flat out weird. Sometimes it would stop returning names and images for a particular feed/person but all the others were fine. I'm 99% certain this had nothing to do with out preview/blob work because it also happened on pages we didn't touch at all (like /profile of that feed). This also persisted reboots of the server/bot but not always and thus is very heisenbuggy, sadly. I also couldn't pin it to say ssb-db or a specific query/index plugin like backlinks, thus unsure where I even would open this issue.... re oasis: we are thinking of a stable release with the new blobs/mentions features and maybe a beta release with this. Non of our new work requires this update and we just wanted to do it as a maintainance step along the way. cc @staltz (to be aware of ssb-server-ish updates, too), @arj03 (as i think he might have a hunch where this is coming from, maybe hopefully) cc (@mixmix wondering if you came across this with ahoa? not sure who else is already using most recent ssb-db) cc @ssb-js (just in case) |
|
I don't use ssb-ws any more. Try swapping it in and seeing if things change? |
|
Another thing you need to know here is that they latest major version of ssb-db extracted auto-unboxing. You're gonna need to add in ssb-private1 to add that functionality back in here I'd recommend adding ssb-tribes at the same time which will give you access to private groups methods (and DMs which support up to 16 recps) |
|
Thanks for the pointers, mix!
I'm 100% sure serving the blobs itself was not the issue. It felt more like the about messages for a feed just disappeared... again, it wasn't for all feeds so some blobs (and names) were still showing correctly. One time I "fixed" it by reindexing the other time they came back by itself... 😬🤷♂️🤯 |
|
Āhau doesn't use about messages sorry.
We use ssb-profile which introduces a distinct profile record (which can
then be linked to feeds)
…On Tue, 20 Oct 2020, 04:15 Henry, ***@***.***> wrote:
Thanks for the pointers, mix!
I don't use ssb-ws any more.
I'm 100% sure serving the blobs itself was not the issue. It felt more
like the about messages for a feed just disappeared... again, it wasn't for
all feeds so some blobs (and names) were still showing correctly.
One time I "fixed" it by reindexing the other time they came back by
itself... 😬🤷♂️🤯
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUK3HWVHDZ23VG44E5YTV3SLRJZZANCNFSM4SRZFUIA>
.
|
Have been using this last couple of days.
Seems good so far.... 😅