bluesky-social / feed-generator

ATProto Feed Generator Starter Kit
MIT License
919 stars 329 forks source link

Posts simply have stopped showing up #71

Closed ryandhasgit closed 9 months ago

ryandhasgit commented 9 months ago

As of yesterday my feed simply stopped showing posts. I have a list of DIDs for those who will appear on the feed, and I am checking in the subsctiption.ts indexing logic if any of the incoming posts match those DIDs. It was working perfectly fine until yesterday, and now when I run it in prod or even locally I can't get a single post to show from someone in that list, including myself.

I haven't changed any code. Did something change with the firehose? With the post metadata? I'm really at a loss here. If this keeps up I don't really know what to do about the feed.

roqvist commented 9 months ago

Change the subscription endpoint in the .env file from wss://bsky.social to wss://bsky.network

More details here: https://atproto.com/blog/bgs-and-did-doc And here: https://github.com/bluesky-social/atproto/discussions/1832

A bit unfortunate in that the feed generator won't show any errors, the incoming message rate just slows down. ATproto is still actively changing so it's important to subscribe to some kind of "upcoming changes" channel if you host a feed generator.

ryandhasgit commented 9 months ago

@roqvist wow, that worked. thank you so much!

ryandhasgit commented 9 months ago

See solution above