Interplanar Projector character limit not long enough for Discord image URL's
JpegIsMe opened this issue ยท 3 comments
Since Discord adds a long string at the end of image URL's so they expire over time on platforms other than Discord, Exposure's Interplanar Projectors cannot read the URL.
For example, this is the URL I'm trying to make work, but unfortunately it is too long at 199 characters:
https://cdn.discordapp.com/attachments/1244102320162078810/1404665286283493477/IMG_8707_20250724182951.png?ex=689c03fd&is=689ab27d&hm=b20be98571df037e745276417bf486e53efb7fed693d4d40786e53c546deeb88&
Unfortunately, cutting out this long string after the actual image URL makes it not work on platforms outside of Discord
A nice fix for this would be to increase this limit to 200 or 250, or make it a configurable setting in the exposure-server.toml config
Thank you for considering! ๐
I'll think about making it configurable. You can always download the image to your pc to have a shorter path though.
You can always download the image to your pc to have a shorter path though.
You can, I'm just thinking for minecraft servers where you can't really upload files without a URL or remote access