the sub domain placeholdit from imgix is not working, we can't use the Silt command.
Silt / the Imgix subdomain URL doesn’t work anymoreFixed
I recently started setting up a dedicated server and I have sign artist on, the server is live, shows up in lists, I can client connect to external IP and localhost. I can download images to signs no problem. adding text to a sign gives me this error though:
Failed to download the image! Error Cannot resolve destination host.
Would this be my end or from outside?
Failed to download the image! Error Cannot resolve destination host.
Would this be my end or from outside?
It's because the API used doesn't work anymore, the owner of the plugin need to fix the API.
That's weird, my other server was able to add text to signs like a week or two ago. Damn, okay thanks.
It worked a week ago for me as well :)
Paging @Mughisi . Your plugin needs fixing please.
Until plugin update you can change line 897 to:
string url = $"http://assets.imgix.net/~text?fm={format}&txtalign=middle,center&txtsize={fontsize}&txt={message}&w={size.ImageWidth}&h={size.ImageHeight}&txtclr={color}&bg={bgcolor}";to make it work again. Error while compiling: SignArtist.cs(900,255+): error CS1056: Unexpected character `'
string url = $"http://assets.imgix.net/~text?fm={format}&txtalign=middle,center&txtsize={fontsize}&txt={message}&w={size.ImageWidth}&h={size.ImageHeight}&txtclr={color}&bg={bgcolor}";
This should work. The forum's code tags seem to add some formatting which won't work when copying.
This should work. The forum's code tags seem to add some formatting which won't work when copying.
When anyone on server attempts to use SILT it returns this message in chat. No errors show in console or backend logs when this occurs.

Not sure how to delete this but did find the working fix in another post. Thanks to Chadomat for that!
https://umod.org/community/sign-artist/7482-silt-the-imgix-subdomain-url-doesnt-work-anymore
I have applied Chadomat's one-line fix to version 1.1.3.
Locked automatically