Image failed to download! Error: HTTP/1.1 404 Not FoundFixed
As stated in the Title. I know this is new and still in development but wanted to let ya'll know. 

(17:00:26) | Image failed to download! Error: HTTP/1.1 404 Not Found - Image Name: https://i.imgur.com/pB3iZer.png_0 - Image URL: wave

(17:00:26) | Image failed to download! Error: HTTP/1.1 404 Not Found - Image Name: https://i.imgur.com/PLbSgED.png_0 - Image URL: victory

(17:00:26) | Image failed to download! Error: HTTP/1.1 404 Not Found - Image Name: https://i.imgur.com/A3hHcgV.png_0 - Image URL: shrug

(17:00:26) | Image failed to download! Error: HTTP/1.1 404 Not Found - Image Name: https://i.imgur.com/yWuhCMu.png_0 - Image URL: thumbsup

(17:00:26) | Image failed to download! Error: HTTP/1.1 404 Not Found - Image Name: https://i.imgur.com/Qxhjf6N.png_0 - Image URL: chicken

(17:00:26) | Image failed to download! Error: HTTP/1.1 404 Not Found - Image Name: https://i.imgur.com/vVKVeha.png_0 - Image URL: hurry

(17:00:26) | Image failed to download! Error: HTTP/1.1 404 Not Found - Image Name: https://i.imgur.com/AFeGOrK.png_0 - Image URL: whoa

Looks like the URLs used are not the direct URLs according to the log, though that wouldn't make much sense. The image URLs would need to be replaced with the direct ones such as https://i.imgur.com/pB3iZer.png
Thanks. I'll just wait until the correct images are in the files and the plugin is updated. 

Merged post

Or can I just remove the _0 at the end of each one and be good?

Merged post

Actually there is no _0 at the end in the config file. Disregard, will just wait until it's updated with the right images. 
ImageLibrary.Call("AddImage", config.Emotions[i].Name, config.Emotions[i].Icon);
//must be
ImageLibrary.Call("AddImage", config.Emotions[i].Icon, config.Emotions[i].Name);

LoadImage(ref container, $"EmoButton.{i}", $"EmoButton.{i}.Img", emotion.Icon, aMin: "0.5 0.5", aMax: "0.5 0.5", oMin: "-30 -30", oMax: "30 30");
//must be
LoadImage(ref container, $"EmoButton.{i}", $"EmoButton.{i}.Img", emotion.Name, aMin: "0.5 0.5", aMax: "0.5 0.5", oMin: "-30 -30", oMax: "30 30");
Plugin works (with Chadomat's fix) but none of the buttons except the "!" work. That one makes your weapon spin? But the others aren't working.

I tried to do the edit. But I must have screwed it up. The errors are fixed. But the menu doesn't come up.

Where's Tricky on all this? Has anyone figured it out yet? Would love to have this so we don't have to bind the emotions to keys since Rust can't give us a GUI yet for it. 
Should be fixed now afaik
Locked automatically