MarshalX / atproto

The AT Protocol (🦋 Bluesky) SDK for Python 🐍
https://atproto.blue
MIT License
267 stars 29 forks source link

Failing on authentication #319

Closed mshea closed 2 months ago

mshea commented 2 months ago

My Bluesky script stopped working and now kicks back this error:

raise ModelError(str(e)) from e atproto.exceptions.ModelError: 1 validation error for Response emailAuthFactor Extra inputs are not permitted [type=extra_forbidden, input_value=False, input_type=bool] For further information visit https://errors.pydantic.dev/2.5/v/extra_forbidden

Did Bluesky change how one authenticates?

MarshalX commented 2 months ago

Could you share versions of atproto lib that you are using?

mshea commented 2 months ago

Sorry, yeah, I was using an old version. 0.46 works!