You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
Using
client.get_author_feed
with thefilter=
option does not seem to have an effect.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:
The text was updated successfully, but these errors were encountered: