Hi. Get some trouble with loading custom images. I trying to use it by this hook-method:

ImageLibrary.Call("AddImage", "https://i.imgur.com/blabla.png", ".1IMG");

After it i tried to load it by:

(string) ImageLibrary.Call("GetImage", ".1IMG")

But when plugin is started i got some errors like : Error to downloading image: image_ID (Cannot connect to destination host);
I tried imgur, imgbb and Discord. What should i do with it?