Linus2punkt0 / bluesky-crossposter

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

Error JwtPayload #41

Closed MyFuneral closed 10 months ago

MyFuneral commented 10 months ago

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

Linus2punkt0 commented 10 months 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 10 months ago

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

MyFuneral commented 10 months ago

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

Linus2punkt0 commented 10 months 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.