-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
I think my feedgen app returns posts in JSON which randomly do not get hydrated by bsky.app #2657
Comments
Have you set Content Languages to English? I have checked and all applicable Posts are language detected by lande because
-> lande detected 'eng'
-> lande detected 'cat'
-> lande detected 'eng'
-> lande detected 'cat'
-> lande detected 'deu'
-> lande detected 'cat'
-> lande detected 'eng' |
@dolciss awesome answer! i opened the deployed feed from the issue in ff and got these headers: i cant see here content-lang header. do i miss something? body doesnt contain any lang field too upd. do you mean account settings at https://bsky.app/settings/language? set "Content Languages" to none |
Opps, yes, the Content Language I am referring to is in the settings, not the header. |
verified. yes, this is why it got filtered! |
I don't even recall touching this setting in the client app, but changing it seems to solve my problem. Thanks!! Interesting that this setting only affects feeds, but not curated user lists. |
I think it's set by default when you create your account |
Describe the bug
I have a benchmark curated user list of the MoMA, Guggenheim and Tate art bots. I made a test feed following the same three accounts, and when I look at both side by side, in my feed I notice random posts are missing which are present in the curated user list.
I look inside my database, and I see those posts did in fact get saved to the database by my firehose indexer. I go to the URL on my site where the feed should be getting served to Bluesky, and I see those posts also appear in the generated JSON.
I've been trying to figure out what I've been doing wrong, but considering the posts are in the JSON response, it would seem that for some reason the issue is not on my end but on the Bluesky consumer end?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected my feed to have the exact same output as my curated user list, post for post, so my feed could be a drop in replacement for the curated user list.
Screenshots
Details
I'm just looking at the web app version of Bluesky in desktop Firefox.
Additional context
My test app repo
The text was updated successfully, but these errors were encountered: