mvdicarlo / postybirb-plus

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

[Picarto] Image upload failed for unknown reasons, upload is too big #324

Open groundbit opened 5 months ago

groundbit commented 5 months ago

Not sure if I should make this issue separately, but I've run into an issue with uploading my art to picarto. As well only indicating an unknown error, though I've gone into the log attached myself and states the following "upload to premium or gallery membership to upload above 4k images"

I've had this issues with about every piece of my art, but also have the "downscaling to fit size limits" option on said submission toggled on. Wonder if the scaling is working as intended, or its not and I just need to for now on manually resize the image and put it under additional files for posting onto picarto from now on?

1712696267455_HighComJan2024.log

leaftail1880 commented 5 months ago

Currently, there its only scaling if file exceedes 15mb, it wont scale images based on their dimension.

groundbit commented 5 months ago

Ah, I see. Thank you for clarifying, I'll just have manually scale then since I don't have premium. As my stuff is drawn on a larger canvas.

mvdicarlo commented 5 months ago

Might be able to support this with a code fix.

aneillans commented 2 months ago

Ref https://github.com/mvdicarlo/postybirb-plus/pull/344