We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now recently there has started to appear the following issue
Traceback (most recent call last): File "/home/pi/bots/posters/crossposter/blueskypost.py", line 80, in <module> client._set_session(ses) File "/home/pi/.local/lib/python3.9/site-packages/atproto/xrpc_client/client/methods_mixin/session.py", line 68, in _set_session self._refresh_jwt_payload = get_jwt_payload(session.refresh_jwt) File "/home/pi/.local/lib/python3.9/site-packages/atproto/xrpc_client/client/auth.py", line 18, in get_jwt_payload return JwtPayload(**plain_payload) TypeError: __init__() got an unexpected keyword argument 'aud' Traceback (most recent call last): File "/home/pi/bots/posters/crossposter/blueskypost.py", line 80, in <module> client._set_session(ses) File "/home/pi/.local/lib/python3.9/site-packages/atproto/xrpc_client/client/methods_mixin/session.py", line 68, in _set_session self._refresh_jwt_payload = get_jwt_payload(session.refresh_jwt) File "/home/pi/.local/lib/python3.9/site-packages/atproto/xrpc_client/client/auth.py", line 18, in get_jwt_payload return JwtPayload(**plain_payload) TypeError: __init__() got an unexpected keyword argument 'aud' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/pi/bots/posters/crossposter/blueskypost.py", line 88, in <module> client.login(username, password) File "/home/pi/.local/lib/python3.9/site-packages/atproto/xrpc_client/client/client.py", line 74, in login File "/home/pi/.local/lib/python3.9/site-packages/atproto/xrpc_client/client/client.py", line 40, in _get_and_set_session session = self._get_and_set_session(login, password) self._set_session(session) File "/home/pi/.local/lib/python3.9/site-packages/atproto/xrpc_client/client/methods_mixin/session.py", line 68, in _set_session self._refresh_jwt_payload = get_jwt_payload(session.refresh_jwt) File "/home/pi/.local/lib/python3.9/site-packages/atproto/xrpc_client/client/auth.py", line 18, in get_jwt_payload return JwtPayload(**plain_payload) TypeError: __init__() got an unexpected keyword argument 'aud'
I think it has to do something with the JwtPayload
The text was updated successfully, but these errors were encountered:
I confirm the issue, the auth doesn't work anymore :(
Sorry, something went wrong.
fix version will be released soon
fix version is 0.0.30 pls update using pip install -U atproto
0.0.30
pip install -U atproto
Bump atproto to 0.0.30
aa01843
Fixes issues in xrpc clients associated with MarshalX/atproto#181
Successfully merging a pull request may close this issue.
Now recently there has started to appear the following issue
I think it has to do something with the JwtPayload
The text was updated successfully, but these errors were encountered: