mvdicarlo / postybirb-plus

Remake of PostyBirb using React and NestJS
BSD 3-Clause "New" or "Revised" License
100 stars 26 forks source link

[Bluesky] Uploads sometimes return a "BlobTooLarge" error #328

Open argonvile opened 6 months ago

argonvile commented 6 months ago

Bluesky uploads often fail with a "BlobTooLarge" error, even if they are below the size limit, and even if "Downscale images to fit size limit" is checked.

3 of my last 20 uploads have failed. Strangely, failing files were 731 KB, 774 KB, and 885 KB in size, all well below Bluesky's 1,000,000 byte limit. 17 of my last 20 images uploaded successfully, which were all about 1.0-2.5 MB. It is possible it is a coincidence, but the error seems to specifically be caused by smaller images.

leaftail1880 commented 6 months ago

Maybe they've added min image limit?

argonvile commented 6 months ago

As a workaround when today's upload failed, I replaced the 743 KB jpg image in PostyBirb with an uncompressed 2.55 MB png. This allowed PostyBirb to upload successfully.