McKael / madonctl

CLI client for the Mastodon social network API
MIT License
193 stars 9 forks source link

bad server status code (422) when attempt to post image #18

Closed sammorley closed 5 years ago

sammorley commented 5 years ago

I keep getting the following error when I attempt to use madonctl to post an image. The image posts fine if I drag and drop from the web but when I use this tool I get: Error: cannot attach media file: media upload failed: bad server status code (422): Unprocessable Entity I am using latest prebuilt amd64 binary.

McKael commented 5 years ago

I have messed up my answers and posted unrelated replies here (deleted), sorry for the confusion.

I can reproduce this problem, I'll try to fix it!

McKael commented 5 years ago

This is actually a bug in the madon library. Thanks for the report!

McKael commented 5 years ago

Should be fixed in madonctl (master branch) now.

sammorley commented 5 years ago

Thanks for fixing it, it works great now!!