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

Misspelling in get_author_feed #276

Closed
snazzyfox opened this issue Feb 17, 2024 · 3 comments · Fixed by #278
Closed

Misspelling in get_author_feed #276

snazzyfox opened this issue Feb 17, 2024 · 3 comments · Fixed by #278
Labels
bug Something isn't working

Comments

@snazzyfox
Copy link

Using client.get_author_feed with the filter= option does not seem to have an effect.

resp = await client.get_author_feed(user, filter="posts_no_replies", limit=10)

This code always seems to return the same set of posts regardless of what filter is set to. Capturing logs from httpx seems to point to that the actual api call being made is misspelled:

2024-02-16 17:41:41,285 httpx: HTTP Request: GET https://bsky.social/xrpc/app.bsky.feed.getAuthorFeed?actor=snazzythefox.bsky.social&limit=10&fitler=posts_no_replies "HTTP/1.1 200 OK"
@MarshalX
Copy link
Owner

thank you for your report! this is a bug

  1. to avoid such bugs in the future i fixed aliases for pyright. which now highlights such typos properly without false positives
image
  1. this bug will be fixed today and i gonna release v0.0.42

@MarshalX MarshalX added the bug Something isn't working label Feb 17, 2024
@MarshalX MarshalX mentioned this issue Feb 17, 2024
@MarshalX
Copy link
Owner

released. pls update

@snazzyfox
Copy link
Author

confirmed it's working properly in the latest release; appreciate the quick fix!

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

Successfully merging a pull request may close this issue.

2 participants