"field missing " pydantic exception trying to use app.bsky.actor.put_preferences() #748
Unanswered
RedactedCode
asked this question in
Questions
Replies: 1 comment
|
Pydantic error mentions the name of the missing field. Attach the error and the code |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm getting very confused trying to use app.bsky.actor.put_preferences() to try and manage muted words.
I'm trying to pass a dictionary of the form:
{ "actor_target": "all", "expires_at": None, "id": None, "targets": [ "tag", "content", ], "value": "aMutedWord", }But I get a pydantic "field missing" error every time.
All reactions