Linus2punkt0 / bluesky-crossposter

An app for crossposting your posts from bluesky to twitter and mastodon
159 stars 26 forks source link

Error JwtPayload #41

Closed MyFuneral closed 1 year ago

MyFuneral commented 1 year ago

Hello I have this error since yesterday morning : TypeError: JwtPayload.init() got an unexpected keyword argument 'aud'

Linus2punkt0 commented 1 year ago

Bluesky updated something on their end which made atproto not work. There has since been a new version of atproto released that fixes this, so try updating and it should be all good!

Linus2punkt0 commented 1 year ago

Not fully sure how you did the install, but "pip install -U atproto" is generally how you would do it.

MyFuneral commented 1 year ago

I did it with the file : requirements.txt sorry for this message and thank you in any case for this function

Linus2punkt0 commented 1 year ago

The requirements.txt was updated when then new version of atproto was released, so you can download a new version using git (if you cloned the repo) or just downloading the specific file. Since it's just the one dependency that has been updated you don't have to though, you can just upgrade it on its own.