Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Posts simply have stopped showing up #71

Closed
ryandhasgit opened this issue Nov 15, 2023 · 3 comments
Closed

Posts simply have stopped showing up #71

ryandhasgit opened this issue Nov 15, 2023 · 3 comments

Comments

@ryandhasgit
Copy link

ryandhasgit commented Nov 15, 2023

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
Copy link

roqvist commented Nov 15, 2023

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: bluesky-social/atproto#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
Copy link
Author

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

@ryandhasgit
Copy link
Author

See solution above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants