8000 `searchPost` functionality is flakey / broken due to Bluesky API changes · Issue #26 · czue/bluesky-comments · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

searchPost functionality is flakey / broken due to Bluesky API changes #26

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

Open
jasonday opened this issue Mar 6, 2025 · 10 comments
Open
Labels
bug Something isn't working

Comments

@jasonday
Copy link
Contributor
jasonday commented Mar 6, 2025

From your blog:

Update November 26

Addded support for automatic post-linking based on the author parameter.

Further Update Feb 24 2025

This feature appears to have broken, because bluesky no longer allows public access to the searchPosts endpoint it relied on. I’m exploring other options, but in the meantime you will have to manually link your posts.

@czue
Copy link
Owner
czue commented Mar 7, 2025

Thanks - yeah I had seen this post and hoped that the API would magically fix itself. But it's probably worth documenting the problem better and maybe offering better UX if it doesn't come back... (or just killing that feature entirely)

@czue czue changed the title Status of searchPost searchPost functionality is flakey / broken due to Bluesky API changes Mar 7, 2025
@czue czue added the bug Something isn't working label Mar 7, 2025
@czue
Copy link
Owner
czue commented Mar 7, 2025

Trying to get more clarification here, will see if it gets anywhere.

@r0hitm
Copy link
r0hitm commented Apr 30, 2025

I ran into this issue today. My latest deployment is not rendering the comments component. I will try to take a closer look at the issue over this weekend

@czue
Copy link
Owner
czue commented Apr 30, 2025

@r0hitm did you recently upgrade? I was wondering if this was a regression in the latest release (out yesterday) or whether it just coincided with the team taking the public API down again

@r0hitm
Copy link
r0hitm commented Apr 30, 2025

@czue nope, I have not upgraded anything. Wrote and published a new post as usual, and I noticed that the this post and none of the previous ones are rendering the comment component anymore. I did some lookup and landed on this issue

@czue
Copy link
Owner
czue commented Apr 30, 2025

Yeah, so my understanding of the latest state is that sometimes they get overloaded and then they disable public access to the API it uses until things settle down again. So I'm not sure there's an easy solution/workaround.

@hzoo
Copy link
hzoo commented Apr 30, 2025

got a message about this https://bsky.app/profile/bnewbold.net/post/3lnvhcghi6s23, sounds like it might be removed? Super unfortunate though since comments is such a good use case.

@czue
Copy link
Owner
czue commented May 1, 2025

Oof, well at least it would be nice to have some closure on this. Assuming they disable public access I'll probably just (at least in the short term) remove that feature.

Bummer, but understandable!

@czue
Copy link
Owner
czue commented May 1, 2025

Just making a note for myself for the future:

It might not be too hard to make a proxy app that handles this. You could basically make a public API where people can pass a username and a link and get back the right post. Behind the scenes this would hit the same API but with auth, so it at least goes through. That would still be subject to rate limits, but you could cache / persist the results so that you only ever query each user/link once (after you find a result), so that might be pretty sustainable.

This is probably like a day of work to spin up, so not trivial, but potentially worth doing if there's enough demand or I'm feeling bored sometime.

@hzoo
Copy link
hzoo commented May 1, 2025

It might not be too hard to make a proxy app that handles this.

@czue yeah i was thinking of that too in hzoo/extension-annotation-sidebar#8, tho in my case i would probably cache the all results of the search itself since it's more for all comments vs the one the author made

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants
0