this post was submitted on 29 Jun 2023
315 points (98.5% liked)
Meta (lemm.ee)
3473 readers
6 users here now
lemm.ee Meta
This is a community for discussion about this particular Lemmy instance.
News and updates about lemm.ee will be posted here, so if that's something that interests you, make sure to subscribe!
Rules:
- Support requests belong in !support
- Only posts about topics directly related to lemm.ee are allowed
- If you don't have anything constructive to add, then do not post/comment here. Low effort memes, trolling, etc is not allowed.
- If you are from another instance, you may participate in discussions, but remain respectful. Realize that your comments will inevitably be associated with your instance by many lemm.ee users.
If you're a Discord user, you can also join our Discord server: https://discord.gg/XM9nZwUn9K
Discord is only a back-up channel, [email protected] will always be the main place for lemm.ee communications.
If you need help with anything, please post in !support instead.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have noticed a couple of things with error responses, like when you upload a profile picture above the size limit, it will just throw a JSON error, and I had to search through the error the console threw to figure out why. It's the same when you mess up your email/username on login
Besides that, this site is amazing!
Seen the same thing. There is an open issue on GitHub: https://github.com/LemmyNet/lemmy/issues/3366
I have already made a PR to fix the error message, but it has not been merged yet unfortunately
Is it just "above the size limit"? I tried uploading an image in a comment in two different formats (first a PNG of about 1 MB and second a JPG of about 150 kb). Both failed with this error.
I eventually gave up and used an external host. As an aside, wow, imgur seems to have purposefully broke mobile desktop. It used to be possible to upload on mobile by using the desktop site, but now it errors out. It's hard to assume good faith when imgur has made so many bad decisions lately.
I think I read somewhere that the image size limit for lemm.ee is 100kb.
Well, that would certainly explain it. 100KB is pretty tiny though. It'd be nice to have it try to resize client side to get under the limit, too (I always wondered why more image uploaders don't do client side resizing).