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
Need to investigate. We should fallback to DotDict class
Recent incident from get_author_feed method:
atproto_client.exceptions.ModelError: 1 validation error for Response
feed.0.post.embed.`app.bsky.embed.record#view`.record
Input tag 'app.bsky.graph.defs#starterPackViewBasic' found using 'py_type' | '$type' does not match any of the expected tags: 'app.bsky.embed.record#viewRecord', 'app.bsky.embed.record#viewNotFound', 'app.bsky.embed.record#viewBlocked', 'app.bsky.feed.defs#generatorView', 'app.bsky.graph.defs#listView', 'app.bsky.labeler.defs#labelerView' [type=union_tag_invalid, input_value={'uri': 'at://did:plc:tcc...s#starterPackViewBasic'}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.7/v/union_tag_invalid
could be reproduced using v0.0.48. v0.0.49 adds new union type
The text was updated successfully, but these errors were encountered:
Need to investigate. We should fallback to DotDict class
Recent incident from
get_author_feed
method:could be reproduced using v0.0.48. v0.0.49 adds new union type
The text was updated successfully, but these errors were encountered: