bluesky-social / feed-generator

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

getting only sparse post create events #70

Closed yonatanlebo closed 9 months ago

yonatanlebo commented 9 months ago

It's been two days that feeds in Hebrew are not receiving new publications. Even a in the log that shows all the publications that arrive does not have any lines in Hebrew.

The code is the original code. The only change is the keyword I'm looking for.

Durss commented 9 months ago

I believe something has changed since a few days but can't tell what. I basically only receive very few post creation notifications. Only one every few seconds/minutes where it should most probably be many per second (as it was before).

Because of that my feed misses most, if not all, of what it's supposed to show.

b0o commented 9 months ago

Same issue here with not seeing as many post creations as expected. This is not related to Hebrew text. We indexed our most recent post at 2023-11-13T16:03:01.656Z, about 31 hours ago. We usually see about 500 posts per day that match our algo.

Durss commented 9 months ago

Got an answer from the dev discord. Change every bsky.social ref to bsky.network. For me it fixed everything :)

More info about this here : https://atproto.com/blog/bgs-and-did-doc

b0o commented 9 months ago

@Durss That worked, thank you! Sure would have been nice to have been notified somehow! P.s. where can I find the Discord invite link?

Durss commented 9 months ago

@b0o I've edited my answer with a link, you can subscribe to a newsletter to be notified next time something like this happens :) You can find a list of the atproto related discord server here: https://atproto.com/community/groups

I went on the Bluesky API Touchers server ;)

Durss commented 9 months ago

@yonatanlebo you may want to rename your issue to something like "Getting only sparse post create events" so people have more chances to find the answer :)

yonatanlebo commented 9 months ago

Got an answer from the dev discord. Change every bsky.social ref to bsky.network. For me it fixed everything :)

More info about this here : https://atproto.com/blog/bgs-and-did-doc

Thanks to @Durss it works, thank you very much!